Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsUB2_251
Unit
BSHL7DT251
Declaration
type TbsUB2_251 = class(TbsHL7Segment)
Description
UB92 Data The UB2 segment contains data necessary to complete UB92 bills specific to the United States; other realms may choose to implement using regional code sets. Only UB82 and UB92 fields that do not exist in other HL7 defined segments appear in this segment. Just as with the UB82 billing, Patient Name and Date of Birth are required; they are included in the PID segment and therefore do not appear here. When the field locators are different on the UB92, as compared to the UB82, the element is listed with its new location in parentheses ( ). The UB codes listed as examples are not an exhaustive or current list; refer to a UB specification for additional information.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ConditionCodeRepCount : Integer; |
|
|
function ValueAmountandCodeRepCount : Integer; |
|
|
function OccurrenceCodeandDateRepCount : Integer; |
|
|
function OccurrenceSpanCodeDatesRepCount : Integer; |
|
|
function UB92Locator2RepCount : Integer; |
|
|
function UB92Locator11RepCount : Integer; |
|
|
function DocumentControlNumberRepCount : Integer; |
|
|
function UB92Locator49RepCount : Integer; |
|
|
function UB92Locator56RepCount : Integer; |
|
|
function UB92Locator78RepCount : Integer; |
|
Properties
|
property SetIDUB2 : TbsSI_251 read GetSetIDUB2 write SetSetIDUB2; |
Set ID - UB2, Min : 0, Max : 1
|
|
property CoInsuranceDays : TbsST_251 read GetCoInsuranceDays write SetCoInsuranceDays; |
Co-Insurance Days, Min : 0, Max : 1
|
|
property ConditionCode[RepCount:Integer]: TbsIS_251 read GetConditionCode write SetConditionCode; |
Condition Code, Min : 0, Max : *
|
|
property CoveredDays : TbsST_251 read GetCoveredDays write SetCoveredDays; |
Covered Days, Min : 0, Max : 1
|
|
property NonCoveredDays : TbsST_251 read GetNonCoveredDays write SetNonCoveredDays; |
Non-Covered Days, Min : 0, Max : 1
|
|
property ValueAmountandCode[RepCount:Integer]: TbsUVC_251 read GetValueAmountandCode write SetValueAmountandCode; |
Value Amount and Code, Min : 0, Max : *
|
|
property OccurrenceCodeandDate[RepCount:Integer]: TbsOCD_251 read GetOccurrenceCodeandDate write SetOccurrenceCodeandDate; |
Occurrence Code and Date, Min : 0, Max : *
|
|
property OccurrenceSpanCodeDates[RepCount:Integer]: TbsOSP_251 read GetOccurrenceSpanCodeDates write SetOccurrenceSpanCodeDates; |
Occurrence Span Code/Dates, Min : 0, Max : *
|
|
property UB92Locator2[RepCount:Integer]: TbsST_251 read GetUB92Locator2 write SetUB92Locator2; |
UB92 Locator 2, Min : 0, Max : *
|
|
property UB92Locator11[RepCount:Integer]: TbsST_251 read GetUB92Locator11 write SetUB92Locator11; |
UB92 Locator 11, Min : 0, Max : *
|
|
property UB92Locator31 : TbsST_251 read GetUB92Locator31 write SetUB92Locator31; |
UB92 Locator 31, Min : 0, Max : 1
|
|
property DocumentControlNumber[RepCount:Integer]: TbsST_251 read GetDocumentControlNumber write SetDocumentControlNumber; |
Document Control Number, Min : 0, Max : *
|
|
property UB92Locator49[RepCount:Integer]: TbsST_251 read GetUB92Locator49 write SetUB92Locator49; |
UB92 Locator 49, Min : 0, Max : *
|
|
property UB92Locator56[RepCount:Integer]: TbsST_251 read GetUB92Locator56 write SetUB92Locator56; |
UB92 Locator 56, Min : 0, Max : *
|
|
property UB92Locator57 : TbsST_251 read GetUB92Locator57 write SetUB92Locator57; |
UB92 Locator 57, Min : 0, Max : 1
|
|
property UB92Locator78[RepCount:Integer]: TbsST_251 read GetUB92Locator78 write SetUB92Locator78; |
UB92 Locator 78, Min : 0, Max : *
|
|
property SpecialVisitCount : TbsNM_251 read GetSpecialVisitCount write SetSpecialVisitCount; |
Special Visit Count, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|