Class TbsSIU_S20_231
Unit
BSHL7231
Declaration
type TbsSIU_S20_231 = class(TbsHL7Message)
Description
Represents a SIU_S20(Notification of cancellation of service/resource on appointment) message structure. This structure contains the following elements:
MSH, required
SCH, required
NTE, optional repeating
PATIENT, optional repeating
RESOURCES, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function NTERepCount : Integer ; |
|
|
function PATIENTRepCount : Integer ; |
|
|
function RESOURCESRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_231 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SCH : TbsSCH_231 read GetSCH write SetSCH; |
SCH, Min : 1, Max : 1
|
|
property NTE[RepCount:Integer]: TbsNTE_231 read GetNTE write SetNTE; |
NTE, Usage : O, Min : 0, Max : *
|
|
property PATIENT[RepCount:Integer]: TbsSIU_S20_PATIENT_231 read GetPATIENT write SetPATIENT; |
PATIENT, Usage : O, Min : 0, Max : *
|
|
property RESOURCES[RepCount:Integer]: TbsSIU_S20_RESOURCES_231 read GetRESOURCES write SetRESOURCES; |
RESOURCES, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|