Package ca.uhn.hl7v2.model.v22.segment
Class BLG
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v22.segment.BLG
- All Implemented Interfaces:
Segment,Structure,Visitable,Serializable
Represents an HL7 BLG message segment (BILLING). This segment has the following fields:
- BLG-1: When to Charge (CM_CCD) optional
- BLG-2: Charge Type (ID) optional
- BLG-3: Account ID (CK) optional
- See Also:
-
Field Summary
Fields inherited from class ca.uhn.hl7v2.model.AbstractStructure
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypecreateNewTypeWithoutReflection(int field) Returns BLG-3: "Account ID" - creates it if necessaryReturns BLG-1: "When to Charge" - creates it if necessaryReturns BLG-2: "Charge Type" - creates it if necessaryReturns BLG-3: "Account ID" - creates it if necessaryReturns BLG-2: "Charge Type" - creates it if necessaryReturns BLG-1: "When to Charge" - creates it if necessaryMethods inherited from class ca.uhn.hl7v2.model.AbstractSegment
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetitionMethods inherited from class ca.uhn.hl7v2.model.AbstractStructure
getMessage, getParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Structure
getMessage, getParent
-
Constructor Details
-
BLG
Creates a new BLG segment
-
-
Method Details
-
getWhenToCharge
Returns BLG-1: "When to Charge" - creates it if necessary -
getBlg1_WhenToCharge
Returns BLG-1: "When to Charge" - creates it if necessary -
getChargeType
Returns BLG-2: "Charge Type" - creates it if necessary -
getBlg2_ChargeType
Returns BLG-2: "Charge Type" - creates it if necessary -
getAccountID
Returns BLG-3: "Account ID" - creates it if necessary -
getBlg3_AccountID
Returns BLG-3: "Account ID" - creates it if necessary -
createNewTypeWithoutReflection
- Overrides:
createNewTypeWithoutReflectionin classAbstractSegment
-