Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsUB2_231
Unit
BSHL7DT231
Declaration
type TbsUB2_231 = class(TbsHL7Segment)
Description
UB92 data segment The UB2 segment contains data necessary to complete UB92 bills. Only 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 ValueAmountCodeRepCount : Integer; |
|
|
function OccurrenceCodeDateRepCount : 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_231 read GetSetIDUB2 write SetSetIDUB2; |
Set ID - UB2, Min : 0, Max : 1
|
|
property CoInsuranceDays : TbsST_231 read GetCoInsuranceDays write SetCoInsuranceDays; |
Co-Insurance Days, Min : 0, Max : 1
|
|
property ConditionCode[RepCount:Integer]: TbsIS_231 read GetConditionCode write SetConditionCode; |
Condition Code, Min : 0, Max : 7
|
|
property CoveredDays : TbsST_231 read GetCoveredDays write SetCoveredDays; |
Covered Days, Min : 0, Max : 1
|
|
property NonCoveredDays : TbsST_231 read GetNonCoveredDays write SetNonCoveredDays; |
Non-Covered Days, Min : 0, Max : 1
|
|
property ValueAmountCode[RepCount:Integer]: TbsUVC_231 read GetValueAmountCode write SetValueAmountCode; |
Value Amount & Code, Min : 0, Max : 12
|
|
property OccurrenceCodeDate[RepCount:Integer]: TbsOCD_231 read GetOccurrenceCodeDate write SetOccurrenceCodeDate; |
Occurrence Code & Date, Min : 0, Max : 8
|
|
property OccurrenceSpanCodeDates[RepCount:Integer]: TbsOSP_231 read GetOccurrenceSpanCodeDates write SetOccurrenceSpanCodeDates; |
Occurrence Span Code/Dates, Min : 0, Max : 2
|
|
property UB92Locator2[RepCount:Integer]: TbsST_231 read GetUB92Locator2 write SetUB92Locator2; |
UB92 Locator 2, Min : 0, Max : 2
|
|
property UB92Locator11[RepCount:Integer]: TbsST_231 read GetUB92Locator11 write SetUB92Locator11; |
UB92 Locator 11, Min : 0, Max : 2
|
|
property UB92Locator31 : TbsST_231 read GetUB92Locator31 write SetUB92Locator31; |
UB92 Locator 31, Min : 0, Max : 1
|
|
property DocumentControlNumber[RepCount:Integer]: TbsST_231 read GetDocumentControlNumber write SetDocumentControlNumber; |
Document Control Number, Min : 0, Max : 3
|
|
property UB92Locator49[RepCount:Integer]: TbsST_231 read GetUB92Locator49 write SetUB92Locator49; |
UB92 Locator 49, Min : 0, Max : 23
|
|
property UB92Locator56[RepCount:Integer]: TbsST_231 read GetUB92Locator56 write SetUB92Locator56; |
UB92 Locator 56, Min : 0, Max : 5
|
|
property UB92Locator57 : TbsST_231 read GetUB92Locator57 write SetUB92Locator57; |
UB92 Locator 57, Min : 0, Max : 1
|
|
property UB92Locator78[RepCount:Integer]: TbsST_231 read GetUB92Locator78 write SetUB92Locator78; |
UB92 Locator 78, Min : 0, Max : 2
|
|
property SpecialVisitCount : TbsNM_231 read GetSpecialVisitCount write SetSpecialVisitCount; |
Special Visit Count, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|