BMXNET 4.0 Developer API

The Patient object is a read-only object used for patient context.

Namespace:  IndianHealthService.BMXNet.Model
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface Patient
Public Interface Patient
public interface class Patient

Members

      
 All Members  Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AdmitDate
The current admission date of the user. This is a nullable bool for the cases that the patient is not currently admitted.
Age
The current age of the patient.
Dob
If knownn, the DOB of the patient
HealthRecordNumber
The RPMS HRN or chart number
Ien
The RPMS intenal entry number for the patient
PatientName
The default displayable version of the patient's name
PrimaryProvider
The displayable name (external value) of the patient's primary provider.
Sex
The sex of the patient
Ssn
The patient's SSN or an abbrievation of the SSN

See Also