Package ca.uhn.hl7v2.model.v22.segment
Class RQ1
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v22.segment.RQ1
- All Implemented Interfaces:
Segment,Structure,Visitable,Serializable
Represents an HL7 RQ1 message segment (REQUISITION DETAIL-!). This segment has the following fields:
- RQ1-1: Anticipated Price (SI) optional
- RQ1-2: Manufacturer ID (CE) optional
- RQ1-3: Manufacturer's Catalog (ST) optional
- RQ1-4: Vendor ID (CE) optional
- RQ1-5: Vendor Catalog (ST) optional
- RQ1-6: Taxable (ID) optional
- RQ1-7: Substitute Allowed (ID) 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 RQ1-1: "Anticipated Price" - creates it if necessaryReturns RQ1-2: "Manufacturer ID" - creates it if necessaryReturns RQ1-3: "Manufacturer's Catalog" - creates it if necessaryReturns RQ1-1: "Anticipated Price" - creates it if necessaryReturns RQ1-2: "Manufacturer ID" - creates it if necessaryReturns RQ1-3: "Manufacturer's Catalog" - creates it if necessaryReturns RQ1-4: "Vendor ID" - creates it if necessaryReturns RQ1-5: "Vendor Catalog" - creates it if necessaryReturns RQ1-6: "Taxable" - creates it if necessaryReturns RQ1-7: "Substitute Allowed" - creates it if necessaryReturns RQ1-7: "Substitute Allowed" - creates it if necessaryReturns RQ1-6: "Taxable" - creates it if necessaryReturns RQ1-5: "Vendor Catalog" - creates it if necessaryReturns RQ1-4: "Vendor ID" - 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
-
RQ1
Creates a new RQ1 segment
-
-
Method Details
-
getAnticipatedPrice
Returns RQ1-1: "Anticipated Price" - creates it if necessary -
getRq11_AnticipatedPrice
Returns RQ1-1: "Anticipated Price" - creates it if necessary -
getManufacturerID
Returns RQ1-2: "Manufacturer ID" - creates it if necessary -
getRq12_ManufacturerID
Returns RQ1-2: "Manufacturer ID" - creates it if necessary -
getManufacturerSCatalog
Returns RQ1-3: "Manufacturer's Catalog" - creates it if necessary -
getRq13_ManufacturerSCatalog
Returns RQ1-3: "Manufacturer's Catalog" - creates it if necessary -
getVendorID
Returns RQ1-4: "Vendor ID" - creates it if necessary -
getRq14_VendorID
Returns RQ1-4: "Vendor ID" - creates it if necessary -
getVendorCatalog
Returns RQ1-5: "Vendor Catalog" - creates it if necessary -
getRq15_VendorCatalog
Returns RQ1-5: "Vendor Catalog" - creates it if necessary -
getTaxable
Returns RQ1-6: "Taxable" - creates it if necessary -
getRq16_Taxable
Returns RQ1-6: "Taxable" - creates it if necessary -
getSubstituteAllowed
Returns RQ1-7: "Substitute Allowed" - creates it if necessary -
getRq17_SubstituteAllowed
Returns RQ1-7: "Substitute Allowed" - creates it if necessary -
createNewTypeWithoutReflection
- Overrides:
createNewTypeWithoutReflectionin classAbstractSegment
-