Class TbsCTD_25

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsCTD_25 = 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

Public function ContactRoleRepCount : Integer;
Public function ContactNameRepCount : Integer;
Public function ContactAddressRepCount : Integer;
Public function ContactCommunicationInformationRepCount : Integer;
Public function ContactIdentifiersRepCount : Integer;

Properties

Public property ContactRole[RepCount:Integer]: TbsCE_25 read GetContactRole write SetContactRole;
Public property ContactName[RepCount:Integer]: TbsXPN_25 read GetContactName write SetContactName;
Public property ContactAddress[RepCount:Integer]: TbsXAD_25 read GetContactAddress write SetContactAddress;
Public property ContactLocation : TbsPL_25 read GetContactLocation write SetContactLocation;
Public property ContactCommunicationInformation[RepCount:Integer]: TbsXTN_25 read GetContactCommunicationInformation write SetContactCommunicationInformation;
Public property PreferredMethodofContact : TbsCE_25 read GetPreferredMethodofContact write SetPreferredMethodofContact;
Public property ContactIdentifiers[RepCount:Integer]: TbsPLN_25 read GetContactIdentifiers write SetContactIdentifiers;

Description

Methods

Public function ContactRoleRepCount : Integer;
 
Public function ContactNameRepCount : Integer;
 
Public function ContactAddressRepCount : Integer;
 
Public function ContactCommunicationInformationRepCount : Integer;
 
Public function ContactIdentifiersRepCount : Integer;
 

Properties

Public property ContactRole[RepCount:Integer]: TbsCE_25 read GetContactRole write SetContactRole;

Contact Role, Min : 1, Max : *

Public property ContactName[RepCount:Integer]: TbsXPN_25 read GetContactName write SetContactName;

Contact Name, Min : 0, Max : *

Public property ContactAddress[RepCount:Integer]: TbsXAD_25 read GetContactAddress write SetContactAddress;

Contact Address, Min : 0, Max : *

Public property ContactLocation : TbsPL_25 read GetContactLocation write SetContactLocation;

Contact Location, Min : 0, Max : 1

Public property ContactCommunicationInformation[RepCount:Integer]: TbsXTN_25 read GetContactCommunicationInformation write SetContactCommunicationInformation;

Contact Communication Information, Min : 0, Max : *

Public property PreferredMethodofContact : TbsCE_25 read GetPreferredMethodofContact write SetPreferredMethodofContact;

Preferred Method of Contact, Min : 0, Max : 1

Public property ContactIdentifiers[RepCount:Integer]: TbsPLN_25 read GetContactIdentifiers write SetContactIdentifiers;

Contact Identifiers, Min : 0, Max : *


Generated by PasDoc 0.14.0.