/// <summary>
        /// Returns  first repetition of CSU_C09_RX_ADMIN (a Group object) - creates it if necessary.
        /// </summary>
        ///
        /// <exception cref="Exception">    Thrown when an exception error condition occurs. </exception>
        ///
        /// <returns>   The receive admin. </returns>

        public CSU_C09_RX_ADMIN GetRX_ADMIN()
        {
            CSU_C09_RX_ADMIN ret = null;

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