Пример #1
0
        /**
         * Returns  first repetition of BTS_O31_ORDER (a Group object) - creates it if necessary
         */
        public BTS_O31_ORDER getORDER()
        {
            BTS_O31_ORDER ret = null;

            try {
                ret = (BTS_O31_ORDER)this.get_Renamed("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);
        }
Пример #2
0
        /// <summary> Returns  first repetition of BTS_O31_ORDER (a Group object) - creates it if necessary</summary>
        public virtual BTS_O31_ORDER getORDER()
        {
            BTS_O31_ORDER ret = null;

            try
            {
                ret = (BTS_O31_ORDER)this.get_Renamed("ORDER");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
Пример #3
0
 ///<summary>
 ///Removes the given BTS_O31_ORDER
 ///</summary>
 public void RemoveORDER(BTS_O31_ORDER toRemove)
 {
     this.RemoveStructure("ORDER", toRemove);
 }