예제 #1
0
        ///<summary>
        /// Returns  first repetition of EHC_E12_REQUEST (a Group object) - creates it if necessary
        ///</summary>
        public EHC_E12_REQUEST GetREQUEST()
        {
            EHC_E12_REQUEST ret = null;

            try {
                ret = (EHC_E12_REQUEST)this.GetStructure("REQUEST");
            } 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 EHC_E12_REQUEST
 ///</summary>
 public void RemoveREQUEST(EHC_E12_REQUEST toRemove)
 {
     this.RemoveStructure("REQUEST", toRemove);
 }