Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsSRM_S05_231
Unit
BSHL7231
Declaration
type TbsSRM_S05_231 = class(TbsHL7Message)
Description
Represents a SRM_S05(Request appointment discontinuation) message structure. This structure contains the following elements:
MSH, required
ARQ, required
APR, optional
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 ARQ : TbsARQ_231 read GetARQ write SetARQ; |
ARQ, Min : 1, Max : 1
|
|
property APR : TbsAPR_231 read GetAPR write SetAPR; |
APR, Min : 0, Max : 1
|
|
property NTE[RepCount:Integer]: TbsNTE_231 read GetNTE write SetNTE; |
NTE, Usage : O, Min : 0, Max : *
|
|
property PATIENT[RepCount:Integer]: TbsSRM_S05_PATIENT_231 read GetPATIENT write SetPATIENT; |
PATIENT, Usage : O, Min : 0, Max : *
|
|
property RESOURCES[RepCount:Integer]: TbsSRM_S05_RESOURCES_231 read GetRESOURCES write SetRESOURCES; |
RESOURCES, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|