Class TbsSRM_S06_231

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsSRM_S06_231 = class(TbsHL7Message)

Description

Represents a SRM_S06(Request appointment deletion) 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_231 read GetMSH write SetMSH;
Public property ARQ : TbsARQ_231 read GetARQ write SetARQ;
Public property APR : TbsAPR_231 read GetAPR write SetAPR;
Public property NTE[RepCount:Integer]: TbsNTE_231 read GetNTE write SetNTE;
Public property PATIENT[RepCount:Integer]: TbsSRM_S06_PATIENT_231 read GetPATIENT write SetPATIENT;
Public property RESOURCES[RepCount:Integer]: TbsSRM_S06_RESOURCES_231 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_231 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property ARQ : TbsARQ_231 read GetARQ write SetARQ;

ARQ, Min : 1, Max : 1

Public property APR : TbsAPR_231 read GetAPR write SetAPR;

APR, Min : 0, Max : 1

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

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

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

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

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

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


Generated by PasDoc 0.14.0.