Class TbsPRR_PC5_231
Unit
BSHL7231
Declaration
type TbsPRR_PC5_231 = class(TbsHL7Message)
Description
Represents a PRR_PC5(Problem 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]: TbsPRR_PC5_PATIENT_231 read GetPATIENT write SetPATIENT; |
PATIENT, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|