DuckPatient

Incomplete documentation - sorry!

Note

Neil - please put some data in technical/class_headings/DuckPatient.rst

methods and attributes

class lib_openmolar.client.db_orm.client_patient.DuckPatient[source]

Bases: object

a duck type of the Patient Record

__init__()[source]
correspondence_name = None
dob = None
first_name = None
full_name[source]

returns the correspondence_name (if it exists) or “%s %s %s”% (title, fname, sname)

Note

appends the preferred_name (if it exists)

last_name = None
modified_by = None
patient_id = None
preferred_name = None
sex = None
status = None
time_stamp = None
title = None

Table Of Contents

Previous topic

DockWidgetTitleWidget

Next topic

EditPatientDialog