Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsNK1_22
Unit
BSHL7DT22
Declaration
type TbsNK1_22 = class(TbsHL7Segment)
Description
Next Of Kin The NK1 segment contains information about the patient's other related parties. Any associated parties may be identified. Utilizing NK1-1-set ID, multiple NK1 segments can be sent to patient accounts
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function PhoneNumberRepCount : Integer; |
|
Properties
|
property SetIdNextOfKin : TbsSI_22 read GetSetIdNextOfKin write SetSetIdNextOfKin; |
Set Id - Next Of Kin, Min : 1, Max : 1
|
|
property Name_ : TbsPN_22 read GetName_ write SetName_; |
Name, Min : 0, Max : 1
|
|
property Relationship : TbsCE_22 read GetRelationship write SetRelationship; |
Relationship, Min : 0, Max : 1
|
|
property Address : TbsAD_22 read GetAddress write SetAddress; |
Address, Min : 0, Max : 1
|
|
property PhoneNumber[RepCount:Integer]: TbsTN_22 read GetPhoneNumber write SetPhoneNumber; |
Phone Number, Min : 0, Max : 3
|
|
property BusinessPhoneNumber : TbsTN_22 read GetBusinessPhoneNumber write SetBusinessPhoneNumber; |
Business Phone Number, Min : 0, Max : 1
|
|
property ContactRole : TbsCE_22 read GetContactRole write SetContactRole; |
Contact Role, Min : 0, Max : 1
|
|
property StartDate : TbsDT_22 read GetStartDate write SetStartDate; |
Start Date, Min : 0, Max : 1
|
|
property EndDate : TbsDT_22 read GetEndDate write SetEndDate; |
End Date, Min : 0, Max : 1
|
|
property NextOfKin : TbsST_22 read GetNextOfKin write SetNextOfKin; |
Next Of Kin, Min : 0, Max : 1
|
|
property NextOfKinJobCodeClass : TbsCM_JOB_CODE_22 read GetNextOfKinJobCodeClass write SetNextOfKinJobCodeClass; |
Next Of Kin Job Code / Class, Min : 0, Max : 1
|
|
property NextOfKinEmployeeNumber : TbsST_22 read GetNextOfKinEmployeeNumber write SetNextOfKinEmployeeNumber; |
Next Of Kin Employee Number, Min : 0, Max : 1
|
|
property OrganizationName : TbsST_22 read GetOrganizationName write SetOrganizationName; |
Organization Name, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|