Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsVXU_V04_27
Unit
BSHL727
Declaration
type TbsVXU_V04_27 = class(TbsHL7Message)
Description
Represents a VXU_V04(Unsolicited vaccination record update) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional
PID, required
PD1, optional
NK1, optional repeating
PATIENT, optional
GT1, optional repeating
INSURANCE, optional repeating
ORDER, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function NK1RepCount : Integer ; |
|
|
function GT1RepCount : Integer ; |
|
|
function INSURANCERepCount : Integer ; |
|
|
function ORDERRepCount : 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 PID : TbsPID_27 read GetPID write SetPID; |
PID, Min : 1, Max : 1
|
|
property PD1 : TbsPD1_27 read GetPD1 write SetPD1; |
PD1, Min : 0, Max : 1
|
|
property NK1[RepCount:Integer]: TbsNK1_27 read GetNK1 write SetNK1; |
NK1, Usage : O, Min : 0, Max : *
|
|
property GT1[RepCount:Integer]: TbsGT1_27 read GetGT1 write SetGT1; |
GT1, Usage : O, Min : 0, Max : *
|
|
property INSURANCE[RepCount:Integer]: TbsVXU_V04_INSURANCE_27 read GetINSURANCE write SetINSURANCE; |
INSURANCE, Usage : O, Min : 0, Max : *
|
|
property ORDER[RepCount:Integer]: TbsVXU_V04_ORDER_27 read GetORDER write SetORDER; |
ORDER, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|