PatientInfo Class


Defines the PatientInfo model.
Properties
Name Type Description
Public property Active numeric
Whether the patient is active
Public property BirthDate dateTime
The patient's date of birth
Public property City string
The patient's address - city
Public property ConsentDate dateTime
The patient's consent date
Public property ConsultFlag numeric
The patient's medical consultation flag
Public property DueDate dateTime
The patient's continuing care due date
Public property EmailAdress string
The patient's email address
Public property FirstName string
The patient's first name
Public property FirstVisitDate dateTime
The patient's first visit date
Public property Gender numeric
The patient's gender
Public property GuarDb numeric
Guarantor Db
Public property GuarId numeric
Guarantor Id
Public property InsuredPartyDb numeric
Insurance subscriber Db
Public property InsuredPartyId numeric
Insurance subscriber Id
Public property IntervalQty numeric
Interval quantity of a due date
Public property IntervalUnit numeric
Interval unit of a due date
Public property LastName string
The patient's last name
Public property LastVisitDate dateTime
The patient's last visit date
Public property MissedAppt numeric
Number of missed appointments
Public property OtherPhone string
The patient's other phone number
Public property Pager string
The patient's pager number
Public property PatDb numeric
Patient Db
Public property PatId numeric
Patient Id
Public property PatientDeathDate dateTime
The patient's death date
Public property Phone string
The patient's phone number
Public property PrefName string
The name or nickname that the patient prefers to be called, if different from the person's given name
Public property PrinsUserDb numeric
Primary insurance user Db
Public property PrinsUserId numeric
Primary insurance user Id
Public property PrivacyFlags numeric
The flags that set the patient's communication restrictions
Public property ProvDb numeric
Provider Db
Public property ProvId numeric
Provider Id
Public property State string
The patient's address - state
Public property Street string
The patient's address - street
Public property Street2 string
The patient's address - additional street
Public property Zip string
The patient's address - ZIP Code
Top
See Also