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

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

public class BLC
extends AbstractSegment

Represents an HL7 BLC message segment (Blood Code). This segment has the following fields:

See Also:
Serialized Form

Constructor Summary
BLC(Group parent, ModelClassFactory factory)
          Creates a new BLC segment
 
Method Summary
protected  Type createNewTypeWithoutReflection(int field)
          
 CE getBlc1_BloodProductCode()
          Returns BLC-1: "Blood Product Code" - creates it if necessary
 CQ getBlc2_BloodAmount()
          Returns BLC-2: "Blood Amount" - creates it if necessary
 CQ getBloodAmount()
          Returns BLC-2: "Blood Amount" - creates it if necessary
 CE getBloodProductCode()
          Returns BLC-1: "Blood Product Code" - 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

BLC

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

Method Detail

getBloodProductCode

public CE getBloodProductCode()
Returns BLC-1: "Blood Product Code" - creates it if necessary


getBlc1_BloodProductCode

public CE getBlc1_BloodProductCode()
Returns BLC-1: "Blood Product Code" - creates it if necessary


getBloodAmount

public CQ getBloodAmount()
Returns BLC-2: "Blood Amount" - creates it if necessary


getBlc2_BloodAmount

public CQ getBlc2_BloodAmount()
Returns BLC-2: "Blood Amount" - creates it if necessary


createNewTypeWithoutReflection

protected Type createNewTypeWithoutReflection(int field)

Overrides:
createNewTypeWithoutReflection in class AbstractSegment


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