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

            try {
                ret = (ORD_O04_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);
        }
Пример #2
0
 ///<summary>
 ///Removes the given ORD_O04_ORDER_TRAY
 ///</summary>
 public void RemoveORDER_TRAY(ORD_O04_ORDER_TRAY toRemove)
 {
     this.RemoveStructure("ORDER_TRAY", toRemove);
 }