ltbio.clinical.Patient#
Overview#
Classes#
Contents#
- class ltbio.clinical.Patient.Patient(code, name: str = None, age: int = None, sex: Sex = Sex._, conditions: Tuple[ltbio.clinical.conditions.MedicalCondition.MedicalCondition] = (), medications: Tuple[ltbio.clinical.medications.Medication.Medication] = (), procedures: Tuple[ltbio.clinical.procedures.SurgicalProcedure.SurgicalProcedure] = ())#
- property code#
- property conditions#
- property notes#
- add_note(description: str)#
- get_protected_info()#
Returns a dictionary of the private/sensible information: Name, Age, Medications, and Surgical Procedures.