///<summary> /// Returns first repetition of DFT_P03_FINANCIAL_TIMING_QUANTITY (a Group object) - creates it if necessary ///</summary> public DFT_P03_FINANCIAL_TIMING_QUANTITY GetFINANCIAL_TIMING_QUANTITY() { DFT_P03_FINANCIAL_TIMING_QUANTITY ret = null; try { ret = (DFT_P03_FINANCIAL_TIMING_QUANTITY)this.GetStructure("FINANCIAL_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_FINANCIAL_TIMING_QUANTITY ///</summary> public void RemoveFINANCIAL_TIMING_QUANTITY(DFT_P03_FINANCIAL_TIMING_QUANTITY toRemove) { this.RemoveStructure("FINANCIAL_TIMING_QUANTITY", toRemove); }