Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPRD_23
Unit
BSHL7DT23
Declaration
type TbsPRD_23 = class(TbsHL7Segment)
Description
Provider Data
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function RoleRepCount : Integer; |
|
 |
function ProviderNameRepCount : Integer; |
|
 |
function ProviderCommunicationInformationRepCount : Integer; |
|
 |
function ProviderIdentifiersRepCount : Integer; |
|
Properties
 |
property Role[RepCount:Integer]: TbsCE_23 read GetRole write SetRole; |
Role, Min : 1, Max : *
|
 |
property ProviderName[RepCount:Integer]: TbsXPN_23 read GetProviderName write SetProviderName; |
Provider Name, Min : 0, Max : *
|
 |
property ProviderAddress : TbsXAD_23 read GetProviderAddress write SetProviderAddress; |
Provider Address, Min : 0, Max : 1
|
 |
property ProviderLocation : TbsPL_23 read GetProviderLocation write SetProviderLocation; |
Provider Location, Min : 0, Max : 1
|
 |
property ProviderCommunicationInformation[RepCount:Integer]: TbsXTN_23 read GetProviderCommunicationInformation write SetProviderCommunicationInformation; |
Provider Communication Information, Min : 0, Max : *
|
 |
property PreferredMethodofContact : TbsCE_23 read GetPreferredMethodofContact write SetPreferredMethodofContact; |
Preferred Method of Contact, Min : 0, Max : 1
|
 |
property ProviderIdentifiers[RepCount:Integer]: TbsCM_PI_23 read GetProviderIdentifiers write SetProviderIdentifiers; |
Provider Identifiers, Min : 0, Max : *
|
 |
property EffectiveStartDateofRole : TbsTS_23 read GetEffectiveStartDateofRole write SetEffectiveStartDateofRole; |
Effective Start Date of Role, Min : 0, Max : 1
|
 |
property EffectiveEndDateofRole : TbsTS_23 read GetEffectiveEndDateofRole write SetEffectiveEndDateofRole; |
Effective End Date of Role, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|