Beispiel #1
0
        ///<summary>
        /// Returns  first repetition of PEX_P07_EXPERIENCE (a Group object) - creates it if necessary
        ///</summary>
        public PEX_P07_EXPERIENCE GetEXPERIENCE()
        {
            PEX_P07_EXPERIENCE ret = null;

            try {
                ret = (PEX_P07_EXPERIENCE)this.GetStructure("EXPERIENCE");
            } 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);
        }
Beispiel #2
0
        /// <summary> Returns  first repetition of PEX_P07_EXPERIENCE (a Group object) - creates it if necessary</summary>
        public virtual PEX_P07_EXPERIENCE getEXPERIENCE()
        {
            PEX_P07_EXPERIENCE ret = null;

            try
            {
                ret = (PEX_P07_EXPERIENCE)this.get_Renamed("EXPERIENCE");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
Beispiel #3
0
 ///<summary>
 ///Removes the given PEX_P07_EXPERIENCE
 ///</summary>
 public void RemoveEXPERIENCE(PEX_P07_EXPERIENCE toRemove)
 {
     this.RemoveStructure("EXPERIENCE", toRemove);
 }