Class TbsRDF_231
Unit
BSHL7DT231
Declaration
type TbsRDF_231 = class(TbsHL7Segment)
Description
Table row definition segment The RDF segment defines the content of the row data segments (RDT) in the Tabular Data Response Message (TBR). It is used in two ways:
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ColumnDescriptionRepCount : Integer; |
|
Properties
|
property NumberofColumnsperRow : TbsNM_231 read GetNumberofColumnsperRow write SetNumberofColumnsperRow; |
Number of Columns per Row, Min : 1, Max : 1
|
|
property ColumnDescription[RepCount:Integer]: TbsRCD_231 read GetColumnDescription write SetColumnDescription; |
Column Description, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|