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

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

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