Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsOPU_R25_271
Unit
BSHL7271
Declaration
type TbsOPU_R25_271 = class(TbsHL7Message)
Description
Represents a OPU_R25(Unsolicited Population/Location-Based Laboratory Observation Message) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional
NTE, optional
PV1, required
PV2, optional
PRT, optional repeating
PATIENT_VISIT_OBSERVATION, optional repeating
ACCESSION_DETAIL, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function PRTRepCount : Integer ; |
|
|
function PATIENT_VISIT_OBSERVATIONRepCount : Integer ; |
|
|
function ACCESSION_DETAILRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_271 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_271 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC : TbsUAC_271 read GetUAC write SetUAC; |
UAC, Min : 0, Max : 1
|
|
property NTE : TbsNTE_271 read GetNTE write SetNTE; |
NTE, Min : 0, Max : 1
|
|
property PV1 : TbsPV1_271 read GetPV1 write SetPV1; |
PV1, Min : 1, Max : 1
|
|
property PV2 : TbsPV2_271 read GetPV2 write SetPV2; |
PV2, Min : 0, Max : 1
|
|
property PRT[RepCount:Integer]: TbsPRT_271 read GetPRT write SetPRT; |
PRT, Usage : O, Min : 0, Max : *
|
|
property PATIENT_VISIT_OBSERVATION[RepCount:Integer]: TbsOPU_R25_PATIENT_VISIT_OBSERVATION_271 read GetPATIENT_VISIT_OBSERVATION write SetPATIENT_VISIT_OBSERVATION; |
PATIENT_VISIT_OBSERVATION, Usage : O, Min : 0, Max : *
|
|
property ACCESSION_DETAIL[RepCount:Integer]: TbsOPU_R25_ACCESSION_DETAIL_271 read GetACCESSION_DETAIL write SetACCESSION_DETAIL; |
ACCESSION_DETAIL, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|