Exemplo n.º 1
0
	///<summary>
	/// Returns  first repetition of OMD_O03_ORDER_TRAY (a Group object) - creates it if necessary
	///</summary>
	public OMD_O03_ORDER_TRAY GetORDER_TRAY() {
	   OMD_O03_ORDER_TRAY ret = null;
	   try {
	      ret = (OMD_O03_ORDER_TRAY)this.GetStructure("ORDER_TRAY");
	   } 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;
	}
Exemplo n.º 2
0
        /// <summary> Returns  first repetition of OMD_O03_ORDER_TRAY (a Group object) - creates it if necessary</summary>
        public virtual OMD_O03_ORDER_TRAY getORDER_TRAY()
        {
            OMD_O03_ORDER_TRAY ret = null;

            try
            {
                ret = (OMD_O03_ORDER_TRAY)this.get_Renamed("ORDER_TRAY");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
Exemplo n.º 3
0
 ///<summary>
 ///Removes the given OMD_O03_ORDER_TRAY
 ///</summary>
 public void RemoveORDER_TRAY(OMD_O03_ORDER_TRAY toRemove)
 {
     this.RemoveStructure("ORDER_TRAY", toRemove);
 }