Class TbsCTD_27
Unit
BSHL7DT27
Declaration
type TbsCTD_27 = class(TbsHL7Segment)
Description
Contact Data
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ContactRoleRepCount : Integer; |
|
|
function ContactNameRepCount : Integer; |
|
|
function ContactAddressRepCount : Integer; |
|
|
function ContactCommunicationInformationRepCount : Integer; |
|
|
function ContactIdentifiersRepCount : Integer; |
|
Properties
|
property ContactRole[RepCount:Integer]: TbsCWE_27 read GetContactRole write SetContactRole; |
Contact Role, Min : 1, Max : *
|
|
property ContactName[RepCount:Integer]: TbsXPN_27 read GetContactName write SetContactName; |
Contact Name, Min : 0, Max : *
|
|
property ContactAddress[RepCount:Integer]: TbsXAD_27 read GetContactAddress write SetContactAddress; |
Contact Address, Min : 0, Max : *
|
|
property ContactLocation : TbsPL_27 read GetContactLocation write SetContactLocation; |
Contact Location, Min : 0, Max : 1
|
|
property ContactCommunicationInformation[RepCount:Integer]: TbsXTN_27 read GetContactCommunicationInformation write SetContactCommunicationInformation; |
Contact Communication Information, Min : 0, Max : *
|
|
property PreferredMethodOfContact : TbsCWE_27 read GetPreferredMethodOfContact write SetPreferredMethodOfContact; |
Preferred Method Of Contact, Min : 0, Max : 1
|
|
property ContactIdentifiers[RepCount:Integer]: TbsPLN_27 read GetContactIdentifiers write SetContactIdentifiers; |
Contact Identifiers, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|