An S4 class to represent patients

Patient(...)

Patient.DBIConnection(conn, id)

Patient.RamsesObject(x)

Arguments

...

generic signature

conn

a database connection

id

a patient identifier

x

an object inheriting class RamsesObject

Slots

id

a patient identifier

conn

a database connection

record

a tbl_sql for the corresponding database record