Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsNMR_N01_CLOCK_AND_STATS_WITH_NOTES_ALT_251
Unit
BSHL7Grp251
Declaration
type TbsNMR_N01_CLOCK_AND_STATS_WITH_NOTES_ALT_251 = class(TBSHL7Object)
Description
Represents the CLOCK_AND_STATS_WITH_NOTES_ALT Group. A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. This Group contains the following elements:
NCK, optional
NTE, optional repeating
NST, optional
NTE, optional repeating
NSC, optional
NTE, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function NTERepCount : Integer; |
|
|
function NTE1RepCount : Integer; |
|
|
function NTE2RepCount : Integer; |
|
Properties
|
property NCK : TbsNCK_251 read GetNCK write SetNCK ; |
NCK, Usage : O, Min : 0, Max : 1
|
|
property NTE[RepCount:Integer]: TbsNTE_251 read GetNTE; |
NTE, Usage : O, Min : 0, Max : *
|
|
property NST : TbsNST_251 read GetNST write SetNST ; |
NST, Usage : O, Min : 0, Max : 1
|
|
property NTE1[RepCount:Integer]: TbsNTE_251 read GetNTE1; |
NTE, Usage : O, Min : 0, Max : *
|
|
property NSC : TbsNSC_251 read GetNSC write SetNSC ; |
NSC, Usage : O, Min : 0, Max : 1
|
|
property NTE2[RepCount:Integer]: TbsNTE_251 read GetNTE2; |
NTE, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|