Class TbsSRM_S08_271

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsSRM_S08_271 = class(TbsHL7Message)

Description

Represents a SRM_S08(Request modification of service/resource on appointment) message structure. This structure contains the following elements:

  1. MSH, required

  2. ARQ, required

  3. APR, optional

  4. NTE, optional repeating

  5. PATIENT, optional repeating

  6. RESOURCES, required repeating

Hierarchy

Overview

Methods

Public function NTERepCount : Integer ;
Public function PATIENTRepCount : Integer ;
Public function RESOURCESRepCount : Integer ;
Public procedure Init; override;

Properties

Public property MSH : TbsMSH_271 read GetMSH write SetMSH;
Public property ARQ : TbsARQ_271 read GetARQ write SetARQ;
Public property APR : TbsAPR_271 read GetAPR write SetAPR;
Public property NTE[RepCount:Integer]: TbsNTE_271 read GetNTE write SetNTE;
Public property PATIENT[RepCount:Integer]: TbsSRM_S08_PATIENT_271 read GetPATIENT write SetPATIENT;
Public property RESOURCES[RepCount:Integer]: TbsSRM_S08_RESOURCES_271 read GetRESOURCES write SetRESOURCES;

Description

Methods

Public function NTERepCount : Integer ;
 
Public function PATIENTRepCount : Integer ;
 
Public function RESOURCESRepCount : Integer ;
 
Public procedure Init; override;
 

Properties

Public property MSH : TbsMSH_271 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property ARQ : TbsARQ_271 read GetARQ write SetARQ;

ARQ, Min : 1, Max : 1

Public property APR : TbsAPR_271 read GetAPR write SetAPR;

APR, Min : 0, Max : 1

Public property NTE[RepCount:Integer]: TbsNTE_271 read GetNTE write SetNTE;

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

Public property PATIENT[RepCount:Integer]: TbsSRM_S08_PATIENT_271 read GetPATIENT write SetPATIENT;

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

Public property RESOURCES[RepCount:Integer]: TbsSRM_S08_RESOURCES_271 read GetRESOURCES write SetRESOURCES;

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


Generated by PasDoc 0.14.0.