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

            try {
                ret = (RSP_Q11_MF_LOC_DEPT)this.GetStructure("MF_LOC_DEPT");
            } 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 RSP_Q11_MF_LOC_DEPT
 ///</summary>
 public void RemoveMF_LOC_DEPT(RSP_Q11_MF_LOC_DEPT toRemove)
 {
     this.RemoveStructure("MF_LOC_DEPT", toRemove);
 }