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

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

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