PatientInfoCategory Class


Defines the PatientInfo category model.
Properties
Name Type Description
Public property BirthDate dateTime
The patient's date of birth
Public property BirthDateStr string
The patient's date of birth
Public property Category string The category name ("PatientInfo")
Public property Ethnicity string
Ethnicity description
Public property EthnicityCode string
Ethnicity code
Public property EthnicitySystemCode string
Ethnicity code system
Public property EthnicitySystemCodeName string
Ethnicity code system name
Public property FirstName string
The patient's first name
Public property GenderCodeSystem string
Administrative gender code system
Public property GenderCodeSystemName string
Administrative gender code system name
Public property GenderId string
The patient's gender Id
Public property LanguageCode string
Language code
Public property LanguageCodeDescription string
Language code description
Public property LanguageCodeSystemId string
Language code system Id
Public property LanguageDescription string
Language description
Public property LanguageFlagCode string
Language flag code
Public property LanguageSystemCode string
Language code system
Public property LanguageSystemCodeName string
Language code system name
Public property LastName string
The patient's last name
Public property MiddleName string
The patient's middle name
Public property OtherEthnicity string
Other ethnicity description
Public property OtherEthnicityCode string
Other ethnicity code
Public property OtherEthnicityCodeSystem string
Other ethnicity code system
Public property OtherEthnicityCodeSystemName string
Other ethnicity code system name
Public property OtherRaceCode string
Other race code
Public property OtherRaceCodeSystem string
Other race code system
Public property OtherRaceCodeSystemName string
Other race code system name
Public property OtherRaceDescription string
Other race description
Public property PatientDb numeric
The patient's Db
Public property PatientId numeric
The patient's Id
Public property PatientName string
The patient's full name
Public property PatientPreviousName string
The patient's previous full name
Public property PreviousFirstName string
The patient's previous first name
Public property PreviousLastName string
The patient's previous last name
Public property RaceCode string
Race code
Public property RaceCodeSystem string
Race code system
Public property RaceCodeSystemName string
Race code system name
Public property RaceDescription string
Race description
Public property Sex string
Sex description
Public property SexCode string
Sex code
Public property Suffix string
The patient's suffix
Top
See Also