Exemplo n.º 1
0
        ///<summary>
        /// Returns  first repetition of MFN_M10_MF_TEST_BATTERIES (a Group object) - creates it if necessary
        ///</summary>
        public MFN_M10_MF_TEST_BATTERIES GetMF_TEST_BATTERIES()
        {
            MFN_M10_MF_TEST_BATTERIES ret = null;

            try {
                ret = (MFN_M10_MF_TEST_BATTERIES)this.GetStructure("MF_TEST_BATTERIES");
            } 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);
        }
Exemplo n.º 2
0
        /// <summary> Returns  first repetition of MFN_M10_MF_TEST_BATTERIES (a Group object) - creates it if necessary</summary>
        public virtual MFN_M10_MF_TEST_BATTERIES getMF_TEST_BATTERIES()
        {
            MFN_M10_MF_TEST_BATTERIES ret = null;

            try
            {
                ret = (MFN_M10_MF_TEST_BATTERIES)this.get_Renamed("MF_TEST_BATTERIES");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
Exemplo n.º 3
0
 ///<summary>
 ///Removes the given MFN_M10_MF_TEST_BATTERIES
 ///</summary>
 public void RemoveMF_TEST_BATTERIES(MFN_M10_MF_TEST_BATTERIES toRemove)
 {
     this.RemoveStructure("MF_TEST_BATTERIES", toRemove);
 }