/// <summary> /// Returns first repetition of ORD_O02_ORDER_TRAY (a Group object) - creates it if necessary. /// </summary> /// /// <exception cref="Exception"> Thrown when an exception error condition occurs. </exception> /// /// <returns> The order tray. </returns> public ORD_O02_ORDER_TRAY GetORDER_TRAY() { ORD_O02_ORDER_TRAY ret = null; try { ret = (ORD_O02_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); }
///<summary> ///Removes the given ORD_O02_ORDER_TRAY ///</summary> public void RemoveORDER_TRAY(ORD_O02_ORDER_TRAY toRemove) { this.RemoveStructure("ORDER_TRAY", toRemove); }