public class EDU extends AbstractSegment
Represents an HL7 EDU message segment (Educational Detail). This segment has the following fields:
log
Constructor and Description |
---|
EDU(Group parent,
ModelClassFactory factory)
Creates a new EDU segment
|
Modifier and Type | Method and Description |
---|---|
protected Type |
createNewTypeWithoutReflection(int field) |
IS |
getAcademicDegree()
Returns
EDU-2: "Academic Degree" - creates it if necessary
|
DT |
getAcademicDegreeGrantedDate()
Returns
EDU-5: "Academic Degree Granted Date" - creates it if necessary
|
DR |
getAcademicDegreeProgramDateRange()
Returns
EDU-3: "Academic Degree Program Date Range" - creates it if necessary
|
DR |
getAcademicDegreeProgramParticipationDateRange()
Returns
EDU-4: "Academic Degree Program Participation Date Range" - creates it if necessary
|
SI |
getEdu1_SetIDEDU()
Returns
EDU-1: "Set ID - EDU" - creates it if necessary
|
IS |
getEdu2_AcademicDegree()
Returns
EDU-2: "Academic Degree" - creates it if necessary
|
DR |
getEdu3_AcademicDegreeProgramDateRange()
Returns
EDU-3: "Academic Degree Program Date Range" - creates it if necessary
|
DR |
getEdu4_AcademicDegreeProgramParticipationDateRange()
Returns
EDU-4: "Academic Degree Program Participation Date Range" - creates it if necessary
|
DT |
getEdu5_AcademicDegreeGrantedDate()
Returns
EDU-5: "Academic Degree Granted Date" - creates it if necessary
|
XON |
getEdu6_School()
Returns
EDU-6: "School" - creates it if necessary
|
CE |
getEdu7_SchoolTypeCode()
Returns
EDU-7: "School Type Code" - creates it if necessary
|
XAD |
getEdu8_SchoolAddress()
Returns
EDU-8: "School Address" - creates it if necessary
|
CWE[] |
getEdu9_MajorFieldOfStudy()
Returns all repetitions of Major Field of Study (EDU-9).
|
CWE |
getEdu9_MajorFieldOfStudy(int rep)
Returns a specific repetition of
EDU-9: "Major Field of Study" - creates it if necessary
|
int |
getEdu9_MajorFieldOfStudyReps()
Returns a count of the current number of repetitions of Major Field of Study (EDU-9).
|
CWE[] |
getMajorFieldOfStudy()
Returns all repetitions of Major Field of Study (EDU-9).
|
CWE |
getMajorFieldOfStudy(int rep)
Returns a specific repetition of
EDU-9: "Major Field of Study" - creates it if necessary
|
int |
getMajorFieldOfStudyReps()
Returns a count of the current number of repetitions of Major Field of Study (EDU-9).
|
XON |
getSchool()
Returns
EDU-6: "School" - creates it if necessary
|
XAD |
getSchoolAddress()
Returns
EDU-8: "School Address" - creates it if necessary
|
CE |
getSchoolTypeCode()
Returns
EDU-7: "School Type Code" - creates it if necessary
|
SI |
getSetIDEDU()
Returns
EDU-1: "Set ID - EDU" - creates it if necessary
|
CWE |
insertEdu9_MajorFieldOfStudy(int rep)
Inserts a repetition of
EDU-9: "Major Field of Study" at a specific index
|
CWE |
insertMajorFieldOfStudy(int rep)
Inserts a repetition of
EDU-9: "Major Field of Study" at a specific index
|
CWE |
removeEdu9_MajorFieldOfStudy(int rep)
Removes a repetition of
EDU-9: "Major Field of Study" at a specific index
|
CWE |
removeMajorFieldOfStudy(int rep)
Removes a repetition of
EDU-9: "Major Field of Study" at a specific index
|
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetition
getMessage, getParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMessage, getParent
public EDU(Group parent, ModelClassFactory factory)
public SI getSetIDEDU()
public SI getEdu1_SetIDEDU()
public IS getAcademicDegree()
public IS getEdu2_AcademicDegree()
public DR getAcademicDegreeProgramDateRange()
public DR getEdu3_AcademicDegreeProgramDateRange()
public DR getAcademicDegreeProgramParticipationDateRange()
public DR getEdu4_AcademicDegreeProgramParticipationDateRange()
public DT getAcademicDegreeGrantedDate()
public DT getEdu5_AcademicDegreeGrantedDate()
public XON getEdu6_School()
public CE getSchoolTypeCode()
public CE getEdu7_SchoolTypeCode()
public XAD getSchoolAddress()
public XAD getEdu8_SchoolAddress()
public CWE[] getMajorFieldOfStudy()
public CWE[] getEdu9_MajorFieldOfStudy()
public int getMajorFieldOfStudyReps()
public CWE getMajorFieldOfStudy(int rep)
rep
- The repetition index (0-indexed)public CWE getEdu9_MajorFieldOfStudy(int rep)
rep
- The repetition index (0-indexed)public int getEdu9_MajorFieldOfStudyReps()
public CWE insertMajorFieldOfStudy(int rep) throws HL7Exception
rep
- The repetition index (0-indexed)HL7Exception
- If the rep is invalid (below 0, or too high for the allowable repetitions)public CWE insertEdu9_MajorFieldOfStudy(int rep) throws HL7Exception
rep
- The repetition index (0-indexed)HL7Exception
- If the rep is invalid (below 0, or too high for the allowable repetitions)public CWE removeMajorFieldOfStudy(int rep) throws HL7Exception
rep
- The repetition index (0-indexed)HL7Exception
- If the rep is invalid (below 0, or too high for the allowable repetitions)public CWE removeEdu9_MajorFieldOfStudy(int rep) throws HL7Exception
rep
- The repetition index (0-indexed)HL7Exception
- If the rep is invalid (below 0, or too high for the allowable repetitions)protected Type createNewTypeWithoutReflection(int field)
createNewTypeWithoutReflection
in class AbstractSegment
Copyright © 2001–2017 University Health Network. All rights reserved.