Exemplo n.º 1
0
        /// <summary>
        /// Returns  first repetition of VXR_V03_ORDER (a Group object) - creates it if necessary.
        /// </summary>
        ///
        /// <exception cref="Exception">    Thrown when an exception error condition occurs. </exception>
        ///
        /// <returns>   The order. </returns>

        public VXR_V03_ORDER GetORDER()
        {
            VXR_V03_ORDER ret = null;

            try {
                ret = (VXR_V03_ORDER)this.GetStructure("ORDER");
            } 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);
        }
Exemplo n.º 2
0
        /// <summary> Returns  first repetition of VXR_V03_ORDER (a Group object) - creates it if necessary</summary>
        public virtual VXR_V03_ORDER getORDER()
        {
            VXR_V03_ORDER ret = null;

            try
            {
                ret = (VXR_V03_ORDER)this.get_Renamed("ORDER");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
Exemplo n.º 3
0
 ///<summary>
 ///Removes the given VXR_V03_ORDER
 ///</summary>
 public void RemoveORDER(VXR_V03_ORDER toRemove)
 {
     this.RemoveStructure("ORDER", toRemove);
 }