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

            try {
                ret = (EHC_E13_RESPONSE)this.GetStructure("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);
        }
Esempio n. 2
0
 ///<summary>
 ///Removes the given EHC_E13_RESPONSE
 ///</summary>
 public void RemoveRESPONSE(EHC_E13_RESPONSE toRemove)
 {
     this.RemoveStructure("RESPONSE", toRemove);
 }