///<summary>
        /// Returns  first repetition of DFT_P11_FINANCIAL_COMMON_ORDER (a Group object) - creates it if necessary
        ///</summary>
        public DFT_P11_FINANCIAL_COMMON_ORDER GetFINANCIAL_COMMON_ORDER()
        {
            DFT_P11_FINANCIAL_COMMON_ORDER ret = null;

            try {
                ret = (DFT_P11_FINANCIAL_COMMON_ORDER)this.GetStructure("FINANCIAL_COMMON_ORDER");
            } 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_P11_FINANCIAL_COMMON_ORDER
 ///</summary>
 public void RemoveFINANCIAL_COMMON_ORDER(DFT_P11_FINANCIAL_COMMON_ORDER toRemove)
 {
     this.RemoveStructure("FINANCIAL_COMMON_ORDER", toRemove);
 }