Click or drag to resize
ehrThomas

Patient Class

The Patient resource focuses on demographic information.
Inheritance Hierarchy
SystemObject
  ehrApiPatient

Namespace:  ehrApi
Assembly:  ehrApi (in ehrApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Patient

The Patient type exposes the following members.

Properties
  NameDescription
Public propertyAccount
The patient's account number
Public propertyDob
The patient's date of birth
Public propertyEncounters
A list of the patient's encounters
Public propertyFName
The patient's first name
Public propertyGender
The patient's gender
Public propertyId
The patient's unique identifier
Public propertyLName
The patient's last name
Public propertyMName
The patient's middle name
Public propertyToken
The patients unique token
Top
See Also