///<summary> /// Returns first repetition of OPU_R25_TIMING_QTY (a Group object) - creates it if necessary ///</summary> public OPU_R25_TIMING_QTY GetTIMING_QTY() { OPU_R25_TIMING_QTY ret = null; try { ret = (OPU_R25_TIMING_QTY)this.GetStructure("TIMING_QTY"); } 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 OPU_R25_TIMING_QTY ///</summary> public void RemoveTIMING_QTY(OPU_R25_TIMING_QTY toRemove) { this.RemoveStructure("TIMING_QTY", toRemove); }