Class TbsRXR_24
Unit
BSHL7DT24
Declaration
type TbsRXR_24 = class(TbsHL7Segment)
Description
Pharmacy/Treatment Route The Pharmacy/Treatment Route segment contains the alternative combination of route, site, administration device, and administration method that are prescribed as they apply to a particular order. The pharmacy, treatment staff and/or nursing staff has a choice between the routes based on either their professional judgment or administration instructions provided by the physician.
Hierarchy
Overview
Properties
Description
Properties
|
property Route : TbsCE_24 read GetRoute write SetRoute; |
Route, Min : 1, Max : 1
|
|
property AdministrationSite : TbsCE_24 read GetAdministrationSite write SetAdministrationSite; |
Administration Site, Min : 0, Max : 1
|
|
property AdministrationDevice : TbsCE_24 read GetAdministrationDevice write SetAdministrationDevice; |
Administration Device, Min : 0, Max : 1
|
|
property AdministrationMethod : TbsCE_24 read GetAdministrationMethod write SetAdministrationMethod; |
Administration Method, Min : 0, Max : 1
|
|
property RoutingInstruction : TbsCE_24 read GetRoutingInstruction write SetRoutingInstruction; |
Routing Instruction, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|