Class TbsSIU_S17_27

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsSIU_S17_27 = class(TbsHL7Message)

Description

Represents a SIU_S17(Notification of appointment deletion) message structure. This structure contains the following elements:

  1. MSH, required

  2. SCH, required

  3. TQ1, optional repeating

  4. NTE, optional repeating

  5. PATIENT, optional repeating

  6. RESOURCES, required repeating

Hierarchy

Overview

Methods

Public function TQ1RepCount : Integer ;
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 SCH : TbsSCH_27 read GetSCH write SetSCH;
Public property TQ1[RepCount:Integer]: TbsTQ1_27 read GetTQ1 write SetTQ1;
Public property NTE[RepCount:Integer]: TbsNTE_27 read GetNTE write SetNTE;
Public property PATIENT[RepCount:Integer]: TbsSIU_S17_PATIENT_27 read GetPATIENT write SetPATIENT;
Public property RESOURCES[RepCount:Integer]: TbsSIU_S17_RESOURCES_27 read GetRESOURCES write SetRESOURCES;

Description

Methods

Public function TQ1RepCount : Integer ;
 
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 SCH : TbsSCH_27 read GetSCH write SetSCH;

SCH, Min : 1, Max : 1

Public property TQ1[RepCount:Integer]: TbsTQ1_27 read GetTQ1 write SetTQ1;

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

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

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

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

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

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

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


Generated by PasDoc 0.14.0.