Example #1
0
		/// <summary> Returns all repetitions of Business Phone Number (NK1-6).</summary>
		public virtual XTN[] getBusinessPhoneNumber()
		{
			XTN[] ret = null;
			try
			{
				Type[] t = this.getField(6);
				ret = new XTN[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (XTN) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Example #2
0
		/// <summary> Returns all repetitions of Help Desk Contact Point (ERR-12).</summary>
		public virtual XTN[] getHelpDeskContactPoint()
		{
			XTN[] ret = null;
			try
			{
				Type[] t = this.getField(12);
				ret = new XTN[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (XTN) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Example #3
0
		/// <summary> Returns all repetitions of Primary Observer Telephone (PEO-21).</summary>
		public virtual XTN[] getPrimaryObserverTelephone()
		{
			XTN[] ret = null;
			try
			{
				Type[] t = this.getField(21);
				ret = new XTN[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (XTN) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Example #4
0
		/// <summary> Returns all repetitions of Provider Communication Information (PRD-5).</summary>
		public virtual XTN[] getProviderCommunicationInformation()
		{
			XTN[] ret = null;
			try
			{
				Type[] t = this.getField(5);
				ret = new XTN[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (XTN) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}