Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsRQD_23
Unit
BSHL7DT23
Declaration
type TbsRQD_23 = class(TbsHL7Segment)
Description
Requisition detail
Hierarchy
Overview
Properties
Description
Properties
|
property RequisitionLineNumber : TbsSI_23 read GetRequisitionLineNumber write SetRequisitionLineNumber; |
Requisition Line Number, Min : 0, Max : 1
|
|
property ItemCodeInternal : TbsCE_23 read GetItemCodeInternal write SetItemCodeInternal; |
Item Code - Internal, Min : 0, Max : 1
|
|
property ItemCodeExternal : TbsCE_23 read GetItemCodeExternal write SetItemCodeExternal; |
Item Code - External, Min : 0, Max : 1
|
|
property HospitalItemCode : TbsCE_23 read GetHospitalItemCode write SetHospitalItemCode; |
Hospital Item Code, Min : 0, Max : 1
|
|
property RequisitionQuantity : TbsNM_23 read GetRequisitionQuantity write SetRequisitionQuantity; |
Requisition Quantity, Min : 0, Max : 1
|
|
property RequisitionUnitofMeasure : TbsCE_23 read GetRequisitionUnitofMeasure write SetRequisitionUnitofMeasure; |
Requisition Unit of Measure, Min : 0, Max : 1
|
|
property DepartmentCostCenter : TbsID_23 read GetDepartmentCostCenter write SetDepartmentCostCenter; |
Department Cost Center, Min : 0, Max : 1
|
|
property ItemNaturalAccountCode : TbsID_23 read GetItemNaturalAccountCode write SetItemNaturalAccountCode; |
Item Natural Account Code, Min : 0, Max : 1
|
|
property DeliverToID : TbsCE_23 read GetDeliverToID write SetDeliverToID; |
Deliver To ID, Min : 0, Max : 1
|
|
property DateNeeded : TbsDT_23 read GetDateNeeded write SetDateNeeded; |
Date Needed, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|