ca.uhn.hl7v2.model.v24.segment
Class BLG

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractSegment
      extended by ca.uhn.hl7v2.model.v24.segment.BLG
All Implemented Interfaces:
Segment, Structure, Serializable

public class BLG
extends AbstractSegment

Represents an HL7 BLG message segment (Billing). This segment has the following fields:

See Also:
Serialized Form

Constructor Summary
BLG(Group parent, ModelClassFactory factory)
          Creates a new BLG segment
 
Method Summary
protected  Type createNewTypeWithoutReflection(int field)
          
 CX getAccountID()
          Returns BLG-3: "Account ID" - creates it if necessary
 CCD getBlg1_WhenToCharge()
          Returns BLG-1: "When to Charge" - creates it if necessary
 ID getBlg2_ChargeType()
          Returns BLG-2: "Charge Type" - creates it if necessary
 CX getBlg3_AccountID()
          Returns BLG-3: "Account ID" - creates it if necessary
 ID getChargeType()
          Returns BLG-2: "Charge Type" - creates it if necessary
 CCD getWhenToCharge()
          Returns BLG-1: "When to Charge" - creates it if necessary
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractSegment
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getMessage, getName, getNames, getParent, insertRepetition, isRequired, main, numFields, parse, removeRepetition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BLG

public BLG(Group parent,
           ModelClassFactory factory)
Creates a new BLG segment

Method Detail

getWhenToCharge

public CCD getWhenToCharge()
Returns BLG-1: "When to Charge" - creates it if necessary


getBlg1_WhenToCharge

public CCD getBlg1_WhenToCharge()
Returns BLG-1: "When to Charge" - creates it if necessary


getChargeType

public ID getChargeType()
Returns BLG-2: "Charge Type" - creates it if necessary


getBlg2_ChargeType

public ID getBlg2_ChargeType()
Returns BLG-2: "Charge Type" - creates it if necessary


getAccountID

public CX getAccountID()
Returns BLG-3: "Account ID" - creates it if necessary


getBlg3_AccountID

public CX getBlg3_AccountID()
Returns BLG-3: "Account ID" - creates it if necessary


createNewTypeWithoutReflection

protected Type createNewTypeWithoutReflection(int field)

Overrides:
createNewTypeWithoutReflection in class AbstractSegment


Copyright © 2001-2011 University Health Network. All Rights Reserved.