Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPID_23
Unit
BSHL7DT23
Declaration
type TbsPID_23 = class(TbsHL7Segment)
Description
Patient Identification
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function PatientIDInternalIDRepCount : Integer; |
|
|
function PatientAliasRepCount : Integer; |
|
|
function PatientAddressRepCount : Integer; |
|
|
function PhoneNumberHomeRepCount : Integer; |
|
|
function PhoneNumberBusinessRepCount : Integer; |
|
|
function MaritalStatusRepCount : Integer; |
|
Properties
|
property SetIDPatientID : TbsSI_23 read GetSetIDPatientID write SetSetIDPatientID; |
Set ID - Patient ID, Min : 0, Max : 1
|
|
property PatientIDExternalID : TbsCX_23 read GetPatientIDExternalID write SetPatientIDExternalID; |
Patient ID (External ID), Min : 0, Max : 1
|
|
property PatientIDInternalID[RepCount:Integer]: TbsCX_23 read GetPatientIDInternalID write SetPatientIDInternalID; |
Patient ID (Internal ID), Min : 1, Max : *
|
|
property AlternatePatientID : TbsCX_23 read GetAlternatePatientID write SetAlternatePatientID; |
Alternate Patient ID, Min : 0, Max : 1
|
|
property PatientName : TbsXPN_23 read GetPatientName write SetPatientName; |
Patient Name, Min : 1, Max : 1
|
|
property MothersMaidenName : TbsXPN_23 read GetMothersMaidenName write SetMothersMaidenName; |
Mother's Maiden Name, Min : 0, Max : 1
|
|
property DateofBirth : TbsTS_23 read GetDateofBirth write SetDateofBirth; |
Date of Birth, Min : 0, Max : 1
|
|
property Sex : TbsIS_23 read GetSex write SetSex; |
Sex, Min : 0, Max : 1
|
|
property PatientAlias[RepCount:Integer]: TbsXPN_23 read GetPatientAlias write SetPatientAlias; |
Patient Alias, Min : 0, Max : *
|
|
property Race : TbsIS_23 read GetRace write SetRace; |
Race, Min : 0, Max : 1
|
|
property PatientAddress[RepCount:Integer]: TbsXAD_23 read GetPatientAddress write SetPatientAddress; |
Patient Address, Min : 0, Max : *
|
|
property CountyCode : TbsIS_23 read GetCountyCode write SetCountyCode; |
County Code, Min : 0, Max : 1
|
|
property PhoneNumberHome[RepCount:Integer]: TbsXTN_23 read GetPhoneNumberHome write SetPhoneNumberHome; |
Phone Number - Home, Min : 0, Max : *
|
|
property PhoneNumberBusiness[RepCount:Integer]: TbsXTN_23 read GetPhoneNumberBusiness write SetPhoneNumberBusiness; |
Phone Number - Business, Min : 0, Max : *
|
|
property PrimaryLanguage : TbsCE_23 read GetPrimaryLanguage write SetPrimaryLanguage; |
Primary Language, Min : 0, Max : 1
|
|
property MaritalStatus[RepCount:Integer]: TbsIS_23 read GetMaritalStatus write SetMaritalStatus; |
Marital Status, Min : 0, Max : *
|
|
property Religion : TbsIS_23 read GetReligion write SetReligion; |
Religion, Min : 0, Max : 1
|
|
property PatientAccountNumber : TbsCX_23 read GetPatientAccountNumber write SetPatientAccountNumber; |
Patient Account Number, Min : 0, Max : 1
|
|
property SSNNumberPatient : TbsST_23 read GetSSNNumberPatient write SetSSNNumberPatient; |
SSN Number - Patient, Min : 0, Max : 1
|
|
property DriversLicenseNumber : TbsDLN_23 read GetDriversLicenseNumber write SetDriversLicenseNumber; |
Driver's License Number, Min : 0, Max : 1
|
|
property MothersIdentifier : TbsCX_23 read GetMothersIdentifier write SetMothersIdentifier; |
Mother's Identifier, Min : 0, Max : 1
|
|
property EthnicGroup : TbsIS_23 read GetEthnicGroup write SetEthnicGroup; |
Ethnic Group, Min : 0, Max : 1
|
|
property BirthPlace : TbsST_23 read GetBirthPlace write SetBirthPlace; |
Birth Place, Min : 0, Max : 1
|
|
property MultipleBirthIndicator : TbsID_23 read GetMultipleBirthIndicator write SetMultipleBirthIndicator; |
Multiple Birth Indicator, Min : 0, Max : 1
|
|
property BirthOrder : TbsNM_23 read GetBirthOrder write SetBirthOrder; |
Birth Order, Min : 0, Max : 1
|
|
property Citizenship : TbsIS_23 read GetCitizenship write SetCitizenship; |
Citizenship, Min : 0, Max : 1
|
|
property VeteransMilitaryStatus : TbsCE_23 read GetVeteransMilitaryStatus write SetVeteransMilitaryStatus; |
Veterans Military Status, Min : 0, Max : 1
|
|
property NationalityCode : TbsCE_23 read GetNationalityCode write SetNationalityCode; |
Nationality Code, Min : 0, Max : 1
|
|
property PatientDeathDateandTime : TbsTS_23 read GetPatientDeathDateandTime write SetPatientDeathDateandTime; |
Patient Death Date and Time, Min : 0, Max : 1
|
|
property PatientDeathIndicator : TbsID_23 read GetPatientDeathIndicator write SetPatientDeathIndicator; |
Patient Death Indicator, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|