Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsUB2_26
Unit
BSHL7DT26
Declaration
type TbsUB2_26 = 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 UB92 fields that do not exist in other HL7 defined segments appear in this segment. For example, Patient Name and Date of Birth are required; they are included in the PID segment and therefore do not appear here. UB92 field locators are provided 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_26 read GetSetIDUB2 write SetSetIDUB2; |
Set ID - UB2, Min : 0, Max : 1
|
|
property CoInsuranceDays : TbsST_26 read GetCoInsuranceDays write SetCoInsuranceDays; |
Co-Insurance Days, Min : 0, Max : 1
|
|
property ConditionCode[RepCount:Integer]: TbsIS_26 read GetConditionCode write SetConditionCode; |
Condition Code, Min : 0, Max : 7
|
|
property CoveredDays : TbsST_26 read GetCoveredDays write SetCoveredDays; |
Covered Days, Min : 0, Max : 1
|
|
property NonCoveredDays : TbsST_26 read GetNonCoveredDays write SetNonCoveredDays; |
Non-Covered Days, Min : 0, Max : 1
|
|
property ValueAmountandCode[RepCount:Integer]: TbsUVC_26 read GetValueAmountandCode write SetValueAmountandCode; |
Value Amount and Code, Min : 0, Max : 12
|
|
property OccurrenceCodeandDate[RepCount:Integer]: TbsOCD_26 read GetOccurrenceCodeandDate write SetOccurrenceCodeandDate; |
Occurrence Code and Date, Min : 0, Max : 8
|
|
property OccurrenceSpanCodeDates[RepCount:Integer]: TbsOSP_26 read GetOccurrenceSpanCodeDates write SetOccurrenceSpanCodeDates; |
Occurrence Span Code/Dates, Min : 0, Max : 2
|
|
property UB92Locator2[RepCount:Integer]: TbsST_26 read GetUB92Locator2 write SetUB92Locator2; |
UB92 Locator 2, Min : 0, Max : 2
|
|
property UB92Locator11[RepCount:Integer]: TbsST_26 read GetUB92Locator11 write SetUB92Locator11; |
UB92 Locator 11, Min : 0, Max : 2
|
|
property UB92Locator31 : TbsST_26 read GetUB92Locator31 write SetUB92Locator31; |
UB92 Locator 31, Min : 0, Max : 1
|
|
property DocumentControlNumber[RepCount:Integer]: TbsST_26 read GetDocumentControlNumber write SetDocumentControlNumber; |
Document Control Number, Min : 0, Max : 3
|
|
property UB92Locator49[RepCount:Integer]: TbsST_26 read GetUB92Locator49 write SetUB92Locator49; |
UB92 Locator 49, Min : 0, Max : 23
|
|
property UB92Locator56[RepCount:Integer]: TbsST_26 read GetUB92Locator56 write SetUB92Locator56; |
UB92 Locator 56, Min : 0, Max : 5
|
|
property UB92Locator57 : TbsST_26 read GetUB92Locator57 write SetUB92Locator57; |
UB92 Locator 57, Min : 0, Max : 1
|
|
property UB92Locator78[RepCount:Integer]: TbsST_26 read GetUB92Locator78 write SetUB92Locator78; |
UB92 Locator 78, Min : 0, Max : 2
|
|
property SpecialVisitCount : TbsNM_26 read GetSpecialVisitCount write SetSpecialVisitCount; |
Special Visit Count, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|