Class TbsSRM_S05_27

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsSRM_S05_27 = class(TbsHL7Message)

Description

Represents a SRM_S05(Request appointment discontinuation) 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_27 read GetMSH write SetMSH;
Public property ARQ : TbsARQ_27 read GetARQ write SetARQ;
Public property APR : TbsAPR_27 read GetAPR write SetAPR;
Public property NTE[RepCount:Integer]: TbsNTE_27 read GetNTE write SetNTE;
Public property PATIENT[RepCount:Integer]: TbsSRM_S05_PATIENT_27 read GetPATIENT write SetPATIENT;
Public property RESOURCES[RepCount:Integer]: TbsSRM_S05_RESOURCES_27 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_27 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property ARQ : TbsARQ_27 read GetARQ write SetARQ;

ARQ, Min : 1, Max : 1

Public property APR : TbsAPR_27 read GetAPR write SetAPR;

APR, Min : 0, Max : 1

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

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

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

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

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

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


Generated by PasDoc 0.14.0.