The Patient Object



A Patient object holds information about a patient in the Noah system. This information comprises several data properties and a module-specific binary setup. The data properties such as name, address and insurance information are primarily for reporting use. Each Patient object has a Sessions property that is a reference to a Sessions collection that contains information about all the patient’s sessions. Each module will get its own Setup blob. This will not interfere with any other module’s Setup blob.

The module has read access to the above properties that hold information about the patient’s name, gender and birth date, as well as more system specific information about the patient such as ID, date of creation and the user that created the patient. All properties are read-only and can be read into local variables.