///<summary>
        /// Returns  first repetition of OMD_O03_TIMING_TRAY (a Group object) - creates it if necessary
        ///</summary>
        public OMD_O03_TIMING_TRAY GetTIMING_TRAY()
        {
            OMD_O03_TIMING_TRAY ret = null;

            try {
                ret = (OMD_O03_TIMING_TRAY)this.GetStructure("TIMING_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);
        }
Example #2
0
 ///<summary>
 ///Removes the given OMD_O03_TIMING_TRAY
 ///</summary>
 public void RemoveTIMING_TRAY(OMD_O03_TIMING_TRAY toRemove)
 {
     this.RemoveStructure("TIMING_TRAY", toRemove);
 }