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

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