Patient Appointment Scheduler Library - NCI MSc Cloud Computing
Project description
AppointmentLib
A Python library for managing patient appointments in a healthcare scheduling system. Built as part of NCI MSc Cloud Computing - Cloud Platform Programming project.
Installation
pip install appointmentlib-gopi
Usage
from appointmentlib import Appointment, AppointmentScheduler
appt = Appointment("PAT001", "DOC001", "2026-04-20T10:00", "Annual checkup") print(appt.get_status()) # scheduled appt.cancel() print(appt.get_status()) # cancelled
scheduler = AppointmentScheduler() scheduler.add_appointment(appt) print(scheduler.summarize()) # Total appointments: 1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file appointmentlib_gopi-1.0.0.tar.gz.
File metadata
- Download URL: appointmentlib_gopi-1.0.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f5755c594e49995768bfe0d926d9bcabcd34983518d728a6c1808295103cc67
|
|
| MD5 |
c443bdda8047ab7a5deee5c97c808866
|
|
| BLAKE2b-256 |
595dbc980e52ad39f10a1061e794d1980dd25f4b1f9ed3bb8808412973a22cdc
|
File details
Details for the file appointmentlib_gopi-1.0.0-py3-none-any.whl.
File metadata
- Download URL: appointmentlib_gopi-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9270f40bef543211ec3193e7033415e6604e3d6885bdb581ebecbd66953a55a
|
|
| MD5 |
3a31279b126345261dda5deab4d8fc6b
|
|
| BLAKE2b-256 |
c10976702b01cded8878fade34abc1f3000da066ad6065dc64a6d526739d5836
|