Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPRC_251
Unit
BSHL7DT251
Declaration
type TbsPRC_251 = class(TbsHL7Segment)
Description
Pricing The Technical Steward for the PRC segment is PA.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function FacilityIDPRCRepCount : Integer; |
|
|
 |
function DepartmentRepCount : Integer; |
|
|
 |
function ValidPatientClassesRepCount : Integer; |
|
|
 |
function PriceRepCount : Integer; |
|
|
 |
function FormulaRepCount : Integer; |
|
|
 |
function BillingCategoryRepCount : Integer; |
|
|
Properties
 |
property PrimaryKeyValuePRC : TbsCE_251 read GetPrimaryKeyValuePRC write SetPrimaryKeyValuePRC; |
|
Primary Key Value - PRC, Min : 1, Max : 1
|
 |
property FacilityIDPRC[RepCount:Integer]: TbsCE_251 read GetFacilityIDPRC write SetFacilityIDPRC; |
|
Facility ID - PRC, Min : 0, Max : *
|
 |
property Department[RepCount:Integer]: TbsCE_251 read GetDepartment write SetDepartment; |
|
Department, Min : 0, Max : *
|
 |
property ValidPatientClasses[RepCount:Integer]: TbsIS_251 read GetValidPatientClasses write SetValidPatientClasses; |
|
Valid Patient Classes, Min : 0, Max : *
|
 |
property Price[RepCount:Integer]: TbsCP_251 read GetPrice write SetPrice; |
|
Price, Min : 0, Max : *
|
 |
property Formula[RepCount:Integer]: TbsST_251 read GetFormula write SetFormula; |
|
Formula, Min : 0, Max : *
|
 |
property MinimumQuantity : TbsNM_251 read GetMinimumQuantity write SetMinimumQuantity; |
|
Minimum Quantity, Min : 0, Max : 1
|
 |
property MaximumQuantity : TbsNM_251 read GetMaximumQuantity write SetMaximumQuantity; |
|
Maximum Quantity, Min : 0, Max : 1
|
 |
property MinimumPrice : TbsMO_251 read GetMinimumPrice write SetMinimumPrice; |
|
Minimum Price, Min : 0, Max : 1
|
 |
property MaximumPrice : TbsMO_251 read GetMaximumPrice write SetMaximumPrice; |
|
Maximum Price, Min : 0, Max : 1
|
 |
property EffectiveStartDate : TbsTS_251 read GetEffectiveStartDate write SetEffectiveStartDate; |
|
Effective Start Date, Min : 0, Max : 1
|
 |
property EffectiveEndDate : TbsTS_251 read GetEffectiveEndDate write SetEffectiveEndDate; |
|
Effective End Date, Min : 0, Max : 1
|
 |
property PriceOverrideFlag : TbsIS_251 read GetPriceOverrideFlag write SetPriceOverrideFlag; |
|
Price Override Flag, Min : 0, Max : 1
|
 |
property BillingCategory[RepCount:Integer]: TbsCE_251 read GetBillingCategory write SetBillingCategory; |
|
Billing Category, Min : 0, Max : *
|
 |
property ChargeableFlag : TbsID_251 read GetChargeableFlag write SetChargeableFlag; |
|
Chargeable Flag, Min : 0, Max : 1
|
 |
property ActiveInactiveFlag : TbsID_251 read GetActiveInactiveFlag write SetActiveInactiveFlag; |
|
Active/Inactive Flag, Min : 0, Max : 1
|
 |
property Cost : TbsMO_251 read GetCost write SetCost; |
|
Cost, Min : 0, Max : 1
|
 |
property ChargeOnIndicator : TbsIS_251 read GetChargeOnIndicator write SetChargeOnIndicator; |
|
Charge On Indicator, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|