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

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

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