Class TbsCTD_24
Unit
BSHL7DT24
Declaration
type TbsCTD_24 = class(TbsHL7Segment)
Description
Contact Data The CTD segment may identify any contact personnel associated with a patient referral message and its related transactions. The CTD segment will be paired with a PRD segment. The PRD segment contains data specifically focused on provider information in a referral. While it is important in an inter-enterprise transaction to transmit specific information regarding the providers involved (referring and referred-to), it may also be important to identify the contact personnel associated with the given provider. For example, a provider receiving a referral may need to know the office manager or the billing person at the institution of the provider who sent the referral. This segment allows for multiple contact personnel to be associated with a single provider.
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_24 read GetContactRole write SetContactRole; |
Contact Role, Min : 1, Max : *
|
|
property ContactName[RepCount:Integer]: TbsXPN_24 read GetContactName write SetContactName; |
Contact Name, Min : 0, Max : *
|
|
property ContactAddress[RepCount:Integer]: TbsXAD_24 read GetContactAddress write SetContactAddress; |
Contact Address, Min : 0, Max : *
|
|
property ContactLocation : TbsPL_24 read GetContactLocation write SetContactLocation; |
Contact Location, Min : 0, Max : 1
|
|
property ContactCommunicationInformation[RepCount:Integer]: TbsXTN_24 read GetContactCommunicationInformation write SetContactCommunicationInformation; |
Contact Communication Information, Min : 0, Max : *
|
|
property PreferredMethodofContact : TbsCE_24 read GetPreferredMethodofContact write SetPreferredMethodofContact; |
Preferred Method of Contact, Min : 0, Max : 1
|
|
property ContactIdentifiers[RepCount:Integer]: TbsPI_24 read GetContactIdentifiers write SetContactIdentifiers; |
Contact Identifiers, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|