Patient Appointment Scheduler Library - NCI MSc Cloud Computing
Project description
AppointmentLib
A Python OOP library for managing patient appointments in a healthcare scheduling system. Built for NCI MSc Cloud Computing - Cloud Platform Programming Project.
Installation
pip install appointmentlib-gopi
Classes
Appointment
Manages individual appointment records with validation and status management.
AppointmentScheduler
Manages collections of appointments with conflict detection and filtering.
Usage
from appointmentlib import Appointment, AppointmentScheduler
appt = Appointment("PAT001", "DOC001", "2026-04-20T10:00", "Annual checkup") print(appt.get_status()) # scheduled
scheduler = AppointmentScheduler() scheduler.add_appointment(appt) print(scheduler.summarize()) # Total appointments: 1 print(scheduler.has_conflict("DOC001", "2026-04-20T10:00")) # True
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-2.0.0.tar.gz.
File metadata
- Download URL: appointmentlib_gopi-2.0.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
415211b0d265d56a2d65e9695bcde1b77f02f5299c80a3b31d403c09854615ca
|
|
| MD5 |
de5c1a8edf23e94767cb721a63ab4d73
|
|
| BLAKE2b-256 |
7bd3a004b9aaabd94ad068333ab4bc8e8de5872f3ac4a7261db65a55d2548426
|
File details
Details for the file appointmentlib_gopi-2.0.0-py3-none-any.whl.
File metadata
- Download URL: appointmentlib_gopi-2.0.0-py3-none-any.whl
- Upload date:
- Size: 3.0 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 |
c4c018851ee849dd984e154afcc115d7a10987456ab6e0746a25e9d1765b9cbd
|
|
| MD5 |
bfbcea767393ee81e6edba7241a2235a
|
|
| BLAKE2b-256 |
aa8c6c5b815bc14529619259590ea0df3fc33a4b2b0c86ac9bca8468eda5f2f9
|