using NHapi.Base.Parser;
using NHapi.Base;
using NHapi.Base.Log;
using System;
using NHapi.Model.V251.Segment;
using NHapi.Base.Model;
namespace NHapi.Model.V251.Group{
///<summary>
///Represents the RSP_Z86_COMMON_ORDER Group. A Group is an ordered collection of message
/// segments that can repeat together or be optionally in/excluded together.
/// This Group contains the following elements:
///<ol>
///<li>0: ORC (Common Order) </li>
///<li>1: RSP_Z86_TIMING (a Group object) </li>
///<li>2: RSP_Z86_ORDER_DETAIL (a Group object) optional </li>
///<li>3: RSP_Z86_ENCODED_ORDER (a Group object) optional </li>
///<li>4: RSP_Z86_DISPENSE (a Group object) optional </li>
///<li>5: RSP_Z86_GIVE (a Group object) optional </li>
///<li>6: RSP_Z86_ADMINISTRATION (a Group object) optional </li>
///<li>7: RSP_Z86_OBSERVATION (a Group object) repeating</li>
///</ol>
///</summary>
[Serializable]
public class RSP_Z86_COMMON_ORDER : AbstractGroup {
///<summary>
/// Creates a new RSP_Z86_COMMON_ORDER Group.
///</summary>
public RSP_Z86_COMMON_ORDER(IGroup parent, IModelClassFactory factory) : base(parent, factory){
try {
this.add(typeof(ORC), true, false);
this.add(typeof(RSP_Z86_TIMING), true, false);
this.add(typeof(RSP_Z86_ORDER_DETAIL), false, false);
this.add(typeof(RSP_Z86_ENCODED_ORDER), false, false);
this.add(typeof(RSP_Z86_DISPENSE), false, false);
this.add(typeof(RSP_Z86_GIVE), false, false);
this.add(typeof(RSP_Z86_ADMINISTRATION), false, false);
this.add(typeof(RSP_Z86_OBSERVATION), true, true);
} catch(HL7Exception e) {
HapiLogFactory.getHapiLog(GetType()).error("Unexpected error creating RSP_Z86_COMMON_ORDER - this is probably a bug in the source code generator.", e);
}
}
///<summary>
/// Returns ORC (Common Order) - creates it if necessary
///</summary>
public ORC ORC {
get{
ORC ret = null;
try {
ret = (ORC)this.GetStructure("ORC");
} catch(HL7Exception e) {
HapiLogFactory.getHapiLog(GetType()).error("Unexpected error accessing data - this is probably a bug in the source code generator.", e);
throw new System.Exception("An unexpected error ocurred",e);
}
return ret;
}
}
///<summary>
/// Returns RSP_Z86_TIMING (a Group object) - creates it if necessary
///</summary>
public RSP_Z86_TIMING TIMING {
get{
RSP_Z86_TIMING ret = null;
try {
ret = (RSP_Z86_TIMING)this.GetStructure("TIMING");
} catch(HL7Exception e) {
HapiLogFactory.getHapiLog(GetType()).error("Unexpected error accessing data - this is probably a bug in the source code generator.", e);
throw new System.Exception("An unexpected error ocurred",e);
}
return ret;
}
}
///<summary>
/// Returns RSP_Z86_ORDER_DETAIL (a Group object) - creates it if necessary
///</summary>
public RSP_Z86_ORDER_DETAIL ORDER_DETAIL {
get{
RSP_Z86_ORDER_DETAIL ret = null;
try {
ret = (RSP_Z86_ORDER_DETAIL)this.GetStructure("ORDER_DETAIL");
} catch(HL7Exception e) {
HapiLogFactory.getHapiLog(GetType()).error("Unexpected error accessing data - this is probably a bug in the source code generator.", e);
throw new System.Exception("An unexpected error ocurred",e);
}
return ret;
}
}
///<summary>
/// Returns RSP_Z86_ENCODED_ORDER (a Group object) - creates it if necessary
///</summary>
public RSP_Z86_ENCODED_ORDER ENCODED_ORDER
{
get{
RSP_Z86_ENCODED_ORDER ret = null;
try {
ret = (RSP_Z86_ENCODED_ORDER)this.GetStructure("ENCODED_ORDER");
} catch(HL7Exception e) {
HapiLogFactory.getHapiLog(GetType()).error("Unexpected error accessing data - this is probably a bug in the source code generator.", e);
throw new System.Exception("An unexpected error ocurred",e);
}
return ret;
}
}
///<summary>
/// Returns RSP_Z86_DISPENSE (a Group object) - creates it if necessary
///</summary>
public RSP_Z86_DISPENSE DISPENSE {
get{
RSP_Z86_DISPENSE ret = null;
try {
ret = (RSP_Z86_DISPENSE)this.GetStructure("DISPENSE");
} catch(HL7Exception e) {
HapiLogFactory.getHapiLog(GetType()).error("Unexpected error accessing data - this is probably a bug in the source code generator.", e);
throw new System.Exception("An unexpected error ocurred",e);
}
return ret;
}
}
///<summary>
/// Returns RSP_Z86_GIVE (a Group object) - creates it if necessary
///</summary>
public RSP_Z86_GIVE GIVE {
get{
RSP_Z86_GIVE ret = null;
try {
ret = (RSP_Z86_GIVE)this.GetStructure("GIVE");
} catch(HL7Exception e) {
HapiLogFactory.getHapiLog(GetType()).error("Unexpected error accessing data - this is probably a bug in the source code generator.", e);
throw new System.Exception("An unexpected error ocurred",e);
}
return ret;
}
}
///<summary>
/// Returns RSP_Z86_ADMINISTRATION (a Group object) - creates it if necessary
///</summary>
public RSP_Z86_ADMINISTRATION ADMINISTRATION {
get{
RSP_Z86_ADMINISTRATION ret = null;
try {
ret = (RSP_Z86_ADMINISTRATION)this.GetStructure("ADMINISTRATION");
} catch(HL7Exception e) {
HapiLogFactory.getHapiLog(GetType()).error("Unexpected error accessing data - this is probably a bug in the source code generator.", e);
throw new System.Exception("An unexpected error ocurred",e);
}
return ret;
}
}
///<summary>
/// Returns first repetition of RSP_Z86_OBSERVATION (a Group object) - creates it if necessary
///</summary>
public RSP_Z86_OBSERVATION GetOBSERVATION() {
RSP_Z86_OBSERVATION ret = null;
try {
ret = (RSP_Z86_OBSERVATION)this.GetStructure("OBSERVATION");
} catch(HL7Exception e) {
HapiLogFactory.getHapiLog(GetType()).error("Unexpected error accessing data - this is probably a bug in the source code generator.", e);
throw new System.Exception("An unexpected error ocurred",e);
}
return ret;
}
///<summary>
///Returns a specific repetition of RSP_Z86_OBSERVATION
/// * (a Group object) - creates it if necessary
/// throws HL7Exception if the repetition requested is more than one
/// greater than the number of existing repetitions.
///</summary>
public RSP_Z86_OBSERVATION GetOBSERVATION(int rep) {
return (RSP_Z86_OBSERVATION)this.GetStructure("OBSERVATION", rep);
}
/**
* Returns the number of existing repetitions of RSP_Z86_OBSERVATION
*/
public int OBSERVATIONRepetitionsUsed {
get{
int reps = -1;
try {
reps = this.GetAll("OBSERVATION").Length;
} catch (HL7Exception e) {
string message = "Unexpected error accessing data - this is probably a bug in the source code generator.";
HapiLogFactory.getHapiLog(GetType()).error(message, e);
throw new System.Exception(message);
}
return reps;
}
}
}
}
|