Class TbsLCH_28
Unit
BSHL7DT28
Declaration
type TbsLCH_28 = class(TbsHL7Segment)
Description
Location Characteristic The LCH segment is used to identify location characteristics which determine which patients will be assigned to the room or bed. It contains the location characteristics of the room or bed identified in the preceding LOC segment. There should be one LCH segment for each attribute. When the LCH segment appears immediately following the LOC segment, it communicates characteristics which are the same across multiple departments that may use the same room. When the LCH segment appears immediately following the LDP segment, it communicates characteristics which differ for different departments that may use the same room. For example, the following characteristics are more likely to vary by which department is using the room: teaching, gender, staffed, set up, overflow, whereas the other characteristics are likely to remain the same.
Hierarchy
Overview
Properties
Description
Properties
|
property PrimaryKeyValueLch : TbsPL_28 read GetPrimaryKeyValueLch write SetPrimaryKeyValueLch; |
Primary Key Value - Lch, Min : 1, Max : 1
|
|
property SegmentActionCode : TbsID_28 read GetSegmentActionCode write SetSegmentActionCode; |
Segment Action Code, Min : 0, Max : 1
|
|
property SegmentUniqueKey : TbsEI_28 read GetSegmentUniqueKey write SetSegmentUniqueKey; |
Segment Unique Key, Min : 0, Max : 1
|
|
property LocationCharacteristicId : TbsCWE_28 read GetLocationCharacteristicId write SetLocationCharacteristicId; |
Location Characteristic Id, Min : 1, Max : 1
|
|
property LocationCharacteristicValueLch : TbsCWE_28 read GetLocationCharacteristicValueLch write SetLocationCharacteristicValueLch; |
Location Characteristic Value - Lch, Min : 1, Max : 1
|
Generated by PasDoc 0.14.0.
|