Class TbsPPV_PCA_24
Unit
BSHL724
Declaration
type TbsPPV_PCA_24 = class(TbsHL7Message)
Description
Represents a PPV_PCA(Goal response) message structure. This structure contains the following elements:
MSH, required
MSA, required
ERR, optional
QAK, optional
QRD, required
PATIENT, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function PATIENTRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_24 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property MSA : TbsMSA_24 read GetMSA write SetMSA; |
MSA, Min : 1, Max : 1
|
|
property ERR : TbsERR_24 read GetERR write SetERR; |
ERR, Min : 0, Max : 1
|
|
property QAK : TbsQAK_24 read GetQAK write SetQAK; |
QAK, Min : 0, Max : 1
|
|
property QRD : TbsQRD_24 read GetQRD write SetQRD; |
QRD, Min : 1, Max : 1
|
|
property PATIENT[RepCount:Integer]: TbsPPV_PCA_PATIENT_24 read GetPATIENT write SetPATIENT; |
PATIENT, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|