Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsGP2_26
Unit
BSHL7DT26
Declaration
type TbsGP2_26 = 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_26 read GetRevenueCode write SetRevenueCode; |
|
Revenue Code, Min : 0, Max : 1
|
 |
property NumberofServiceUnits : TbsNM_26 read GetNumberofServiceUnits write SetNumberofServiceUnits; |
|
Number of Service Units, Min : 0, Max : 1
|
 |
property Charge : TbsCP_26 read GetCharge write SetCharge; |
|
Charge, Min : 0, Max : 1
|
 |
property ReimbursementActionCode : TbsIS_26 read GetReimbursementActionCode write SetReimbursementActionCode; |
|
Reimbursement Action Code, Min : 0, Max : 1
|
 |
property DenialorRejectionCode : TbsIS_26 read GetDenialorRejectionCode write SetDenialorRejectionCode; |
|
Denial or Rejection Code, Min : 0, Max : 1
|
 |
property OCEEditCode[RepCount:Integer]: TbsIS_26 read GetOCEEditCode write SetOCEEditCode; |
|
OCE Edit Code, Min : 0, Max : *
|
 |
property AmbulatoryPaymentClassificationCode : TbsCWE_26 read GetAmbulatoryPaymentClassificationCode write SetAmbulatoryPaymentClassificationCode; |
|
Ambulatory Payment Classification Code, Min : 0, Max : 1
|
 |
property ModifierEditCode[RepCount:Integer]: TbsIS_26 read GetModifierEditCode write SetModifierEditCode; |
|
Modifier Edit Code, Min : 0, Max : *
|
 |
property PaymentAdjustmentCode : TbsIS_26 read GetPaymentAdjustmentCode write SetPaymentAdjustmentCode; |
|
Payment Adjustment Code, Min : 0, Max : 1
|
 |
property PackagingStatusCode : TbsIS_26 read GetPackagingStatusCode write SetPackagingStatusCode; |
|
Packaging Status Code, Min : 0, Max : 1
|
 |
property ExpectedCMSPaymentAmount : TbsCP_26 read GetExpectedCMSPaymentAmount write SetExpectedCMSPaymentAmount; |
|
Expected CMS Payment Amount, Min : 0, Max : 1
|
 |
property ReimbursementTypeCode : TbsIS_26 read GetReimbursementTypeCode write SetReimbursementTypeCode; |
|
Reimbursement Type Code, Min : 0, Max : 1
|
 |
property CoPayAmount : TbsCP_26 read GetCoPayAmount write SetCoPayAmount; |
|
Co-Pay Amount, Min : 0, Max : 1
|
 |
property PayRateperServiceUnit : TbsNM_26 read GetPayRateperServiceUnit write SetPayRateperServiceUnit; |
|
Pay Rate per Service Unit, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|