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