ca.uhn.hl7v2.model.v251.segment.IAM Maven / Gradle / Ivy
/*
* 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.v251.segment;
// import ca.uhn.hl7v2.model.v251.group.*;
import ca.uhn.hl7v2.model.v251.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 IAM message segment (Patient Adverse Reaction Information).
* This segment has the following fields:
*
* - IAM-1: Set ID - IAM (SI)
*
- IAM-2: Allergen Type Code (CE) optional
*
- IAM-3: Allergen Code/Mnemonic/Description (CE)
*
- IAM-4: Allergy Severity Code (CE) optional
*
- IAM-5: Allergy Reaction Code (ST) optional repeating
*
- IAM-6: Allergy Action Code (CNE)
*
- IAM-7: Allergy Unique Identifier (EI) optional
*
- IAM-8: Action Reason (ST) optional
*
- IAM-9: Sensitivity to Causative Agent Code (CE) optional
*
- IAM-10: Allergen Group Code/Mnemonic/Description (CE) optional
*
- IAM-11: Onset Date (DT) optional
*
- IAM-12: Onset Date Text (ST) optional
*
- IAM-13: Reported Date/Time (TS) optional
*
- IAM-14: Reported By (XPN) optional
*
- IAM-15: Relationship to Patient Code (CE) optional
*
- IAM-16: Alert Device Code (CE) optional
*
- IAM-17: Allergy Clinical Status Code (CE) optional
*
- IAM-18: Statused by Person (XCN) optional
*
- IAM-19: Statused by Organization (XON) optional
*
- IAM-20: Statused at Date/Time (TS) optional
*
*/
@SuppressWarnings("unused")
public class IAM extends AbstractSegment {
/**
* Creates a new IAM segment
*/
public IAM(Group parent, ModelClassFactory factory) {
super(parent, factory);
init(factory);
}
private void init(ModelClassFactory factory) {
try {
this.add(SI.class, true, 1, 4, new Object[]{ getMessage() }, "Set ID - IAM");
this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Allergen Type Code");
this.add(CE.class, true, 1, 250, new Object[]{ getMessage() }, "Allergen Code/Mnemonic/Description");
this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Allergy Severity Code");
this.add(ST.class, false, 0, 15, new Object[]{ getMessage() }, "Allergy Reaction Code");
this.add(CNE.class, true, 1, 250, new Object[]{ getMessage() }, "Allergy Action Code");
this.add(EI.class, false, 1, 427, new Object[]{ getMessage() }, "Allergy Unique Identifier");
this.add(ST.class, false, 1, 60, new Object[]{ getMessage() }, "Action Reason");
this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Sensitivity to Causative Agent Code");
this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Allergen Group Code/Mnemonic/Description");
this.add(DT.class, false, 1, 8, new Object[]{ getMessage() }, "Onset Date");
this.add(ST.class, false, 1, 60, new Object[]{ getMessage() }, "Onset Date Text");
this.add(TS.class, false, 1, 8, new Object[]{ getMessage() }, "Reported Date/Time");
this.add(XPN.class, false, 1, 250, new Object[]{ getMessage() }, "Reported By");
this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Relationship to Patient Code");
this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Alert Device Code");
this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Allergy Clinical Status Code");
this.add(XCN.class, false, 1, 250, new Object[]{ getMessage() }, "Statused by Person");
this.add(XON.class, false, 1, 250, new Object[]{ getMessage() }, "Statused by Organization");
this.add(TS.class, false, 1, 8, new Object[]{ getMessage() }, "Statused at Date/Time");
} catch(HL7Exception e) {
log.error("Unexpected error creating IAM - this is probably a bug in the source code generator.", e);
}
}
/**
* Returns
* IAM-1: "Set ID - IAM" - creates it if necessary
*/
public SI getSetIDIAM() {
SI retVal = this.getTypedField(1, 0);
return retVal;
}
/**
* Returns
* IAM-1: "Set ID - IAM" - creates it if necessary
*/
public SI getIam1_SetIDIAM() {
SI retVal = this.getTypedField(1, 0);
return retVal;
}
/**
* Returns
* IAM-2: "Allergen Type Code" - creates it if necessary
*/
public CE getAllergenTypeCode() {
CE retVal = this.getTypedField(2, 0);
return retVal;
}
/**
* Returns
* IAM-2: "Allergen Type Code" - creates it if necessary
*/
public CE getIam2_AllergenTypeCode() {
CE retVal = this.getTypedField(2, 0);
return retVal;
}
/**
* Returns
* IAM-3: "Allergen Code/Mnemonic/Description" - creates it if necessary
*/
public CE getAllergenCodeMnemonicDescription() {
CE retVal = this.getTypedField(3, 0);
return retVal;
}
/**
* Returns
* IAM-3: "Allergen Code/Mnemonic/Description" - creates it if necessary
*/
public CE getIam3_AllergenCodeMnemonicDescription() {
CE retVal = this.getTypedField(3, 0);
return retVal;
}
/**
* Returns
* IAM-4: "Allergy Severity Code" - creates it if necessary
*/
public CE getAllergySeverityCode() {
CE retVal = this.getTypedField(4, 0);
return retVal;
}
/**
* Returns
* IAM-4: "Allergy Severity Code" - creates it if necessary
*/
public CE getIam4_AllergySeverityCode() {
CE retVal = this.getTypedField(4, 0);
return retVal;
}
/**
* Returns all repetitions of Allergy Reaction Code (IAM-5).
*/
public ST[] getAllergyReactionCode() {
ST[] retVal = this.getTypedField(5, new ST[0]);
return retVal;
}
/**
* Returns all repetitions of Allergy Reaction Code (IAM-5).
*/
public ST[] getIam5_AllergyReactionCode() {
ST[] retVal = this.getTypedField(5, new ST[0]);
return retVal;
}
/**
* Returns a count of the current number of repetitions of Allergy Reaction Code (IAM-5).
* This method does not create a repetition, so if no repetitions have currently been defined or accessed,
* it will return zero.
*/
public int getAllergyReactionCodeReps() {
return this.getReps(5);
}
/**
* Returns a specific repetition of
* IAM-5: "Allergy Reaction Code" - creates it if necessary
*
* @param rep The repetition index (0-indexed)
*/
public ST getAllergyReactionCode(int rep) {
ST retVal = this.getTypedField(5, rep);
return retVal;
}
/**
* Returns a specific repetition of
* IAM-5: "Allergy Reaction Code" - creates it if necessary
*
* @param rep The repetition index (0-indexed)
*/
public ST getIam5_AllergyReactionCode(int rep) {
ST retVal = this.getTypedField(5, rep);
return retVal;
}
/**
* Returns a count of the current number of repetitions of Allergy Reaction Code (IAM-5).
* This method does not create a repetition, so if no repetitions have currently been defined or accessed,
* it will return zero.
*/
public int getIam5_AllergyReactionCodeReps() {
return this.getReps(5);
}
/**
* Inserts a repetition of
* IAM-5: "Allergy Reaction Code" 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 insertAllergyReactionCode(int rep) throws HL7Exception {
return (ST) super.insertRepetition(5, rep);
}
/**
* Inserts a repetition of
* IAM-5: "Allergy Reaction Code" 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 insertIam5_AllergyReactionCode(int rep) throws HL7Exception {
return (ST) super.insertRepetition(5, rep);
}
/**
* Removes a repetition of
* IAM-5: "Allergy Reaction Code" 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 removeAllergyReactionCode(int rep) throws HL7Exception {
return (ST) super.removeRepetition(5, rep);
}
/**
* Removes a repetition of
* IAM-5: "Allergy Reaction Code" 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 removeIam5_AllergyReactionCode(int rep) throws HL7Exception {
return (ST) super.removeRepetition(5, rep);
}
/**
* Returns
* IAM-6: "Allergy Action Code" - creates it if necessary
*/
public CNE getAllergyActionCode() {
CNE retVal = this.getTypedField(6, 0);
return retVal;
}
/**
* Returns
* IAM-6: "Allergy Action Code" - creates it if necessary
*/
public CNE getIam6_AllergyActionCode() {
CNE retVal = this.getTypedField(6, 0);
return retVal;
}
/**
* Returns
* IAM-7: "Allergy Unique Identifier" - creates it if necessary
*/
public EI getAllergyUniqueIdentifier() {
EI retVal = this.getTypedField(7, 0);
return retVal;
}
/**
* Returns
* IAM-7: "Allergy Unique Identifier" - creates it if necessary
*/
public EI getIam7_AllergyUniqueIdentifier() {
EI retVal = this.getTypedField(7, 0);
return retVal;
}
/**
* Returns
* IAM-8: "Action Reason" - creates it if necessary
*/
public ST getActionReason() {
ST retVal = this.getTypedField(8, 0);
return retVal;
}
/**
* Returns
* IAM-8: "Action Reason" - creates it if necessary
*/
public ST getIam8_ActionReason() {
ST retVal = this.getTypedField(8, 0);
return retVal;
}
/**
* Returns
* IAM-9: "Sensitivity to Causative Agent Code" - creates it if necessary
*/
public CE getSensitivityToCausativeAgentCode() {
CE retVal = this.getTypedField(9, 0);
return retVal;
}
/**
* Returns
* IAM-9: "Sensitivity to Causative Agent Code" - creates it if necessary
*/
public CE getIam9_SensitivityToCausativeAgentCode() {
CE retVal = this.getTypedField(9, 0);
return retVal;
}
/**
* Returns
* IAM-10: "Allergen Group Code/Mnemonic/Description" - creates it if necessary
*/
public CE getAllergenGroupCodeMnemonicDescription() {
CE retVal = this.getTypedField(10, 0);
return retVal;
}
/**
* Returns
* IAM-10: "Allergen Group Code/Mnemonic/Description" - creates it if necessary
*/
public CE getIam10_AllergenGroupCodeMnemonicDescription() {
CE retVal = this.getTypedField(10, 0);
return retVal;
}
/**
* Returns
* IAM-11: "Onset Date" - creates it if necessary
*/
public DT getOnsetDate() {
DT retVal = this.getTypedField(11, 0);
return retVal;
}
/**
* Returns
* IAM-11: "Onset Date" - creates it if necessary
*/
public DT getIam11_OnsetDate() {
DT retVal = this.getTypedField(11, 0);
return retVal;
}
/**
* Returns
* IAM-12: "Onset Date Text" - creates it if necessary
*/
public ST getOnsetDateText() {
ST retVal = this.getTypedField(12, 0);
return retVal;
}
/**
* Returns
* IAM-12: "Onset Date Text" - creates it if necessary
*/
public ST getIam12_OnsetDateText() {
ST retVal = this.getTypedField(12, 0);
return retVal;
}
/**
* Returns
* IAM-13: "Reported Date/Time" - creates it if necessary
*/
public TS getReportedDateTime() {
TS retVal = this.getTypedField(13, 0);
return retVal;
}
/**
* Returns
* IAM-13: "Reported Date/Time" - creates it if necessary
*/
public TS getIam13_ReportedDateTime() {
TS retVal = this.getTypedField(13, 0);
return retVal;
}
/**
* Returns
* IAM-14: "Reported By" - creates it if necessary
*/
public XPN getReportedBy() {
XPN retVal = this.getTypedField(14, 0);
return retVal;
}
/**
* Returns
* IAM-14: "Reported By" - creates it if necessary
*/
public XPN getIam14_ReportedBy() {
XPN retVal = this.getTypedField(14, 0);
return retVal;
}
/**
* Returns
* IAM-15: "Relationship to Patient Code" - creates it if necessary
*/
public CE getRelationshipToPatientCode() {
CE retVal = this.getTypedField(15, 0);
return retVal;
}
/**
* Returns
* IAM-15: "Relationship to Patient Code" - creates it if necessary
*/
public CE getIam15_RelationshipToPatientCode() {
CE retVal = this.getTypedField(15, 0);
return retVal;
}
/**
* Returns
* IAM-16: "Alert Device Code" - creates it if necessary
*/
public CE getAlertDeviceCode() {
CE retVal = this.getTypedField(16, 0);
return retVal;
}
/**
* Returns
* IAM-16: "Alert Device Code" - creates it if necessary
*/
public CE getIam16_AlertDeviceCode() {
CE retVal = this.getTypedField(16, 0);
return retVal;
}
/**
* Returns
* IAM-17: "Allergy Clinical Status Code" - creates it if necessary
*/
public CE getAllergyClinicalStatusCode() {
CE retVal = this.getTypedField(17, 0);
return retVal;
}
/**
* Returns
* IAM-17: "Allergy Clinical Status Code" - creates it if necessary
*/
public CE getIam17_AllergyClinicalStatusCode() {
CE retVal = this.getTypedField(17, 0);
return retVal;
}
/**
* Returns
* IAM-18: "Statused by Person" - creates it if necessary
*/
public XCN getStatusedByPerson() {
XCN retVal = this.getTypedField(18, 0);
return retVal;
}
/**
* Returns
* IAM-18: "Statused by Person" - creates it if necessary
*/
public XCN getIam18_StatusedByPerson() {
XCN retVal = this.getTypedField(18, 0);
return retVal;
}
/**
* Returns
* IAM-19: "Statused by Organization" - creates it if necessary
*/
public XON getStatusedByOrganization() {
XON retVal = this.getTypedField(19, 0);
return retVal;
}
/**
* Returns
* IAM-19: "Statused by Organization" - creates it if necessary
*/
public XON getIam19_StatusedByOrganization() {
XON retVal = this.getTypedField(19, 0);
return retVal;
}
/**
* Returns
* IAM-20: "Statused at Date/Time" - creates it if necessary
*/
public TS getStatusedAtDateTime() {
TS retVal = this.getTypedField(20, 0);
return retVal;
}
/**
* Returns
* IAM-20: "Statused at Date/Time" - creates it if necessary
*/
public TS getIam20_StatusedAtDateTime() {
TS retVal = this.getTypedField(20, 0);
return retVal;
}
/** {@inheritDoc} */
protected Type createNewTypeWithoutReflection(int field) {
switch (field) {
case 0: return new SI(getMessage());
case 1: return new CE(getMessage());
case 2: return new CE(getMessage());
case 3: return new CE(getMessage());
case 4: return new ST(getMessage());
case 5: return new CNE(getMessage());
case 6: return new EI(getMessage());
case 7: return new ST(getMessage());
case 8: return new CE(getMessage());
case 9: return new CE(getMessage());
case 10: return new DT(getMessage());
case 11: return new ST(getMessage());
case 12: return new TS(getMessage());
case 13: return new XPN(getMessage());
case 14: return new CE(getMessage());
case 15: return new CE(getMessage());
case 16: return new CE(getMessage());
case 17: return new XCN(getMessage());
case 18: return new XON(getMessage());
case 19: return new TS(getMessage());
default: return null;
}
}
}