Class TbsSUR_P09_23

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsSUR_P09_23 = class(TbsHL7Message)

Description

Represents a SUR_P09(Summary product experience report) message structure. This structure contains the following elements:

  1. MSH, required

  2. FACILITY, required repeating

Hierarchy

Overview

Methods

Public function FACILITYRepCount : Integer ;
Public procedure Init; override;

Properties

Public property MSH : TbsMSH_23 read GetMSH write SetMSH;
Public property FACILITY[RepCount:Integer]: TbsSUR_P09_FACILITY_23 read GetFACILITY write SetFACILITY;

Description

Methods

Public function FACILITYRepCount : Integer ;
 
Public procedure Init; override;
 

Properties

Public property MSH : TbsMSH_23 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property FACILITY[RepCount:Integer]: TbsSUR_P09_FACILITY_23 read GetFACILITY write SetFACILITY;

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


Generated by PasDoc 0.14.0.