Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsGP2_28
Unit
BSHL7DT28
Declaration
type TbsGP2_28 = class(TbsHL7Segment)
Description
Grouping/reimbursement - Procedure Line Item This segment is used for items that pertain to each HCPC/CPT line item. The GP2 segment is specific to the US and may not be implemented in non-US systems
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function OceEditCodeRepCount : Integer; |
|
|
function ModifierEditCodeRepCount : Integer; |
|
Properties
|
property RevenueCode : TbsCWE_28 read GetRevenueCode write SetRevenueCode; |
Revenue Code, Min : 0, Max : 1
|
|
property NumberOfServiceUnits : TbsNM_28 read GetNumberOfServiceUnits write SetNumberOfServiceUnits; |
Number Of Service Units, Min : 0, Max : 1
|
|
property Charge : TbsCP_28 read GetCharge write SetCharge; |
Charge, Min : 0, Max : 1
|
|
property ReimbursementActionCode : TbsCWE_28 read GetReimbursementActionCode write SetReimbursementActionCode; |
Reimbursement Action Code, Min : 0, Max : 1
|
|
property DenialOrRejectionCode : TbsCWE_28 read GetDenialOrRejectionCode write SetDenialOrRejectionCode; |
Denial Or Rejection Code, Min : 0, Max : 1
|
|
property OceEditCode[RepCount:Integer]: TbsCWE_28 read GetOceEditCode write SetOceEditCode; |
Oce Edit Code, Min : 0, Max : *
|
|
property AmbulatoryPaymentClassificationCode : TbsCWE_28 read GetAmbulatoryPaymentClassificationCode write SetAmbulatoryPaymentClassificationCode; |
Ambulatory Payment Classification Code, Min : 0, Max : 1
|
|
property ModifierEditCode[RepCount:Integer]: TbsCWE_28 read GetModifierEditCode write SetModifierEditCode; |
Modifier Edit Code, Min : 0, Max : *
|
|
property PaymentAdjustmentCode : TbsCWE_28 read GetPaymentAdjustmentCode write SetPaymentAdjustmentCode; |
Payment Adjustment Code, Min : 0, Max : 1
|
|
property PackagingStatusCode : TbsCWE_28 read GetPackagingStatusCode write SetPackagingStatusCode; |
Packaging Status Code, Min : 0, Max : 1
|
|
property ExpectedCmsPaymentAmount : TbsCP_28 read GetExpectedCmsPaymentAmount write SetExpectedCmsPaymentAmount; |
Expected Cms Payment Amount, Min : 0, Max : 1
|
|
property ReimbursementTypeCode : TbsCWE_28 read GetReimbursementTypeCode write SetReimbursementTypeCode; |
Reimbursement Type Code, Min : 0, Max : 1
|
|
property CopayAmount : TbsCP_28 read GetCopayAmount write SetCopayAmount; |
Co-pay Amount, Min : 0, Max : 1
|
|
property PayRatePerServiceUnit : TbsNM_28 read GetPayRatePerServiceUnit write SetPayRatePerServiceUnit; |
Pay Rate Per Service Unit, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|