Class TbsODS_23
Unit
BSHL7DT23
Declaration
type TbsODS_23 = class(TbsHL7Segment)
Description
Dietary orders, supplements, and preferences
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ServicePeriodRepCount : Integer; |
|
|
function Diet_Supplement_orPreferenceCodeRepCount : Integer; |
|
Properties
|
property Type_ : TbsID_23 read GetType_ write SetType_; |
Type, Min : 1, Max : 1
|
|
property ServicePeriod[RepCount:Integer]: TbsCE_23 read GetServicePeriod write SetServicePeriod; |
Service Period, Min : 0, Max : 10
|
|
property Diet_Supplement_orPreferenceCode[RepCount:Integer]: TbsCE_23 read GetDiet_Supplement_orPreferenceCode write SetDiet_Supplement_orPreferenceCode; |
Diet, Supplement, or Preference Code, Min : 1, Max : 20
|
|
property TextInstruction : TbsST_23 read GetTextInstruction write SetTextInstruction; |
Text Instruction, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|