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