Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPID_22
Unit
BSHL7DT22
Declaration
type TbsPID_22 = class(TbsHL7Segment)
Description
Patient Identification 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 PatientIdinternalIdRepCount : Integer; |
|
|
function PatientAliasRepCount : Integer; |
|
|
function PatientAddressRepCount : Integer; |
|
|
function PhoneNumberHomeRepCount : Integer; |
|
|
function PhoneNumberBusinessRepCount : Integer; |
|
|
function CitizenshipRepCount : Integer; |
|
Properties
|
property SetIdPatientId : TbsSI_22 read GetSetIdPatientId write SetSetIdPatientId; |
Set Id - Patient Id, Min : 0, Max : 1
|
|
property PatientIdexternalId : TbsCK_22 read GetPatientIdexternalId write SetPatientIdexternalId; |
Patient Id (external Id), Min : 0, Max : 1
|
|
property PatientIdinternalId[RepCount:Integer]: TbsCM_PAT_ID_22 read GetPatientIdinternalId write SetPatientIdinternalId; |
Patient Id (internal Id), Min : 1, Max : *
|
|
property AlternatePatientId : TbsST_22 read GetAlternatePatientId write SetAlternatePatientId; |
Alternate Patient Id, Min : 0, Max : 1
|
|
property PatientName : TbsPN_22 read GetPatientName write SetPatientName; |
Patient Name, Min : 1, Max : 1
|
|
property MothersMaidenName : TbsST_22 read GetMothersMaidenName write SetMothersMaidenName; |
Mother's Maiden Name, Min : 0, Max : 1
|
|
property DateOfBirth : TbsTS_22 read GetDateOfBirth write SetDateOfBirth; |
Date Of Birth, Min : 0, Max : 1
|
|
property Sex : TbsID_22 read GetSex write SetSex; |
Sex, Min : 0, Max : 1
|
|
property PatientAlias[RepCount:Integer]: TbsPN_22 read GetPatientAlias write SetPatientAlias; |
Patient Alias, Min : 0, Max : *
|
|
property Race : TbsID_22 read GetRace write SetRace; |
Race, Min : 0, Max : 1
|
|
property PatientAddress[RepCount:Integer]: TbsAD_22 read GetPatientAddress write SetPatientAddress; |
Patient Address, Min : 0, Max : 3
|
|
property CountyCode : TbsST_22 read GetCountyCode write SetCountyCode; |
County Code, Min : 0, Max : 1
|
|
property PhoneNumberHome[RepCount:Integer]: TbsTN_22 read GetPhoneNumberHome write SetPhoneNumberHome; |
Phone Number - Home, Min : 0, Max : 3
|
|
property PhoneNumberBusiness[RepCount:Integer]: TbsTN_22 read GetPhoneNumberBusiness write SetPhoneNumberBusiness; |
Phone Number - Business, Min : 0, Max : 3
|
|
property LanguagePatient : TbsST_22 read GetLanguagePatient write SetLanguagePatient; |
Language - Patient, Min : 0, Max : 1
|
|
property MaritalStatus : TbsID_22 read GetMaritalStatus write SetMaritalStatus; |
Marital Status, Min : 0, Max : 1
|
|
property Religion : TbsID_22 read GetReligion write SetReligion; |
Religion, Min : 0, Max : 1
|
|
property PatientAccountNumber : TbsCK_22 read GetPatientAccountNumber write SetPatientAccountNumber; |
Patient Account Number, Min : 0, Max : 1
|
|
property SocialSecurityNumberPatient : TbsST_22 read GetSocialSecurityNumberPatient write SetSocialSecurityNumberPatient; |
Social Security Number - Patient, Min : 0, Max : 1
|
|
property DriversLicenseNumberPatient : TbsCM_LICENSE_NO_22 read GetDriversLicenseNumberPatient write SetDriversLicenseNumberPatient; |
Driver's License Number - Patient, Min : 0, Max : 1
|
|
property MothersIdentifier : TbsCK_22 read GetMothersIdentifier write SetMothersIdentifier; |
Mother's Identifier, Min : 0, Max : 1
|
|
property EthnicGroup : TbsID_22 read GetEthnicGroup write SetEthnicGroup; |
Ethnic Group, Min : 0, Max : 1
|
|
property BirthPlace : TbsST_22 read GetBirthPlace write SetBirthPlace; |
Birth Place, Min : 0, Max : 1
|
|
property MultipleBirthIndicator : TbsID_22 read GetMultipleBirthIndicator write SetMultipleBirthIndicator; |
Multiple Birth Indicator, Min : 0, Max : 1
|
|
property BirthOrder : TbsNM_22 read GetBirthOrder write SetBirthOrder; |
Birth Order, Min : 0, Max : 1
|
|
property Citizenship[RepCount:Integer]: TbsID_22 read GetCitizenship write SetCitizenship; |
Citizenship, Min : 0, Max : *
|
|
property VeteransMilitaryStatus : TbsCE_22 read GetVeteransMilitaryStatus write SetVeteransMilitaryStatus; |
Veterans Military Status, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|