|
Class Summary |
| Administrator |
The Administrator class is used to represent an Administrator user of
the application. |
| CaseFile |
|
| Clinician |
The Clinician class is used to represent a doctor, nurse, etc. |
| DataGuideline |
The DataGuideline class is an abstract base class that is used for representing
guidelines for different types of medical data. |
| MedicalDataValue |
The MedicalDataValue class is used to represent a single medical data value
recorded from a patient. |
| Patient |
The Patient class is used to represent a patient that is monitored by the application. |
| Pulse |
The Pulse class extends the base MedicalDataValue class to support
pulse data. |
| PulseGuideline |
The PulseGuideline class extends the basic DataGuideline to handle pulse medical
data values. |
| User |
The User class is the base class used to represent users of the application,
such as doctors, nurses, patients, administrators, etc. |