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