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

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

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