Class TbsPPT_PCL_231
Unit
BSHL7231
Declaration
type TbsPPT_PCL_231 = class(TbsHL7Message)
Description
Represents a PPT_PCL(Pathway (goal-oriented) query 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_231 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property MSA : TbsMSA_231 read GetMSA write SetMSA; |
MSA, Min : 1, Max : 1
|
|
property ERR : TbsERR_231 read GetERR write SetERR; |
ERR, Min : 0, Max : 1
|
|
property QAK : TbsQAK_231 read GetQAK write SetQAK; |
QAK, Min : 0, Max : 1
|
|
property QRD : TbsQRD_231 read GetQRD write SetQRD; |
QRD, Min : 1, Max : 1
|
|
property PATIENT[RepCount:Integer]: TbsPPT_PCL_PATIENT_231 read GetPATIENT write SetPATIENT; |
PATIENT, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|