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