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

            try {
                ret = (MFN_M08_MF_TEST_NUMERIC)this.GetStructure("MF_TEST_NUMERIC");
            } 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 MFN_M08_MF_TEST_NUMERIC (a Group object) - creates it if necessary</summary>
        public virtual MFN_M08_MF_TEST_NUMERIC getMF_TEST_NUMERIC()
        {
            MFN_M08_MF_TEST_NUMERIC ret = null;

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