示例#1
0
        ///<summary>
        /// Returns  first repetition of ORF_R02_QUERY_RESPONSE (a Group object) - creates it if necessary
        ///</summary>
        public ORF_R02_QUERY_RESPONSE GetQUERY_RESPONSE()
        {
            ORF_R02_QUERY_RESPONSE ret = null;

            try {
                ret = (ORF_R02_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);
        }
示例#2
0
 ///<summary>
 ///Removes the given ORF_R02_QUERY_RESPONSE
 ///</summary>
 public void RemoveQUERY_RESPONSE(ORF_R02_QUERY_RESPONSE toRemove)
 {
     this.RemoveStructure("QUERY_RESPONSE", toRemove);
 }