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