Class TbsOPU_R25_271

DescriptionHierarchyFieldsMethodsProperties

Unit

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:

  1. MSH, required

  2. SFT, optional repeating

  3. UAC, optional

  4. NTE, optional

  5. PV1, required

  6. PV2, optional

  7. PRT, optional repeating

  8. PATIENT_VISIT_OBSERVATION, optional repeating

  9. ACCESSION_DETAIL, required repeating

Hierarchy

Overview

Methods

Public function SFTRepCount : Integer ;
Public function PRTRepCount : Integer ;
Public function PATIENT_VISIT_OBSERVATIONRepCount : Integer ;
Public function ACCESSION_DETAILRepCount : Integer ;
Public procedure Init; override;

Properties

Public property MSH : TbsMSH_271 read GetMSH write SetMSH;
Public property SFT[RepCount:Integer]: TbsSFT_271 read GetSFT write SetSFT;
Public property UAC : TbsUAC_271 read GetUAC write SetUAC;
Public property NTE : TbsNTE_271 read GetNTE write SetNTE;
Public property PV1 : TbsPV1_271 read GetPV1 write SetPV1;
Public property PV2 : TbsPV2_271 read GetPV2 write SetPV2;
Public property PRT[RepCount:Integer]: TbsPRT_271 read GetPRT write SetPRT;
Public property PATIENT_VISIT_OBSERVATION[RepCount:Integer]: TbsOPU_R25_PATIENT_VISIT_OBSERVATION_271 read GetPATIENT_VISIT_OBSERVATION write SetPATIENT_VISIT_OBSERVATION;
Public property ACCESSION_DETAIL[RepCount:Integer]: TbsOPU_R25_ACCESSION_DETAIL_271 read GetACCESSION_DETAIL write SetACCESSION_DETAIL;

Description

Methods

Public function SFTRepCount : Integer ;
 
Public function PRTRepCount : Integer ;
 
Public function PATIENT_VISIT_OBSERVATIONRepCount : Integer ;
 
Public function ACCESSION_DETAILRepCount : Integer ;
 
Public procedure Init; override;
 

Properties

Public property MSH : TbsMSH_271 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property SFT[RepCount:Integer]: TbsSFT_271 read GetSFT write SetSFT;

SFT, Usage : O, Min : 0, Max : *

Public property UAC : TbsUAC_271 read GetUAC write SetUAC;

UAC, Min : 0, Max : 1

Public property NTE : TbsNTE_271 read GetNTE write SetNTE;

NTE, Min : 0, Max : 1

Public property PV1 : TbsPV1_271 read GetPV1 write SetPV1;

PV1, Min : 1, Max : 1

Public property PV2 : TbsPV2_271 read GetPV2 write SetPV2;

PV2, Min : 0, Max : 1

Public property PRT[RepCount:Integer]: TbsPRT_271 read GetPRT write SetPRT;

PRT, Usage : O, Min : 0, Max : *

Public 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 : *

Public 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.