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

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

public class RQ1
extends AbstractSegment

Represents an HL7 RQ1 message segment (Requisition Detail-1). This segment has the following fields:

See Also:
Serialized Form

Constructor Summary
RQ1(Group parent, ModelClassFactory factory)
          Creates a new RQ1 segment
 
Method Summary
protected  Type createNewTypeWithoutReflection(int field)
          
 ST getAnticipatedPrice()
          Returns RQ1-1: "Anticipated Price" - creates it if necessary
 CE getManufacturerIdentifier()
          Returns RQ1-2: "Manufacturer Identifier" - creates it if necessary
 ST getManufacturerSCatalog()
          Returns RQ1-3: "Manufacturer's Catalog" - creates it if necessary
 ST getRq11_AnticipatedPrice()
          Returns RQ1-1: "Anticipated Price" - creates it if necessary
 CE getRq12_ManufacturerIdentifier()
          Returns RQ1-2: "Manufacturer Identifier" - creates it if necessary
 ST getRq13_ManufacturerSCatalog()
          Returns RQ1-3: "Manufacturer's Catalog" - creates it if necessary
 CE getRq14_VendorID()
          Returns RQ1-4: "Vendor ID" - creates it if necessary
 ST getRq15_VendorCatalog()
          Returns RQ1-5: "Vendor Catalog" - creates it if necessary
 ID getRq16_Taxable()
          Returns RQ1-6: "Taxable" - creates it if necessary
 ID getRq17_SubstituteAllowed()
          Returns RQ1-7: "Substitute Allowed" - creates it if necessary
 ID getSubstituteAllowed()
          Returns RQ1-7: "Substitute Allowed" - creates it if necessary
 ID getTaxable()
          Returns RQ1-6: "Taxable" - creates it if necessary
 ST getVendorCatalog()
          Returns RQ1-5: "Vendor Catalog" - creates it if necessary
 CE getVendorID()
          Returns RQ1-4: "Vendor ID" - 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

RQ1

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

Method Detail

getAnticipatedPrice

public ST getAnticipatedPrice()
Returns RQ1-1: "Anticipated Price" - creates it if necessary


getRq11_AnticipatedPrice

public ST getRq11_AnticipatedPrice()
Returns RQ1-1: "Anticipated Price" - creates it if necessary


getManufacturerIdentifier

public CE getManufacturerIdentifier()
Returns RQ1-2: "Manufacturer Identifier" - creates it if necessary


getRq12_ManufacturerIdentifier

public CE getRq12_ManufacturerIdentifier()
Returns RQ1-2: "Manufacturer Identifier" - creates it if necessary


getManufacturerSCatalog

public ST getManufacturerSCatalog()
Returns RQ1-3: "Manufacturer's Catalog" - creates it if necessary


getRq13_ManufacturerSCatalog

public ST getRq13_ManufacturerSCatalog()
Returns RQ1-3: "Manufacturer's Catalog" - creates it if necessary


getVendorID

public CE getVendorID()
Returns RQ1-4: "Vendor ID" - creates it if necessary


getRq14_VendorID

public CE getRq14_VendorID()
Returns RQ1-4: "Vendor ID" - creates it if necessary


getVendorCatalog

public ST getVendorCatalog()
Returns RQ1-5: "Vendor Catalog" - creates it if necessary


getRq15_VendorCatalog

public ST getRq15_VendorCatalog()
Returns RQ1-5: "Vendor Catalog" - creates it if necessary


getTaxable

public ID getTaxable()
Returns RQ1-6: "Taxable" - creates it if necessary


getRq16_Taxable

public ID getRq16_Taxable()
Returns RQ1-6: "Taxable" - creates it if necessary


getSubstituteAllowed

public ID getSubstituteAllowed()
Returns RQ1-7: "Substitute Allowed" - creates it if necessary


getRq17_SubstituteAllowed

public ID getRq17_SubstituteAllowed()
Returns RQ1-7: "Substitute Allowed" - creates it if necessary


createNewTypeWithoutReflection

protected Type createNewTypeWithoutReflection(int field)

Overrides:
createNewTypeWithoutReflection in class AbstractSegment


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