Class TbsSIU_S21_24
Unit
BSHL724
Declaration
type TbsSIU_S21_24 = class(TbsHL7Message)
Description
Represents a SIU_S21(Notification of Discontinuation 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_24 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SCH : TbsSCH_24 read GetSCH write SetSCH; |
SCH, Min : 1, Max : 1
|
|
property NTE[RepCount:Integer]: TbsNTE_24 read GetNTE write SetNTE; |
NTE, Usage : O, Min : 0, Max : *
|
|
property PATIENT[RepCount:Integer]: TbsSIU_S21_PATIENT_24 read GetPATIENT write SetPATIENT; |
PATIENT, Usage : O, Min : 0, Max : *
|
|
property RESOURCES[RepCount:Integer]: TbsSIU_S21_RESOURCES_24 read GetRESOURCES write SetRESOURCES; |
RESOURCES, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|