Class TbsNTE_271

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsNTE_271 = 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. The technical committees define the meaning of the NTE segments within the context of the messages in their chapters. For each NTE, the description in the message attribute table should include an indication of the segment associated with the NTE, for example "Notes and Comments for the PID".

Hierarchy

Overview

Methods

Public function CommentRepCount : Integer;

Properties

Public property SetIdNte : TbsSI_271 read GetSetIdNte write SetSetIdNte;
Public property SourceOfComment : TbsID_271 read GetSourceOfComment write SetSourceOfComment;
Public property Comment[RepCount:Integer]: TbsFT_271 read GetComment write SetComment;
Public property CommentType : TbsCWE_271 read GetCommentType write SetCommentType;
Public property EnteredBy : TbsXCN_271 read GetEnteredBy write SetEnteredBy;
Public property EnteredDateTime : TbsDTM_271 read GetEnteredDateTime write SetEnteredDateTime;
Public property EffectiveStartDate : TbsDTM_271 read GetEffectiveStartDate write SetEffectiveStartDate;
Public property ExpirationDate : TbsDTM_271 read GetExpirationDate write SetExpirationDate;

Description

Methods

Public function CommentRepCount : Integer;
 

Properties

Public property SetIdNte : TbsSI_271 read GetSetIdNte write SetSetIdNte;

Set Id - Nte, Min : 0, Max : 1

Public property SourceOfComment : TbsID_271 read GetSourceOfComment write SetSourceOfComment;

Source Of Comment, Min : 0, Max : 1

Public property Comment[RepCount:Integer]: TbsFT_271 read GetComment write SetComment;

Comment, Min : 0, Max : *

Public property CommentType : TbsCWE_271 read GetCommentType write SetCommentType;

Comment Type, Min : 0, Max : 1

Public property EnteredBy : TbsXCN_271 read GetEnteredBy write SetEnteredBy;

Entered By, Min : 0, Max : 1

Public property EnteredDateTime : TbsDTM_271 read GetEnteredDateTime write SetEnteredDateTime;

Entered Date/Time, Min : 0, Max : 1

Public property EffectiveStartDate : TbsDTM_271 read GetEffectiveStartDate write SetEffectiveStartDate;

Effective Start Date, Min : 0, Max : 1

Public property ExpirationDate : TbsDTM_271 read GetExpirationDate write SetExpirationDate;

Expiration Date, Min : 0, Max : 1


Generated by PasDoc 0.14.0.