Esempio n. 1
0
	///<summary>
	/// Returns  first repetition of RCL_I06_PROVIDER (a Group object) - creates it if necessary
	///</summary>
	public RCL_I06_PROVIDER GetPROVIDER() {
	   RCL_I06_PROVIDER ret = null;
	   try {
	      ret = (RCL_I06_PROVIDER)this.GetStructure("PROVIDER");
	   } 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;
	}
Esempio n. 2
0
        /// <summary> Returns  first repetition of RCL_I06_PROVIDER (a Group object) - creates it if necessary</summary>
        public virtual RCL_I06_PROVIDER getPROVIDER()
        {
            RCL_I06_PROVIDER ret = null;

            try
            {
                ret = (RCL_I06_PROVIDER)this.get_Renamed("PROVIDER");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
Esempio n. 3
0
 ///<summary>
 ///Removes the given RCL_I06_PROVIDER
 ///</summary>
 public void RemovePROVIDER(RCL_I06_PROVIDER toRemove)
 {
     this.RemoveStructure("PROVIDER", toRemove);
 }