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

ca.uhn.hl7v2.model.v25.segment.EDU Maven / Gradle / Ivy

There is a newer version: 2.3
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/
 */

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

// import ca.uhn.hl7v2.model.v25.group.*;
import ca.uhn.hl7v2.model.v25.datatype.*;
import ca.uhn.log.HapiLogFactory;
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 EDU message segment (Educational Detail). * This segment has the following fields:

*
    *
  • EDU-1: Set ID _ EDU (SI) *
  • EDU-2: Academic Degree (IS) optional *
  • EDU-3: Academic Degree Program Date Range (DR) optional *
  • EDU-4: Academic Degree Program Participation Date Range (DR) optional *
  • EDU-5: Academic Degree Granted Date (DT) optional *
  • EDU-6: School (XON) optional *
  • EDU-7: School Type Code (CE) optional *
  • EDU-8: School Address (XAD) optional *
  • EDU-9: Major Field of Study (CWE) optional repeating *
*/ public class EDU extends AbstractSegment { /** * Creates a new EDU segment */ public EDU(Group parent, ModelClassFactory factory) { super(parent, factory); init(factory); } private void init(ModelClassFactory factory) { try { this.add(SI.class, true, 1, 60, new Object[]{ getMessage(), new Integer(0) }, "Set ID _ EDU"); this.add(IS.class, false, 1, 10, new Object[]{ getMessage() }, "Academic Degree"); this.add(DR.class, false, 1, 52, new Object[]{ getMessage(), new Integer(0) }, "Academic Degree Program Date Range"); this.add(DR.class, false, 1, 52, new Object[]{ getMessage(), new Integer(0) }, "Academic Degree Program Participation Date Range"); this.add(DT.class, false, 1, 8, new Object[]{ getMessage(), new Integer(0) }, "Academic Degree Granted Date"); this.add(XON.class, false, 1, 250, new Object[]{ getMessage(), new Integer(0) }, "School"); this.add(CE.class, false, 1, 250, new Object[]{ getMessage(), new Integer(402) }, "School Type Code"); this.add(XAD.class, false, 1, 250, new Object[]{ getMessage(), new Integer(0) }, "School Address"); this.add(CWE.class, false, 0, 250, new Object[]{ getMessage(), new Integer(0) }, "Major Field of Study"); } catch(HL7Exception e) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected error creating EDU - this is probably a bug in the source code generator.", e); } } /** * Returns * EDU-1: "Set ID _ EDU" - creates it if necessary */ public SI getSetIDEDU() { SI ret = null; try { Type t = this.getField(1, 0); ret = (SI)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns * EDU-1: "Set ID _ EDU" - creates it if necessary */ public SI getEdu1_SetIDEDU() { SI ret = null; try { Type t = this.getField(1, 0); ret = (SI)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns * EDU-2: "Academic Degree" - creates it if necessary */ public IS getAcademicDegree() { IS ret = null; try { Type t = this.getField(2, 0); ret = (IS)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns * EDU-2: "Academic Degree" - creates it if necessary */ public IS getEdu2_AcademicDegree() { IS ret = null; try { Type t = this.getField(2, 0); ret = (IS)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns * EDU-3: "Academic Degree Program Date Range" - creates it if necessary */ public DR getAcademicDegreeProgramDateRange() { DR ret = null; try { Type t = this.getField(3, 0); ret = (DR)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns * EDU-3: "Academic Degree Program Date Range" - creates it if necessary */ public DR getEdu3_AcademicDegreeProgramDateRange() { DR ret = null; try { Type t = this.getField(3, 0); ret = (DR)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns * EDU-4: "Academic Degree Program Participation Date Range" - creates it if necessary */ public DR getAcademicDegreeProgramParticipationDateRange() { DR ret = null; try { Type t = this.getField(4, 0); ret = (DR)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns * EDU-4: "Academic Degree Program Participation Date Range" - creates it if necessary */ public DR getEdu4_AcademicDegreeProgramParticipationDateRange() { DR ret = null; try { Type t = this.getField(4, 0); ret = (DR)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns * EDU-5: "Academic Degree Granted Date" - creates it if necessary */ public DT getAcademicDegreeGrantedDate() { DT ret = null; try { Type t = this.getField(5, 0); ret = (DT)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns * EDU-5: "Academic Degree Granted Date" - creates it if necessary */ public DT getEdu5_AcademicDegreeGrantedDate() { DT ret = null; try { Type t = this.getField(5, 0); ret = (DT)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns * EDU-6: "School" - creates it if necessary */ public XON getSchool() { XON ret = null; try { Type t = this.getField(6, 0); ret = (XON)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns * EDU-6: "School" - creates it if necessary */ public XON getEdu6_School() { XON ret = null; try { Type t = this.getField(6, 0); ret = (XON)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns * EDU-7: "School Type Code" - creates it if necessary */ public CE getSchoolTypeCode() { CE ret = null; try { Type t = this.getField(7, 0); ret = (CE)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns * EDU-7: "School Type Code" - creates it if necessary */ public CE getEdu7_SchoolTypeCode() { CE ret = null; try { Type t = this.getField(7, 0); ret = (CE)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns * EDU-8: "School Address" - creates it if necessary */ public XAD getSchoolAddress() { XAD ret = null; try { Type t = this.getField(8, 0); ret = (XAD)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns * EDU-8: "School Address" - creates it if necessary */ public XAD getEdu8_SchoolAddress() { XAD ret = null; try { Type t = this.getField(8, 0); ret = (XAD)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns all repetitions of Major Field of Study (EDU-9). */ public CWE[] getMajorFieldOfStudy() { CWE[] ret = null; try { Type[] t = this.getField(9); ret = new CWE[t.length]; for (int i = 0; i < ret.length; i++) { ret[i] = (CWE)t[i]; } } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns a count of the current number of repetitions of Major Field of Study (EDU-9). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getMajorFieldOfStudyReps() { CWE[] ret = null; try { Type[] t = this.getField(9); return t.length; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } } /** * Returns a specific repetition of * EDU-9: "Major Field of Study" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public CWE getMajorFieldOfStudy(int rep) { CWE ret = null; try { Type t = this.getField(9, rep); ret = (CWE)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns a specific repetition of * EDU-9: "Major Field of Study" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public CWE getEdu9_MajorFieldOfStudy(int rep) { CWE ret = null; try { Type t = this.getField(9, rep); ret = (CWE)t; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } return ret; } /** * Returns a count of the current number of repetitions of Major Field of Study (EDU-9). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getEdu9_MajorFieldOfStudyReps() { CWE[] ret = null; try { Type[] t = this.getField(9); return t.length; } catch (ClassCastException cce) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce); throw new RuntimeException(cce); } catch (HL7Exception he) { HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value. This is a bug.", he); throw new RuntimeException(he); } } /** * Inserts a repetition of * EDU-9: "Major Field of Study" 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 insertMajorFieldOfStudy(int rep) throws HL7Exception { return (CWE) super.insertRepetition(9, rep); } /** * Inserts a repetition of * EDU-9: "Major Field of Study" 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 insertEdu9_MajorFieldOfStudy(int rep) throws HL7Exception { return (CWE) super.insertRepetition(9, rep); } /** * Removes a repetition of * EDU-9: "Major Field of Study" 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 removeMajorFieldOfStudy(int rep) throws HL7Exception { return (CWE) super.removeRepetition(9, rep); } /** * Removes a repetition of * EDU-9: "Major Field of Study" 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 removeEdu9_MajorFieldOfStudy(int rep) throws HL7Exception { return (CWE) super.removeRepetition(9, rep); } /** {@inheritDoc} */ protected Type createNewTypeWithoutReflection(int field) { switch (field) { case 0: return new SI(getMessage()); case 1: return new IS(getMessage(), new Integer( 360 )); case 2: return new DR(getMessage()); case 3: return new DR(getMessage()); case 4: return new DT(getMessage()); case 5: return new XON(getMessage()); case 6: return new CE(getMessage()); case 7: return new XAD(getMessage()); case 8: return new CWE(getMessage()); default: return null; } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy