Class TbsNTE_22
Unit
BSHL7DT22
Declaration
type TbsNTE_22 = class(TbsHL7Segment)
Description
Notes And Comments The NTE segment is defined here for inclusion in messages defined in other chapters. It is a common format for sending notes and comments
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function CommentRepCount : Integer; |
|
Properties
|
property SetIdNotesAndComments : TbsSI_22 read GetSetIdNotesAndComments write SetSetIdNotesAndComments; |
Set Id - Notes And Comments, Min : 0, Max : 1
|
|
property SourceOfComment : TbsID_22 read GetSourceOfComment write SetSourceOfComment; |
Source Of Comment, Min : 0, Max : 1
|
|
property Comment[RepCount:Integer]: TbsFT_22 read GetComment write SetComment; |
Comment, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|