NotesClinicalDB

Incomplete documentation - sorry!

Note

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

methods and attributes

class lib_openmolar.client.db_orm.client_notes_clinical.NotesClinicalDB(patient_id)[source]

Bases: object

__init__(patient_id)[source]
commit_note(note)[source]

note has been updated

get_records()[source]

get the records from the database

has_new_note[source]
is_dirty[source]
new_note[source]
patient_id = None
record_by_id(id)[source]

return the text of the record with a specific id

records[source]

returns a list of all records (type QtSql.QSqlRecords) found

Table Of Contents

Previous topic

NotesClericalDB

Next topic

NotesModel