Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsCCQ_I19_27
Unit
BSHL727
Declaration
type TbsCCQ_I19_27 = class(TbsHL7Message)
Description
Represents a CCQ_I19(Collaborative Care Query/Collaborative Care Query Update) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional
RF1, required
PROVIDER_CONTACT, optional repeating
REL, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function PROVIDER_CONTACTRepCount : Integer ; |
|
|
function RELRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_27 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_27 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC : TbsUAC_27 read GetUAC write SetUAC; |
UAC, Min : 0, Max : 1
|
|
property RF1 : TbsRF1_27 read GetRF1 write SetRF1; |
RF1, Min : 1, Max : 1
|
|
property PROVIDER_CONTACT[RepCount:Integer]: TbsCCQ_I19_PROVIDER_CONTACT_27 read GetPROVIDER_CONTACT write SetPROVIDER_CONTACT; |
PROVIDER_CONTACT, Usage : O, Min : 0, Max : *
|
|
property REL[RepCount:Integer]: TbsREL_27 read GetREL write SetREL; |
REL, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|