/// <summary> Returns all repetitions of Coded Representation of Method (OM1-15).</summary> public virtual CE[] getCodedRepresentationOfMethod() { CE[] ret = null; try { Type[] t = this.getField(15); ret = new CE[t.Length]; for (int i = 0; i < ret.Length; i++) { ret[i] = (CE) t[i]; } } catch (System.InvalidCastException ) { throw new Exception(); } catch (NuGenHL7Exception) { throw new Exception(); } return ret; }
/// <summary> Returns all repetitions of Fixed Canned Message (OM1-37).</summary> public virtual CE[] getFixedCannedMessage() { CE[] ret = null; try { Type[] t = this.getField(37); ret = new CE[t.Length]; for (int i = 0; i < ret.Length; i++) { ret[i] = (CE) t[i]; } } catch (System.InvalidCastException ) { throw new Exception(); } catch (NuGenHL7Exception) { throw new Exception(); } return ret; }
/// <summary> Returns all repetitions of Identity of instrument used to perform this study (OM1-14).</summary> public virtual CE[] getIdentityOfInstrumentUsedToPerformThisStudy() { CE[] ret = null; try { Type[] t = this.getField(14); ret = new CE[t.Length]; for (int i = 0; i < ret.Length; i++) { ret[i] = (CE) t[i]; } } catch (System.InvalidCastException ) { throw new Exception(); } catch (NuGenHL7Exception) { throw new Exception(); } return ret; }
/// <summary> Returns all repetitions of Outside Site(s) Where Observation may be Performed (OM1-28).</summary> public virtual CE[] getOutsideSiteSWhereObservationMayBePerformed() { CE[] ret = null; try { Type[] t = this.getField(28); ret = new CE[t.Length]; for (int i = 0; i < ret.Length; i++) { ret[i] = (CE) t[i]; } } catch (System.InvalidCastException ) { throw new Exception(); } catch (NuGenHL7Exception) { throw new Exception(); } return ret; }
/// <summary> Returns all repetitions of Reflex tests / observations (OM1-35).</summary> public virtual CE[] getReflexTestsObservations() { CE[] ret = null; try { Type[] t = this.getField(35); ret = new CE[t.Length]; for (int i = 0; i < ret.Length; i++) { ret[i] = (CE) t[i]; } } catch (System.InvalidCastException ) { throw new Exception(); } catch (NuGenHL7Exception) { throw new Exception(); } return ret; }
/// <summary> Creates a CM_DIN.</summary> /// <param name="message">the Message to which this Type belongs /// </param> public CM_DIN(Message message):base(message) { data = new Type[2]; data[0] = new TS(message); data[1] = new CE(message); }
/// <summary> Returns all repetitions of Tests / observations included within an ordered test battery (OM5-3).</summary> public virtual CE[] getTestsObservationsIncludedWithinAnOrderedTestBattery() { CE[] ret = null; try { Type[] t = this.getField(3); ret = new CE[t.Length]; for (int i = 0; i < ret.Length; i++) { ret[i] = (CE) t[i]; } } catch (System.InvalidCastException ) { throw new Exception(); } catch (NuGenHL7Exception) { throw new Exception(); } return ret; }
/// <summary> Creates a CM_ELD.</summary> /// <param name="message">the Message to which this Type belongs /// </param> public CM_ELD(Message message):base(message) { data = new Type[4]; data[0] = new ST(message); data[1] = new NM(message); data[2] = new NM(message); data[3] = new CE(message); }
/// <summary> Returns all repetitions of Provider's Administration Instructions (RXE-7).</summary> public virtual CE[] getProviderSAdministrationInstructions() { CE[] ret = null; try { Type[] t = this.getField(7); ret = new CE[t.Length]; for (int i = 0; i < ret.Length; i++) { ret[i] = (CE) t[i]; } } catch (System.InvalidCastException ) { throw new Exception(); } catch (NuGenHL7Exception) { throw new Exception(); } return ret; }
/// <summary> Creates a CM_RANGE.</summary> /// <param name="message">the Message to which this Type belongs /// </param> public CM_RANGE(Message message) : base(message) { data = new Type[2]; data[0] = new CE(message); data[1] = new CE(message); }
/// <summary> Creates a CM_RANGE.</summary> /// <param name="message">the Message to which this Type belongs /// </param> public CM_RANGE(Message message):base(message) { data = new Type[2]; data[0] = new CE(message); data[1] = new CE(message); }
/// <summary> Creates a CM_SPS.</summary> /// <param name="message">the Message to which this Type belongs /// </param> public CM_SPS(Message message):base(message) { data = new Type[5]; data[0] = new CE(message); data[1] = new TX(message); data[2] = new TX(message); data[3] = new CE(message); data[4] = new CE(message); }
/// <summary> Creates a CM_DIN.</summary> /// <param name="message">the Message to which this Type belongs /// </param> public CM_DIN(Message message) : base(message) { data = new Type[2]; data[0] = new TS(message); data[1] = new CE(message); }
/// <summary> Creates a CM_PARENT_RESULT.</summary> /// <param name="message">the Message to which this Type belongs /// </param> public CM_PARENT_RESULT(Message message):base(message) { data = new Type[3]; data[0] = new CE(message); data[1] = new ST(message); data[2] = new CE(message); }
/// <summary> Creates a CM_PIP.</summary> /// <param name="message">the Message to which this Type belongs /// </param> public CM_PIP(Message message):base(message) { data = new Type[4]; data[0] = new CE(message); data[1] = new CE(message); data[2] = new DT(message); data[3] = new DT(message); }
/// <summary> Returns all repetitions of Diet, Supplement, or Preference Code (ODS-3).</summary> public virtual CE[] getDietSupplementOrPreferenceCode() { CE[] ret = null; try { Type[] t = this.getField(3); ret = new CE[t.Length]; for (int i = 0; i < ret.Length; i++) { ret[i] = (CE) t[i]; } } catch (System.InvalidCastException ) { throw new Exception(); } catch (NuGenHL7Exception) { throw new Exception(); } return ret; }