Example #1
0
        ///<summary>
        /// Returns  first repetition of TCU_U10_TEST_CONFIGURATION (a Group object) - creates it if necessary
        ///</summary>
        public TCU_U10_TEST_CONFIGURATION GetTEST_CONFIGURATION()
        {
            TCU_U10_TEST_CONFIGURATION ret = null;

            try {
                ret = (TCU_U10_TEST_CONFIGURATION)this.GetStructure("TEST_CONFIGURATION");
            } 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);
        }
Example #2
0
        /// <summary> Returns  first repetition of TCU_U10_TEST_CONFIGURATION (a Group object) - creates it if necessary</summary>
        public virtual TCU_U10_TEST_CONFIGURATION getTEST_CONFIGURATION()
        {
            TCU_U10_TEST_CONFIGURATION ret = null;

            try
            {
                ret = (TCU_U10_TEST_CONFIGURATION)this.get_Renamed("TEST_CONFIGURATION");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
Example #3
0
 ///<summary>
 ///Removes the given TCU_U10_TEST_CONFIGURATION
 ///</summary>
 public void RemoveTEST_CONFIGURATION(TCU_U10_TEST_CONFIGURATION toRemove)
 {
     this.RemoveStructure("TEST_CONFIGURATION", toRemove);
 }