Class TbsSRM_S01_25

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsSRM_S01_25 = class(TbsHL7Message)

Description

Represents a SRM_S01(Request new appointment booking) 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_25 read GetMSH write SetMSH;
Public property ARQ : TbsARQ_25 read GetARQ write SetARQ;
Public property APR : TbsAPR_25 read GetAPR write SetAPR;
Public property NTE[RepCount:Integer]: TbsNTE_25 read GetNTE write SetNTE;
Public property PATIENT[RepCount:Integer]: TbsSRM_S01_PATIENT_25 read GetPATIENT write SetPATIENT;
Public property RESOURCES[RepCount:Integer]: TbsSRM_S01_RESOURCES_25 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_25 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property ARQ : TbsARQ_25 read GetARQ write SetARQ;

ARQ, Min : 1, Max : 1

Public property APR : TbsAPR_25 read GetAPR write SetAPR;

APR, Min : 0, Max : 1

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

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

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

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

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

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


Generated by PasDoc 0.14.0.