Class TbsCTD_231
Unit
BSHL7DT231
Declaration
type TbsCTD_231 = 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_231 read GetContactRole write SetContactRole; |
Contact Role, Min : 1, Max : *
|
|
property ContactName[RepCount:Integer]: TbsXPN_231 read GetContactName write SetContactName; |
Contact Name, Min : 0, Max : *
|
|
property ContactAddress[RepCount:Integer]: TbsXAD_231 read GetContactAddress write SetContactAddress; |
Contact Address, Min : 0, Max : *
|
|
property ContactLocation : TbsPL_231 read GetContactLocation write SetContactLocation; |
Contact Location, Min : 0, Max : 1
|
|
property ContactCommunicationInformation[RepCount:Integer]: TbsXTN_231 read GetContactCommunicationInformation write SetContactCommunicationInformation; |
Contact Communication Information, Min : 0, Max : *
|
|
property PreferredMethodOfContact : TbsCE_231 read GetPreferredMethodOfContact write SetPreferredMethodOfContact; |
Preferred Method Of Contact, Min : 0, Max : 1
|
|
property ContactIdentifiers[RepCount:Integer]: TbsPI_231 read GetContactIdentifiers write SetContactIdentifiers; |
Contact Identifiers, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|