All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ca.uhn.hl7v2.model.v281.segment.RXA Maven / Gradle / Ivy

There is a newer version: 2.5.1
Show newest version
/*
 * This class is an auto-generated source file for a HAPI
 * HL7 v2.x standard structure class.
 *
 * For more information, visit: http://hl7api.sourceforge.net/
 * 
 * The contents of this file are subject to the Mozilla Public License Version 1.1 
 * (the "License"); you may not use this file except in compliance with the License. 
 * You may obtain a copy of the License at http://www.mozilla.org/MPL/ 
 * Software distributed under the License is distributed on an "AS IS" basis, 
 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the 
 * specific language governing rights and limitations under the License. 
 * 
 * The Original Code is "[file_name]".  Description: 
 * "[one_line_description]" 
 * 
 * The Initial Developer of the Original Code is University Health Network. Copyright (C) 
 * 2012.  All Rights Reserved. 
 * 
 * Contributor(s): ______________________________________. 
 * 
 * Alternatively, the contents of this file may be used under the terms of the 
 * GNU General Public License (the  "GPL"), in which case the provisions of the GPL are 
 * applicable instead of those above.  If you wish to allow use of your version of this 
 * file only under the terms of the GPL and not to allow others to use your version 
 * of this file under the MPL, indicate your decision by deleting  the provisions above 
 * and replace  them with the notice and other provisions required by the GPL License.  
 * If you do not delete the provisions above, a recipient may use your version of 
 * this file under either the MPL or the GPL. 
 * 
 */


package ca.uhn.hl7v2.model.v281.segment;

// import ca.uhn.hl7v2.model.v281.group.*;
import ca.uhn.hl7v2.model.v281.datatype.*;
import ca.uhn.hl7v2.HL7Exception;
import ca.uhn.hl7v2.parser.ModelClassFactory;
import ca.uhn.hl7v2.parser.DefaultModelClassFactory;
import ca.uhn.hl7v2.model.AbstractMessage;
import ca.uhn.hl7v2.model.Group;
import ca.uhn.hl7v2.model.Type;
import ca.uhn.hl7v2.model.AbstractSegment;
import ca.uhn.hl7v2.model.Varies;


