Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsRQD_271
Unit
BSHL7DT271
Declaration
type TbsRQD_271 = class(TbsHL7Segment)
Description
Requisition Detail RQD contains the detail for each requisitioned item.
Hierarchy
Overview
Properties
Description
Properties
|
property RequisitionLineNumber : TbsSI_271 read GetRequisitionLineNumber write SetRequisitionLineNumber; |
Requisition Line Number, Min : 0, Max : 1
|
|
property ItemCodeInternal : TbsCWE_271 read GetItemCodeInternal write SetItemCodeInternal; |
Item Code - Internal, Min : 0, Max : 1
|
|
property ItemCodeExternal : TbsCWE_271 read GetItemCodeExternal write SetItemCodeExternal; |
Item Code - External, Min : 0, Max : 1
|
|
property HospitalItemCode : TbsCWE_271 read GetHospitalItemCode write SetHospitalItemCode; |
Hospital Item Code, Min : 0, Max : 1
|
|
property RequisitionQuantity : TbsNM_271 read GetRequisitionQuantity write SetRequisitionQuantity; |
Requisition Quantity, Min : 0, Max : 1
|
|
property RequisitionUnitOfMeasure : TbsCWE_271 read GetRequisitionUnitOfMeasure write SetRequisitionUnitOfMeasure; |
Requisition Unit Of Measure, Min : 0, Max : 1
|
|
property CostCenterAccountNumber : TbsCX_271 read GetCostCenterAccountNumber write SetCostCenterAccountNumber; |
Cost Center Account Number, Min : 0, Max : 1
|
|
property ItemNaturalAccountCode : TbsCWE_271 read GetItemNaturalAccountCode write SetItemNaturalAccountCode; |
Item Natural Account Code, Min : 0, Max : 1
|
|
property DeliverToId : TbsCWE_271 read GetDeliverToId write SetDeliverToId; |
Deliver To Id, Min : 0, Max : 1
|
|
property DateNeeded : TbsDT_271 read GetDateNeeded write SetDateNeeded; |
Date Needed, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|