Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPID_231
Unit
BSHL7DT231
Declaration
type TbsPID_231 = class(TbsHL7Segment)
Description
Patient identification segment The PID segment is used by all applications as the primary means of communicating patient identification information. This segment contains permanent patient identifying and demographic information that, for the most part, is not likely to change frequently.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function PatientIdentifierListRepCount : Integer; |
|
|
function AlternatePatientIDPIDRepCount : Integer; |
|
|
function PatientNameRepCount : Integer; |
|
|
function MothersMaidenNameRepCount : Integer; |
|
|
function PatientAliasRepCount : Integer; |
|
|
function RaceRepCount : Integer; |
|
|
function PatientAddressRepCount : Integer; |
|
|
function PhoneNumberHomeRepCount : Integer; |
|
|
function PhoneNumberBusinessRepCount : Integer; |
|
|
function MothersIdentifierRepCount : Integer; |
|
|
function EthnicGroupRepCount : Integer; |
|
|
function CitizenshipRepCount : Integer; |
|
Properties
|
property SetIDPID : TbsSI_231 read GetSetIDPID write SetSetIDPID; |
Set ID - PID, Min : 0, Max : 1
|
|
property PatientID : TbsCX_231 read GetPatientID write SetPatientID; |
Patient ID, Min : 0, Max : 1
|
|
property PatientIdentifierList[RepCount:Integer]: TbsCX_231 read GetPatientIdentifierList write SetPatientIdentifierList; |
Patient Identifier List, Min : 1, Max : *
|
|
property AlternatePatientIDPID[RepCount:Integer]: TbsCX_231 read GetAlternatePatientIDPID write SetAlternatePatientIDPID; |
Alternate Patient ID - PID, Min : 0, Max : *
|
|
property PatientName[RepCount:Integer]: TbsXPN_231 read GetPatientName write SetPatientName; |
Patient Name, Min : 1, Max : *
|
|
property MothersMaidenName[RepCount:Integer]: TbsXPN_231 read GetMothersMaidenName write SetMothersMaidenName; |
Mother s Maiden Name, Min : 0, Max : *
|
|
property DateTimeOfBirth : TbsTS_231 read GetDateTimeOfBirth write SetDateTimeOfBirth; |
Date/Time Of Birth, Min : 0, Max : 1
|
|
property Sex : TbsIS_231 read GetSex write SetSex; |
Sex, Min : 0, Max : 1
|
|
property PatientAlias[RepCount:Integer]: TbsXPN_231 read GetPatientAlias write SetPatientAlias; |
Patient Alias, Min : 0, Max : *
|
|
property Race[RepCount:Integer]: TbsCE_231 read GetRace write SetRace; |
Race, Min : 0, Max : *
|
|
property PatientAddress[RepCount:Integer]: TbsXAD_231 read GetPatientAddress write SetPatientAddress; |
Patient Address, Min : 0, Max : *
|
|
property CountyCode : TbsIS_231 read GetCountyCode write SetCountyCode; |
County Code, Min : 0, Max : 1
|
|
property PhoneNumberHome[RepCount:Integer]: TbsXTN_231 read GetPhoneNumberHome write SetPhoneNumberHome; |
Phone Number - Home, Min : 0, Max : *
|
|
property PhoneNumberBusiness[RepCount:Integer]: TbsXTN_231 read GetPhoneNumberBusiness write SetPhoneNumberBusiness; |
Phone Number - Business, Min : 0, Max : *
|
|
property PrimaryLanguage : TbsCE_231 read GetPrimaryLanguage write SetPrimaryLanguage; |
Primary Language, Min : 0, Max : 1
|
|
property MaritalStatus : TbsCE_231 read GetMaritalStatus write SetMaritalStatus; |
Marital Status, Min : 0, Max : 1
|
|
property Religion : TbsCE_231 read GetReligion write SetReligion; |
Religion, Min : 0, Max : 1
|
|
property PatientAccountNumber : TbsCX_231 read GetPatientAccountNumber write SetPatientAccountNumber; |
Patient Account Number, Min : 0, Max : 1
|
|
property SSNNumberPatient : TbsST_231 read GetSSNNumberPatient write SetSSNNumberPatient; |
SSN Number - Patient, Min : 0, Max : 1
|
|
property DriversLicenseNumberPatient : TbsDLN_231 read GetDriversLicenseNumberPatient write SetDriversLicenseNumberPatient; |
Driver's License Number - Patient, Min : 0, Max : 1
|
|
property MothersIdentifier[RepCount:Integer]: TbsCX_231 read GetMothersIdentifier write SetMothersIdentifier; |
Mother's Identifier, Min : 0, Max : *
|
|
property EthnicGroup[RepCount:Integer]: TbsCE_231 read GetEthnicGroup write SetEthnicGroup; |
Ethnic Group, Min : 0, Max : *
|
|
property BirthPlace : TbsST_231 read GetBirthPlace write SetBirthPlace; |
Birth Place, Min : 0, Max : 1
|
|
property MultipleBirthIndicator : TbsID_231 read GetMultipleBirthIndicator write SetMultipleBirthIndicator; |
Multiple Birth Indicator, Min : 0, Max : 1
|
|
property BirthOrder : TbsNM_231 read GetBirthOrder write SetBirthOrder; |
Birth Order, Min : 0, Max : 1
|
|
property Citizenship[RepCount:Integer]: TbsCE_231 read GetCitizenship write SetCitizenship; |
Citizenship, Min : 0, Max : *
|
|
property VeteransMilitaryStatus : TbsCE_231 read GetVeteransMilitaryStatus write SetVeteransMilitaryStatus; |
Veterans Military Status, Min : 0, Max : 1
|
|
property Nationality : TbsCE_231 read GetNationality write SetNationality; |
Nationality, Min : 0, Max : 1
|
|
property PatientDeathDateandTime : TbsTS_231 read GetPatientDeathDateandTime write SetPatientDeathDateandTime; |
Patient Death Date and Time, Min : 0, Max : 1
|
|
property PatientDeathIndicator : TbsID_231 read GetPatientDeathIndicator write SetPatientDeathIndicator; |
Patient Death Indicator, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|