Class TbsSDN_S36_26
Unit
BSHL726
Declaration
type TbsSDN_S36_26 = class(TbsHL7Message)
Description
Represents a SDN_S36(Notification of Anti-Microbial Device Data) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional
ANTI MICROBIAL DEVICE DATA, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function ANTI_MICROBIAL_DEVICE_DATARepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_26 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_26 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC : TbsUAC_26 read GetUAC write SetUAC; |
UAC, Min : 0, Max : 1
|
|
property ANTI_MICROBIAL_DEVICE_DATA[RepCount:Integer]: TbsSDN_S36_ANTI_MICROBIAL_DEVICE_DATA_26 read GetANTI_MICROBIAL_DEVICE_DATA write SetANTI_MICROBIAL_DEVICE_DATA; |
ANTI_MICROBIAL_DEVICE_DATA, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|