| Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers | Class TbsSRM_S10_231Unit
BSHL7231 Declaration
type TbsSRM_S10_231 = class(TbsHL7Message) Description
 Represents a SRM_S10(Request discontinuation of service/resource on appointment) message structure. This structure contains the following elements:  
  MSH, required ARQ, required APR, optional NTE, optional repeating PATIENT, optional repeating RESOURCES, required repeating    HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | 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_S10_PATIENT_231 read GetPATIENT write SetPATIENT; |  | 
 PATIENT, Usage : O, Min : 0, Max : *  |  
|  | property RESOURCES[RepCount:Integer]: TbsSRM_S10_RESOURCES_231 read GetRESOURCES write SetRESOURCES; |  | 
 RESOURCES, Usage : R, Min : 1, Max : *  |  Generated by PasDoc 0.14.0.
 |