Class TbsNTE_26
Unit
BSHL7DT26
Declaration
type TbsNTE_26 = class(TbsHL7Segment)
Description
Notes and Comments The NTE segment is defined here for inclusion in messages defined in other chapters. It is commonly used for sending notes and comments.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function CommentRepCount : Integer; |
|
Properties
|
property SetIDNTE : TbsSI_26 read GetSetIDNTE write SetSetIDNTE; |
Set ID - NTE, Min : 0, Max : 1
|
|
property SourceofComment : TbsID_26 read GetSourceofComment write SetSourceofComment; |
Source of Comment, Min : 0, Max : 1
|
|
property Comment[RepCount:Integer]: TbsFT_26 read GetComment write SetComment; |
Comment, Min : 0, Max : *
|
|
property CommentType : TbsCWE_26 read GetCommentType write SetCommentType; |
Comment Type, Min : 0, Max : 1
|
|
property EnteredBy : TbsXCN_26 read GetEnteredBy write SetEnteredBy; |
Entered By, Min : 0, Max : 1
|
|
property EnteredDateTime : TbsDTM_26 read GetEnteredDateTime write SetEnteredDateTime; |
Entered Date/Time, Min : 0, Max : 1
|
|
property EffectiveStartDate : TbsDTM_26 read GetEffectiveStartDate write SetEffectiveStartDate; |
Effective Start Date, Min : 0, Max : 1
|
|
property ExpirationDate : TbsDTM_26 read GetExpirationDate write SetExpirationDate; |
Expiration Date, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|