Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsRQD_26
Unit
BSHL7DT26
Declaration
type TbsRQD_26 = class(TbsHL7Segment)
Description
Requisition Detail RQD contains the detail for each requisitioned item. See assumptions above.
Hierarchy
Overview
Properties
Description
Properties
|
property RequisitionLineNumber : TbsSI_26 read GetRequisitionLineNumber write SetRequisitionLineNumber; |
Requisition Line Number, Min : 0, Max : 1
|
|
property ItemCodeInternal : TbsCWE_26 read GetItemCodeInternal write SetItemCodeInternal; |
Item Code - Internal, Min : 0, Max : 1
|
|
property ItemCodeExternal : TbsCWE_26 read GetItemCodeExternal write SetItemCodeExternal; |
Item Code - External, Min : 0, Max : 1
|
|
property HospitalItemCode : TbsCWE_26 read GetHospitalItemCode write SetHospitalItemCode; |
Hospital Item Code, Min : 0, Max : 1
|
|
property RequisitionQuantity : TbsNM_26 read GetRequisitionQuantity write SetRequisitionQuantity; |
Requisition Quantity, Min : 0, Max : 1
|
|
property RequisitionUnitofMeasure : TbsCWE_26 read GetRequisitionUnitofMeasure write SetRequisitionUnitofMeasure; |
Requisition Unit of Measure, Min : 0, Max : 1
|
|
property DeptCostCenter : TbsIS_26 read GetDeptCostCenter write SetDeptCostCenter; |
Dept. Cost Center, Min : 0, Max : 1
|
|
property ItemNaturalAccountCode : TbsIS_26 read GetItemNaturalAccountCode write SetItemNaturalAccountCode; |
Item Natural Account Code, Min : 0, Max : 1
|
|
property DeliverToID : TbsCWE_26 read GetDeliverToID write SetDeliverToID; |
Deliver To ID, Min : 0, Max : 1
|
|
property DateNeeded : TbsDT_26 read GetDateNeeded write SetDateNeeded; |
Date Needed, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|