Exemple #1
0
	///<summary>
	/// Returns  first repetition of OUL_R24_ORDER (a Group object) - creates it if necessary
	///</summary>
	public OUL_R24_ORDER GetORDER() {
	   OUL_R24_ORDER ret = null;
	   try {
	      ret = (OUL_R24_ORDER)this.GetStructure("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;
	}
Exemple #2
0
        /// <summary> Returns  first repetition of OUL_R24_ORDER (a Group object) - creates it if necessary</summary>
        public virtual OUL_R24_ORDER getORDER()
        {
            OUL_R24_ORDER ret = null;

            try
            {
                ret = (OUL_R24_ORDER)this.get_Renamed("ORDER");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
Exemple #3
0
 ///<summary>
 ///Removes the given OUL_R24_ORDER
 ///</summary>
 public void RemoveORDER(OUL_R24_ORDER toRemove)
 {
     this.RemoveStructure("ORDER", toRemove);
 }