示例#1
0
文件: RSP_E03.cs 项目: nHapiNET/nHapi
        ///<summary>
        /// Returns  first repetition of RSP_E03_INVOICE_PROCESSING_RESULTS_INFO (a Group object) - creates it if necessary
        ///</summary>
        public RSP_E03_INVOICE_PROCESSING_RESULTS_INFO GetINVOICE_PROCESSING_RESULTS_INFO()
        {
            RSP_E03_INVOICE_PROCESSING_RESULTS_INFO ret = null;

            try {
                ret = (RSP_E03_INVOICE_PROCESSING_RESULTS_INFO)this.GetStructure("INVOICE_PROCESSING_RESULTS_INFO");
            } 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
文件: RSP_E03.cs 项目: nHapiNET/nHapi
 ///<summary>
 ///Removes the given RSP_E03_INVOICE_PROCESSING_RESULTS_INFO
 ///</summary>
 public void RemoveINVOICE_PROCESSING_RESULTS_INFO(RSP_E03_INVOICE_PROCESSING_RESULTS_INFO toRemove)
 {
     this.RemoveStructure("INVOICE_PROCESSING_RESULTS_INFO", toRemove);
 }