ltbio.clinical.Patient#

Overview#

Classes#

Patient

-

Sex

Biological sex of human beings.

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.

class ltbio.clinical.Patient.Sex#

Bases: str, enum.Enum

Biological sex of human beings.

F = 'Female'#
M = 'Male'#