Class TbsRDF_271
Unit
BSHL7DT271
Declaration
type TbsRDF_271 = class(TbsHL7Segment)
Description
Table Row Definition The RDF segment defines the content of the row data segments (RDT) in the tabular response (RTB). - As an optional segment in a query either a QBP or QBS, this segment can be used to limit the number of columns returned and to specify what column positions the fields occupy (where supported, these features can be used to override the defaults for the particular query). If omitted, all fields defined for the query are returned in their default column order. - As a required segment in a tabular response (RTB) to either a QBP or QBS, this segment defines the contents of the table row data (RDT) segments that follows. It is not necessarily an echo back of the segment as it appeared in the query.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ColumnDescriptionRepCount : Integer; |
|
Properties
|
property NumberOfColumnsPerRow : TbsNM_271 read GetNumberOfColumnsPerRow write SetNumberOfColumnsPerRow; |
Number Of Columns Per Row, Min : 1, Max : 1
|
|
property ColumnDescription[RepCount:Integer]: TbsRCD_271 read GetColumnDescription write SetColumnDescription; |
Column Description, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|