Class TbsDSP_231
Unit
BSHL7DT231
Declaration
type TbsDSP_231 = class(TbsHL7Segment)
Description
Display data segment The DSP segment is used to contain data that has been preformatted by the sender for display. The semantic content of the data is lost; the data is simply treated as lines of text.
Hierarchy
Overview
Properties
Description
Properties
|
property SetIDDSP : TbsSI_231 read GetSetIDDSP write SetSetIDDSP; |
Set ID - DSP, Min : 0, Max : 1
|
|
property DisplayLevel : TbsSI_231 read GetDisplayLevel write SetDisplayLevel; |
Display Level, Min : 0, Max : 1
|
|
property DataLine : TbsTX_231 read GetDataLine write SetDataLine; |
Data Line, Min : 1, Max : 1
|
|
property LogicalBreakPoint : TbsST_231 read GetLogicalBreakPoint write SetLogicalBreakPoint; |
Logical Break Point, Min : 0, Max : 1
|
|
property ResultID : TbsTX_231 read GetResultID write SetResultID; |
Result ID, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|