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