Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsGP2_251
Unit
BSHL7DT251
Declaration
type TbsGP2_251 = class(TbsHL7Segment)
Description
Grouping/Reimbursement - Procedure Line Item This segment is used for items that pertain to each HCPC/CPT line item.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function OCEEditCodeRepCount : Integer; |
|
|
 |
function ModifierEditCodeRepCount : Integer; |
|
|
Properties
 |
property RevenueCode : TbsIS_251 read GetRevenueCode write SetRevenueCode; |
|
Revenue Code, Min : 0, Max : 1
|
 |
property NumberofServiceUnits : TbsNM_251 read GetNumberofServiceUnits write SetNumberofServiceUnits; |
|
Number of Service Units, Min : 0, Max : 1
|
 |
property Charge : TbsCP_251 read GetCharge write SetCharge; |
|
Charge, Min : 0, Max : 1
|
 |
property ReimbursementActionCode : TbsIS_251 read GetReimbursementActionCode write SetReimbursementActionCode; |
|
Reimbursement Action Code, Min : 0, Max : 1
|
 |
property DenialorRejectionCode : TbsIS_251 read GetDenialorRejectionCode write SetDenialorRejectionCode; |
|
Denial or Rejection Code, Min : 0, Max : 1
|
 |
property OCEEditCode[RepCount:Integer]: TbsIS_251 read GetOCEEditCode write SetOCEEditCode; |
|
OCE Edit Code, Min : 0, Max : *
|
 |
property AmbulatoryPaymentClassificationCode : TbsCE_251 read GetAmbulatoryPaymentClassificationCode write SetAmbulatoryPaymentClassificationCode; |
|
Ambulatory Payment Classification Code, Min : 0, Max : 1
|
 |
property ModifierEditCode[RepCount:Integer]: TbsIS_251 read GetModifierEditCode write SetModifierEditCode; |
|
Modifier Edit Code, Min : 0, Max : *
|
 |
property PaymentAdjustmentCode : TbsIS_251 read GetPaymentAdjustmentCode write SetPaymentAdjustmentCode; |
|
Payment Adjustment Code, Min : 0, Max : 1
|
 |
property PackagingStatusCode : TbsIS_251 read GetPackagingStatusCode write SetPackagingStatusCode; |
|
Packaging Status Code, Min : 0, Max : 1
|
 |
property ExpectedCMSPaymentAmount : TbsCP_251 read GetExpectedCMSPaymentAmount write SetExpectedCMSPaymentAmount; |
|
Expected CMS Payment Amount, Min : 0, Max : 1
|
 |
property ReimbursementTypeCode : TbsIS_251 read GetReimbursementTypeCode write SetReimbursementTypeCode; |
|
Reimbursement Type Code, Min : 0, Max : 1
|
 |
property CoPayAmount : TbsCP_251 read GetCoPayAmount write SetCoPayAmount; |
|
Co-Pay Amount, Min : 0, Max : 1
|
 |
property PayRateperServiceUnit : TbsNM_251 read GetPayRateperServiceUnit write SetPayRateperServiceUnit; |
|
Pay Rate per Service Unit, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|