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

            try {
                ret = (RGR_RGR_DEFINTION)this.GetStructure("DEFINTION");
            } 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 RGR_RGR_DEFINTION (a Group object) - creates it if necessary</summary>
        public virtual RGR_RGR_DEFINTION getDEFINTION()
        {
            RGR_RGR_DEFINTION ret = null;

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