Class TbsOML_O21_ORDER_OBSERVATION_REQUEST_PRIOR_RESULT_ORDER_PRIOR_25

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsOML_O21_ORDER_OBSERVATION_REQUEST_PRIOR_RESULT_ORDER_PRIOR_25 = class(TBSHL7Object)

Description

Represents the ORDER_PRIOR Group. A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. This Group contains the following elements:

  1. ORC, optional

  2. OBR, required

  3. NTE, optional repeating

  4. TIMING PRIOR, optional repeating

  5. OBSERVATION PRIOR, required repeating

Hierarchy

Overview

Methods

Public function NTERepCount : Integer;
Public function TIMING_PRIORRepCount : Integer;
Public function OBSERVATION_PRIORRepCount : Integer;

Properties

Public property ORC : TbsORC_25 read GetORC write SetORC ;
Public property OBR : TbsOBR_25 read GetOBR write SetOBR ;
Public property NTE[RepCount:Integer]: TbsNTE_25 read GetNTE;
Public property TIMING_PRIOR[RepCount:Integer]: TbsOML_O21_ORDER_OBSERVATION_REQUEST_PRIOR_RESULT_ORDER_PRIOR_TIMING_PRIOR_25 read GetTIMING_PRIOR;
Public property OBSERVATION_PRIOR[RepCount:Integer]: TbsOML_O21_ORDER_OBSERVATION_REQUEST_PRIOR_RESULT_ORDER_PRIOR_OBSERVATION_PRIOR_25 read GetOBSERVATION_PRIOR;

Description

Methods

Public function NTERepCount : Integer;
 
Public function TIMING_PRIORRepCount : Integer;
 
Public function OBSERVATION_PRIORRepCount : Integer;
 

Properties

Public property ORC : TbsORC_25 read GetORC write SetORC ;

ORC, Usage : O, Min : 0, Max : 1

Public property OBR : TbsOBR_25 read GetOBR write SetOBR ;

OBR, Usage : R, Min : 1, Max : 1

Public property NTE[RepCount:Integer]: TbsNTE_25 read GetNTE;

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

Public property TIMING_PRIOR[RepCount:Integer]: TbsOML_O21_ORDER_OBSERVATION_REQUEST_PRIOR_RESULT_ORDER_PRIOR_TIMING_PRIOR_25 read GetTIMING_PRIOR;

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

Public property OBSERVATION_PRIOR[RepCount:Integer]: TbsOML_O21_ORDER_OBSERVATION_REQUEST_PRIOR_RESULT_ORDER_PRIOR_OBSERVATION_PRIOR_25 read GetOBSERVATION_PRIOR;

OBSERVATION_PRIOR, Usage : R, Min : 1, Max : *


Generated by PasDoc 0.14.0.