/**
 *

Represents an HL7 RXA message segment (Pharmacy/Treatment Administration). * This segment has the following fields:

*
    *
  • RXA-1: Give Sub-ID Counter (NM) *
  • RXA-2: Administration Sub-ID Counter (NM) *
  • RXA-3: Date/Time Start of Administration (DTM) *
  • RXA-4: Date/Time End of Administration (DTM) *
  • RXA-5: Administered Code (CWE) *
  • RXA-6: Administered Amount (NM) *
  • RXA-7: Administered Units (CWE) optional *
  • RXA-8: Administered Dosage Form (CWE) optional *
  • RXA-9: Administration Notes (CWE) optional repeating *
  • RXA-10: Administering Provider (XCN) optional repeating *
  • RXA-11: Administered-at Location (NULLDT) optional *
  • RXA-12: Administered Per (Time Unit) (ST) optional *
  • RXA-13: Administered Strength (NM) optional *
  • RXA-14: Administered Strength Units (CWE) optional *
  • RXA-15: Substance Lot Number (ST) optional repeating *
  • RXA-16: Substance Expiration Date (DTM) optional repeating *
  • RXA-17: Substance Manufacturer Name (CWE) optional repeating *
  • RXA-18: Substance/Treatment Refusal Reason (CWE) optional repeating *
  • RXA-19: Indication (CWE) optional repeating *
  • RXA-20: Completion Status (ID) optional *
  • RXA-21: Action Code - RXA (ID) optional *
  • RXA-22: System Entry Date/Time (DTM) optional *
  • RXA-23: Administered Drug Strength Volume (NM) optional *
  • RXA-24: Administered Drug Strength Volume Units (CWE) optional *
  • RXA-25: Administered Barcode Identifier (CWE) optional *
  • RXA-26: Pharmacy Order Type (ID) optional *
  • RXA-27: Administer-at (PL) optional *
  • RXA-28: Administered-at Address (XAD) optional *
  • RXA-29: Administered Tag Identifier (EI) optional repeating *
*/ @SuppressWarnings("unused") public class RXA extends AbstractSegment { /** * Creates a new RXA segment */ public RXA(Group parent, ModelClassFactory factory) { super(parent, factory); init(factory); } private void init(ModelClassFactory factory) { try { this.add(NM.class, true, 1, 0, new Object[]{ getMessage() }, "Give Sub-ID Counter"); this.add(NM.class, true, 1, 0, new Object[]{ getMessage() }, "Administration Sub-ID Counter"); this.add(DTM.class, true, 1, 0, new Object[]{ getMessage() }, "Date/Time Start of Administration"); this.add(DTM.class, true, 1, 0, new Object[]{ getMessage() }, "Date/Time End of Administration"); this.add(CWE.class, true, 1, 0, new Object[]{ getMessage() }, "Administered Code"); this.add(NM.class, true, 1, 0, new Object[]{ getMessage() }, "Administered Amount"); this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Administered Units"); this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Administered Dosage Form"); this.add(CWE.class, false, 0, 0, new Object[]{ getMessage() }, "Administration Notes"); this.add(XCN.class, false, 0, 0, new Object[]{ getMessage() }, "Administering Provider"); this.add(NULLDT.class, false, 1, 0, new Object[]{ getMessage() }, "Administered-at Location"); this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Administered Per (Time Unit)"); this.add(NM.class, false, 1, 0, new Object[]{ getMessage() }, "Administered Strength"); this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Administered Strength Units"); this.add(ST.class, false, 0, 0, new Object[]{ getMessage() }, "Substance Lot Number"); this.add(DTM.class, false, 0, 0, new Object[]{ getMessage() }, "Substance Expiration Date"); this.add(CWE.class, false, 0, 0, new Object[]{ getMessage() }, "Substance Manufacturer Name"); this.add(CWE.class, false, 0, 0, new Object[]{ getMessage() }, "Substance/Treatment Refusal Reason"); this.add(CWE.class, false, 0, 0, new Object[]{ getMessage() }, "Indication"); this.add(ID.class, false, 1, 0, new Object[]{ getMessage(), new Integer(322) }, "Completion Status"); this.add(ID.class, false, 1, 0, new Object[]{ getMessage(), new Integer(206) }, "Action Code - RXA"); this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "System Entry Date/Time"); this.add(NM.class, false, 1, 0, new Object[]{ getMessage() }, "Administered Drug Strength Volume"); this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Administered Drug Strength Volume Units"); this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Administered Barcode Identifier"); this.add(ID.class, false, 1, 0, new Object[]{ getMessage(), new Integer(480) }, "Pharmacy Order Type"); this.add(PL.class, false, 1, 0, new Object[]{ getMessage() }, "Administer-at"); this.add(XAD.class, false, 1, 0, new Object[]{ getMessage() }, "Administered-at Address"); this.add(EI.class, false, 0, 0, new Object[]{ getMessage() }, "Administered Tag Identifier"); } catch(HL7Exception e) { log.error("Unexpected error creating RXA - this is probably a bug in the source code generator.", e); } } /** * Returns * RXA-1: "Give Sub-ID Counter" - creates it if necessary */ public NM getGiveSubIDCounter() { NM retVal = this.getTypedField(1, 0); return retVal; } /** * Returns * RXA-1: "Give Sub-ID Counter" - creates it if necessary */ public NM getRxa1_GiveSubIDCounter() { NM retVal = this.getTypedField(1, 0); return retVal; } /** * Returns * RXA-2: "Administration Sub-ID Counter" - creates it if necessary */ public NM getAdministrationSubIDCounter() { NM retVal = this.getTypedField(2, 0); return retVal; } /** * Returns * RXA-2: "Administration Sub-ID Counter" - creates it if necessary */ public NM getRxa2_AdministrationSubIDCounter() { NM retVal = this.getTypedField(2, 0); return retVal; } /** * Returns * RXA-3: "Date/Time Start of Administration" - creates it if necessary */ public DTM getDateTimeStartOfAdministration() { DTM retVal = this.getTypedField(3, 0); return retVal; } /** * Returns * RXA-3: "Date/Time Start of Administration" - creates it if necessary */ public DTM getRxa3_DateTimeStartOfAdministration() { DTM retVal = this.getTypedField(3, 0); return retVal; } /** * Returns * RXA-4: "Date/Time End of Administration" - creates it if necessary */ public DTM getDateTimeEndOfAdministration() { DTM retVal = this.getTypedField(4, 0); return retVal; } /** * Returns * RXA-4: "Date/Time End of Administration" - creates it if necessary */ public DTM getRxa4_DateTimeEndOfAdministration() { DTM retVal = this.getTypedField(4, 0); return retVal; } /** * Returns * RXA-5: "Administered Code" - creates it if necessary */ public CWE getAdministeredCode() { CWE retVal = this.getTypedField(5, 0); return retVal; } /** * Returns * RXA-5: "Administered Code" - creates it if necessary */ public CWE getRxa5_AdministeredCode() { CWE retVal = this.getTypedField(5, 0); return retVal; } /** * Returns * RXA-6: "Administered Amount" - creates it if necessary */ public NM getAdministeredAmount() { NM retVal = this.getTypedField(6, 0); return retVal; } /** * Returns * RXA-6: "Administered Amount" - creates it if necessary */ public NM getRxa6_AdministeredAmount() { NM retVal = this.getTypedField(6, 0); return retVal; } /** * Returns * RXA-7: "Administered Units" - creates it if necessary */ public CWE getAdministeredUnits() { CWE retVal = this.getTypedField(7, 0); return retVal; } /** * Returns * RXA-7: "Administered Units" - creates it if necessary */ public CWE getRxa7_AdministeredUnits() { CWE retVal = this.getTypedField(7, 0); return retVal; } /** * Returns * RXA-8: "Administered Dosage Form" - creates it if necessary */ public CWE getAdministeredDosageForm() { CWE retVal = this.getTypedField(8, 0); return retVal; } /** * Returns * RXA-8: "Administered Dosage Form" - creates it if necessary */ public CWE getRxa8_AdministeredDosageForm() { CWE retVal = this.getTypedField(8, 0); return retVal; } /** * Returns all repetitions of Administration Notes (RXA-9). */ public CWE[] getAdministrationNotes() { CWE[] retVal = this.getTypedField(9, new CWE[0]); return retVal; } /** * Returns all repetitions of Administration Notes (RXA-9). */ public CWE[] getRxa9_AdministrationNotes() { CWE[] retVal = this.getTypedField(9, new CWE[0]); return retVal; } /** * Returns a count of the current number of repetitions of Administration Notes (RXA-9). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getAdministrationNotesReps() { return this.getReps(9); } /** * Returns a specific repetition of * RXA-9: "Administration Notes" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public CWE getAdministrationNotes(int rep) { CWE retVal = this.getTypedField(9, rep); return retVal; } /** * Returns a specific repetition of * RXA-9: "Administration Notes" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public CWE getRxa9_AdministrationNotes(int rep) { CWE retVal = this.getTypedField(9, rep); return retVal; } /** * Returns a count of the current number of repetitions of Administration Notes (RXA-9). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getRxa9_AdministrationNotesReps() { return this.getReps(9); } /** * Inserts a repetition of * RXA-9: "Administration Notes" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public CWE insertAdministrationNotes(int rep) throws HL7Exception { return (CWE) super.insertRepetition(9, rep); } /** * Inserts a repetition of * RXA-9: "Administration Notes" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public CWE insertRxa9_AdministrationNotes(int rep) throws HL7Exception { return (CWE) super.insertRepetition(9, rep); } /** * Removes a repetition of * RXA-9: "Administration Notes" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public CWE removeAdministrationNotes(int rep) throws HL7Exception { return (CWE) super.removeRepetition(9, rep); } /** * Removes a repetition of * RXA-9: "Administration Notes" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public CWE removeRxa9_AdministrationNotes(int rep) throws HL7Exception { return (CWE) super.removeRepetition(9, rep); } /** * Returns all repetitions of Administering Provider (RXA-10). */ public XCN[] getAdministeringProvider() { XCN[] retVal = this.getTypedField(10, new XCN[0]); return retVal; } /** * Returns all repetitions of Administering Provider (RXA-10). */ public XCN[] getRxa10_AdministeringProvider() { XCN[] retVal = this.getTypedField(10, new XCN[0]); return retVal; } /** * Returns a count of the current number of repetitions of Administering Provider (RXA-10). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getAdministeringProviderReps() { return this.getReps(10); } /** * Returns a specific repetition of * RXA-10: "Administering Provider" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public XCN getAdministeringProvider(int rep) { XCN retVal = this.getTypedField(10, rep); return retVal; } /** * Returns a specific repetition of * RXA-10: "Administering Provider" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public XCN getRxa10_AdministeringProvider(int rep) { XCN retVal = this.getTypedField(10, rep); return retVal; } /** * Returns a count of the current number of repetitions of Administering Provider (RXA-10). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getRxa10_AdministeringProviderReps() { return this.getReps(10); } /** * Inserts a repetition of * RXA-10: "Administering Provider" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN insertAdministeringProvider(int rep) throws HL7Exception { return (XCN) super.insertRepetition(10, rep); } /** * Inserts a repetition of * RXA-10: "Administering Provider" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN insertRxa10_AdministeringProvider(int rep) throws HL7Exception { return (XCN) super.insertRepetition(10, rep); } /** * Removes a repetition of * RXA-10: "Administering Provider" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN removeAdministeringProvider(int rep) throws HL7Exception { return (XCN) super.removeRepetition(10, rep); } /** * Removes a repetition of * RXA-10: "Administering Provider" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN removeRxa10_AdministeringProvider(int rep) throws HL7Exception { return (XCN) super.removeRepetition(10, rep); } /** * Returns * RXA-11: "Administered-at Location" - creates it if necessary */ public NULLDT getAdministeredAtLocation() { NULLDT retVal = this.getTypedField(11, 0); return retVal; } /** * Returns * RXA-11: "Administered-at Location" - creates it if necessary */ public NULLDT getRxa11_AdministeredAtLocation() { NULLDT retVal = this.getTypedField(11, 0); return retVal; } /** * Returns * RXA-12: "Administered Per (Time Unit)" - creates it if necessary */ public ST getAdministeredPerTimeUnit() { ST retVal = this.getTypedField(12, 0); return retVal; } /** * Returns * RXA-12: "Administered Per (Time Unit)" - creates it if necessary */ public ST getRxa12_AdministeredPerTimeUnit() { ST retVal = this.getTypedField(12, 0); return retVal; } /** * Returns * RXA-13: "Administered Strength" - creates it if necessary */ public NM getAdministeredStrength() { NM retVal = this.getTypedField(13, 0); return retVal; } /** * Returns * RXA-13: "Administered Strength" - creates it if necessary */ public NM getRxa13_AdministeredStrength() { NM retVal = this.getTypedField(13, 0); return retVal; } /** * Returns * RXA-14: "Administered Strength Units" - creates it if necessary */ public CWE getAdministeredStrengthUnits() { CWE retVal = this.getTypedField(14, 0); return retVal; } /** * Returns * RXA-14: "Administered Strength Units" - creates it if necessary */ public CWE getRxa14_AdministeredStrengthUnits() { CWE retVal = this.getTypedField(14, 0); return retVal; } /** * Returns all repetitions of Substance Lot Number (RXA-15). */ public ST[] getSubstanceLotNumber() { ST[] retVal = this.getTypedField(15, new ST[0]); return retVal; } /** * Returns all repetitions of Substance Lot Number (RXA-15). */ public ST[] getRxa15_SubstanceLotNumber() { ST[] retVal = this.getTypedField(15, new ST[0]); return retVal; } /** * Returns a count of the current number of repetitions of Substance Lot Number (RXA-15). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getSubstanceLotNumberReps() { return this.getReps(15); } /** * Returns a specific repetition of * RXA-15: "Substance Lot Number" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public ST getSubstanceLotNumber(int rep) { ST retVal = this.getTypedField(15, rep); return retVal; } /** * Returns a specific repetition of * RXA-15: "Substance Lot Number" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public ST getRxa15_SubstanceLotNumber(int rep) { ST retVal = this.getTypedField(15, rep); return retVal; } /** * Returns a count of the current number of repetitions of Substance Lot Number (RXA-15). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getRxa15_SubstanceLotNumberReps() { return this.getReps(15); } /** * Inserts a repetition of * RXA-15: "Substance Lot Number" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public ST insertSubstanceLotNumber(int rep) throws HL7Exception { return (ST) super.insertRepetition(15, rep); } /** * Inserts a repetition of * RXA-15: "Substance Lot Number" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public ST insertRxa15_SubstanceLotNumber(int rep) throws HL7Exception { return (ST) super.insertRepetition(15, rep); } /** * Removes a repetition of * RXA-15: "Substance Lot Number" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public ST removeSubstanceLotNumber(int rep) throws HL7Exception { return (ST) super.removeRepetition(15, rep); } /** * Removes a repetition of * RXA-15: "Substance Lot Number" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public ST removeRxa15_SubstanceLotNumber(int rep) throws HL7Exception { return (ST) super.removeRepetition(15, rep); } /** * Returns all repetitions of Substance Expiration Date (RXA-16). */ public DTM[] getSubstanceExpirationDate() { DTM[] retVal = this.getTypedField(16, new DTM[0]); return retVal; } /** * Returns all repetitions of Substance Expiration Date (RXA-16). */ public DTM[] getRxa16_SubstanceExpirationDate() { DTM[] retVal = this.getTypedField(16, new DTM[0]); return retVal; } /** * Returns a count of the current number of repetitions of Substance Expiration Date (RXA-16). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getSubstanceExpirationDateReps() { return this.getReps(16); } /** * Returns a specific repetition of * RXA-16: "Substance Expiration Date" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public DTM getSubstanceExpirationDate(int rep) { DTM retVal = this.getTypedField(16, rep); return retVal; } /** * Returns a specific repetition of * RXA-16: "Substance Expiration Date" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public DTM getRxa16_SubstanceExpirationDate(int rep) { DTM retVal = this.getTypedField(16, rep); return retVal; } /** * Returns a count of the current number of repetitions of Substance Expiration Date (RXA-16). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getRxa16_SubstanceExpirationDateReps() { return this.getReps(16); } /** * Inserts a repetition of * RXA-16: "Substance Expiration Date" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public DTM insertSubstanceExpirationDate(int rep) throws HL7Exception { return (DTM) super.insertRepetition(16, rep); } /** * Inserts a repetition of * RXA-16: "Substance Expiration Date" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public DTM insertRxa16_SubstanceExpirationDate(int rep) throws HL7Exception { return (DTM) super.insertRepetition(16, rep); } /** * Removes a repetition of * RXA-16: "Substance Expiration Date" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public DTM removeSubstanceExpirationDate(int rep) throws HL7Exception { return (DTM) super.removeRepetition(16, rep); } /** * Removes a repetition of * RXA-16: "Substance Expiration Date" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public DTM removeRxa16_SubstanceExpirationDate(int rep) throws HL7Exception { return (DTM) super.removeRepetition(16, rep); } /** * Returns all repetitions of Substance Manufacturer Name (RXA-17). */ public CWE[] getSubstanceManufacturerName() { CWE[] retVal = this.getTypedField(17, new CWE[0]); return retVal; } /** * Returns all repetitions of Substance Manufacturer Name (RXA-17). */ public CWE[] getRxa17_SubstanceManufacturerName() { CWE[] retVal = this.getTypedField(17, new CWE[0]); return retVal; } /** * Returns a count of the current number of repetitions of Substance Manufacturer Name (RXA-17). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getSubstanceManufacturerNameReps() { return this.getReps(17); } /** * Returns a specific repetition of * RXA-17: "Substance Manufacturer Name" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public CWE getSubstanceManufacturerName(int rep) { CWE retVal = this.getTypedField(17, rep); return retVal; } /** * Returns a specific repetition of * RXA-17: "Substance Manufacturer Name" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public CWE getRxa17_SubstanceManufacturerName(int rep) { CWE retVal = this.getTypedField(17, rep); return retVal; } /** * Returns a count of the current number of repetitions of Substance Manufacturer Name (RXA-17). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getRxa17_SubstanceManufacturerNameReps() { return this.getReps(17); } /** * Inserts a repetition of * RXA-17: "Substance Manufacturer Name" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public CWE insertSubstanceManufacturerName(int rep) throws HL7Exception { return (CWE) super.insertRepetition(17, rep); } /** * Inserts a repetition of * RXA-17: "Substance Manufacturer Name" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public CWE insertRxa17_SubstanceManufacturerName(int rep) throws HL7Exception { return (CWE) super.insertRepetition(17, rep); } /** * Removes a repetition of * RXA-17: "Substance Manufacturer Name" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public CWE removeSubstanceManufacturerName(int rep) throws HL7Exception { return (CWE) super.removeRepetition(17, rep); } /** * Removes a repetition of * RXA-17: "Substance Manufacturer Name" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public CWE removeRxa17_SubstanceManufacturerName(int rep) throws HL7Exception { return (CWE) super.removeRepetition(17, rep); } /** * Returns all repetitions of Substance/Treatment Refusal Reason (RXA-18). */ public CWE[] getSubstanceTreatmentRefusalReason() { CWE[] retVal = this.getTypedField(18, new CWE[0]); return retVal; } /** * Returns all repetitions of Substance/Treatment Refusal Reason (RXA-18). */ public CWE[] getRxa18_SubstanceTreatmentRefusalReason() { CWE[] retVal = this.getTypedField(18, new CWE[0]); return retVal; } /** * Returns a count of the current number of repetitions of Substance/Treatment Refusal Reason (RXA-18). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getSubstanceTreatmentRefusalReasonReps() { return this.getReps(18); } /** * Returns a specific repetition of * RXA-18: "Substance/Treatment Refusal Reason" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public CWE getSubstanceTreatmentRefusalReason(int rep) { CWE retVal = this.getTypedField(18, rep); return retVal; } /** * Returns a specific repetition of * RXA-18: "Substance/Treatment Refusal Reason" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public CWE getRxa18_SubstanceTreatmentRefusalReason(int rep) { CWE retVal = this.getTypedField(18, rep); return retVal; } /** * Returns a count of the current number of repetitions of Substance/Treatment Refusal Reason (RXA-18). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getRxa18_SubstanceTreatmentRefusalReasonReps() { return this.getReps(18); } /** * Inserts a repetition of * RXA-18: "Substance/Treatment Refusal Reason" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public CWE insertSubstanceTreatmentRefusalReason(int rep) throws HL7Exception { return (CWE) super.insertRepetition(18, rep); } /** * Inserts a repetition of * RXA-18: "Substance/Treatment Refusal Reason" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public CWE insertRxa18_SubstanceTreatmentRefusalReason(int rep) throws HL7Exception { return (CWE) super.insertRepetition(18, rep); } /** * Removes a repetition of * RXA-18: "Substance/Treatment Refusal Reason" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public CWE removeSubstanceTreatmentRefusalReason(int rep) throws HL7Exception { return (CWE) super.removeRepetition(18, rep); } /** * Removes a repetition of * RXA-18: "Substance/Treatment Refusal Reason" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public CWE removeRxa18_SubstanceTreatmentRefusalReason(int rep) throws HL7Exception { return (CWE) super.removeRepetition(18, rep); } /** * Returns all repetitions of Indication (RXA-19). */ public CWE[] getIndication() { CWE[] retVal = this.getTypedField(19, new CWE[0]); return retVal; } /** * Returns all repetitions of Indication (RXA-19). */ public CWE[] getRxa19_Indication() { CWE[] retVal = this.getTypedField(19, new CWE[0]); return retVal; } /** * Returns a count of the current number of repetitions of Indication (RXA-19). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getIndicationReps() { return this.getReps(19); } /** * Returns a specific repetition of * RXA-19: "Indication" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public CWE getIndication(int rep) { CWE retVal = this.getTypedField(19, rep); return retVal; } /** * Returns a specific repetition of * RXA-19: "Indication" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public CWE getRxa19_Indication(int rep) { CWE retVal = this.getTypedField(19, rep); return retVal; } /** * Returns a count of the current number of repetitions of Indication (RXA-19). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getRxa19_IndicationReps() { return this.getReps(19); } /** * Inserts a repetition of * RXA-19: "Indication" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public CWE insertIndication(int rep) throws HL7Exception { return (CWE) super.insertRepetition(19, rep); } /** * Inserts a repetition of * RXA-19: "Indication" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public CWE insertRxa19_Indication(int rep) throws HL7Exception { return (CWE) super.insertRepetition(19, rep); } /** * Removes a repetition of * RXA-19: "Indication" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public CWE removeIndication(int rep) throws HL7Exception { return (CWE) super.removeRepetition(19, rep); } /** * Removes a repetition of * RXA-19: "Indication" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public CWE removeRxa19_Indication(int rep) throws HL7Exception { return (CWE) super.removeRepetition(19, rep); } /** * Returns * RXA-20: "Completion Status" - creates it if necessary */ public ID getCompletionStatus() { ID retVal = this.getTypedField(20, 0); return retVal; } /** * Returns * RXA-20: "Completion Status" - creates it if necessary */ public ID getRxa20_CompletionStatus() { ID retVal = this.getTypedField(20, 0); return retVal; } /** * Returns * RXA-21: "Action Code - RXA" - creates it if necessary */ public ID getActionCodeRXA() { ID retVal = this.getTypedField(21, 0); return retVal; } /** * Returns * RXA-21: "Action Code - RXA" - creates it if necessary */ public ID getRxa21_ActionCodeRXA() { ID retVal = this.getTypedField(21, 0); return retVal; } /** * Returns * RXA-22: "System Entry Date/Time" - creates it if necessary */ public DTM getSystemEntryDateTime() { DTM retVal = this.getTypedField(22, 0); return retVal; } /** * Returns * RXA-22: "System Entry Date/Time" - creates it if necessary */ public DTM getRxa22_SystemEntryDateTime() { DTM retVal = this.getTypedField(22, 0); return retVal; } /** * Returns * RXA-23: "Administered Drug Strength Volume" - creates it if necessary */ public NM getAdministeredDrugStrengthVolume() { NM retVal = this.getTypedField(23, 0); return retVal; } /** * Returns * RXA-23: "Administered Drug Strength Volume" - creates it if necessary */ public NM getRxa23_AdministeredDrugStrengthVolume() { NM retVal = this.getTypedField(23, 0); return retVal; } /** * Returns * RXA-24: "Administered Drug Strength Volume Units" - creates it if necessary */ public CWE getAdministeredDrugStrengthVolumeUnits() { CWE retVal = this.getTypedField(24, 0); return retVal; } /** * Returns * RXA-24: "Administered Drug Strength Volume Units" - creates it if necessary */ public CWE getRxa24_AdministeredDrugStrengthVolumeUnits() { CWE retVal = this.getTypedField(24, 0); return retVal; } /** * Returns * RXA-25: "Administered Barcode Identifier" - creates it if necessary */ public CWE getAdministeredBarcodeIdentifier() { CWE retVal = this.getTypedField(25, 0); return retVal; } /** * Returns * RXA-25: "Administered Barcode Identifier" - creates it if necessary */ public CWE getRxa25_AdministeredBarcodeIdentifier() { CWE retVal = this.getTypedField(25, 0); return retVal; } /** * Returns * RXA-26: "Pharmacy Order Type" - creates it if necessary */ public ID getPharmacyOrderType() { ID retVal = this.getTypedField(26, 0); return retVal; } /** * Returns * RXA-26: "Pharmacy Order Type" - creates it if necessary */ public ID getRxa26_PharmacyOrderType() { ID retVal = this.getTypedField(26, 0); return retVal; } /** * Returns * RXA-27: "Administer-at" - creates it if necessary */ public PL getAdministerAt() { PL retVal = this.getTypedField(27, 0); return retVal; } /** * Returns * RXA-27: "Administer-at" - creates it if necessary */ public PL getRxa27_AdministerAt() { PL retVal = this.getTypedField(27, 0); return retVal; } /** * Returns * RXA-28: "Administered-at Address" - creates it if necessary */ public XAD getAdministeredAtAddress() { XAD retVal = this.getTypedField(28, 0); return retVal; } /** * Returns * RXA-28: "Administered-at Address" - creates it if necessary */ public XAD getRxa28_AdministeredAtAddress() { XAD retVal = this.getTypedField(28, 0); return retVal; } /** * Returns all repetitions of Administered Tag Identifier (RXA-29). */ public EI[] getAdministeredTagIdentifier() { EI[] retVal = this.getTypedField(29, new EI[0]); return retVal; } /** * Returns all repetitions of Administered Tag Identifier (RXA-29). */ public EI[] getRxa29_AdministeredTagIdentifier() { EI[] retVal = this.getTypedField(29, new EI[0]); return retVal; } /** * Returns a count of the current number of repetitions of Administered Tag Identifier (RXA-29). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getAdministeredTagIdentifierReps() { return this.getReps(29); } /** * Returns a specific repetition of * RXA-29: "Administered Tag Identifier" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public EI getAdministeredTagIdentifier(int rep) { EI retVal = this.getTypedField(29, rep); return retVal; } /** * Returns a specific repetition of * RXA-29: "Administered Tag Identifier" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public EI getRxa29_AdministeredTagIdentifier(int rep) { EI retVal = this.getTypedField(29, rep); return retVal; } /** * Returns a count of the current number of repetitions of Administered Tag Identifier (RXA-29). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getRxa29_AdministeredTagIdentifierReps() { return this.getReps(29); } /** * Inserts a repetition of * RXA-29: "Administered Tag Identifier" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public EI insertAdministeredTagIdentifier(int rep) throws HL7Exception { return (EI) super.insertRepetition(29, rep); } /** * Inserts a repetition of * RXA-29: "Administered Tag Identifier" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public EI insertRxa29_AdministeredTagIdentifier(int rep) throws HL7Exception { return (EI) super.insertRepetition(29, rep); } /** * Removes a repetition of * RXA-29: "Administered Tag Identifier" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public EI removeAdministeredTagIdentifier(int rep) throws HL7Exception { return (EI) super.removeRepetition(29, rep); } /** * Removes a repetition of * RXA-29: "Administered Tag Identifier" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public EI removeRxa29_AdministeredTagIdentifier(int rep) throws HL7Exception { return (EI) super.removeRepetition(29, rep); } /** {@inheritDoc} */ protected Type createNewTypeWithoutReflection(int field) { switch (field) { case 0: return new NM(getMessage()); case 1: return new NM(getMessage()); case 2: return new DTM(getMessage()); case 3: return new DTM(getMessage()); case 4: return new CWE(getMessage()); case 5: return new NM(getMessage()); case 6: return new CWE(getMessage()); case 7: return new CWE(getMessage()); case 8: return new CWE(getMessage()); case 9: return new XCN(getMessage()); case 10: return new NULLDT(getMessage()); case 11: return new ST(getMessage()); case 12: return new NM(getMessage()); case 13: return new CWE(getMessage()); case 14: return new ST(getMessage()); case 15: return new DTM(getMessage()); case 16: return new CWE(getMessage()); case 17: return new CWE(getMessage()); case 18: return new CWE(getMessage()); case 19: return new ID(getMessage(), new Integer( 322 )); case 20: return new ID(getMessage(), new Integer( 206 )); case 21: return new DTM(getMessage()); case 22: return new NM(getMessage()); case 23: return new CWE(getMessage()); case 24: return new CWE(getMessage()); case 25: return new ID(getMessage(), new Integer( 480 )); case 26: return new PL(getMessage()); case 27: return new XAD(getMessage()); case 28: return new EI(getMessage()); default: return null; } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy