Class TbsCTD_271
Unit
BSHL7DT271
Declaration
type TbsCTD_271 = 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]: TbsCWE_271 read GetContactRole write SetContactRole; |
Contact Role, Min : 1, Max : *
|
|
property ContactName[RepCount:Integer]: TbsXPN_271 read GetContactName write SetContactName; |
Contact Name, Min : 0, Max : *
|
|
property ContactAddress[RepCount:Integer]: TbsXAD_271 read GetContactAddress write SetContactAddress; |
Contact Address, Min : 0, Max : *
|
|
property ContactLocation : TbsPL_271 read GetContactLocation write SetContactLocation; |
Contact Location, Min : 0, Max : 1
|
|
property ContactCommunicationInformation[RepCount:Integer]: TbsXTN_271 read GetContactCommunicationInformation write SetContactCommunicationInformation; |
Contact Communication Information, Min : 0, Max : *
|
|
property PreferredMethodOfContact : TbsCWE_271 read GetPreferredMethodOfContact write SetPreferredMethodOfContact; |
Preferred Method Of Contact, Min : 0, Max : 1
|
|
property ContactIdentifiers[RepCount:Integer]: TbsPLN_271 read GetContactIdentifiers write SetContactIdentifiers; |
Contact Identifiers, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|