Class TbsCTD_23
Unit
BSHL7DT23
Declaration
type TbsCTD_23 = 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]: TbsCE_23 read GetContactRole write SetContactRole; |
Contact Role, Min : 1, Max : *
|
|
property ContactName[RepCount:Integer]: TbsXPN_23 read GetContactName write SetContactName; |
Contact Name, Min : 0, Max : *
|
|
property ContactAddress[RepCount:Integer]: TbsXAD_23 read GetContactAddress write SetContactAddress; |
Contact Address, Min : 0, Max : *
|
|
property ContactLocation : TbsPL_23 read GetContactLocation write SetContactLocation; |
Contact Location, Min : 0, Max : 1
|
|
property ContactCommunicationInformation[RepCount:Integer]: TbsXTN_23 read GetContactCommunicationInformation write SetContactCommunicationInformation; |
Contact Communication Information, Min : 0, Max : *
|
|
property PreferredMethodofContact : TbsCE_23 read GetPreferredMethodofContact write SetPreferredMethodofContact; |
Preferred Method of Contact, Min : 0, Max : 1
|
|
property ContactIdentifiers[RepCount:Integer]: TbsCM_PI_23 read GetContactIdentifiers write SetContactIdentifiers; |
Contact Identifiers, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|