Esempio n. 1
0
		/// <summary> Returns all repetitions of Next of Kin/Associated Party’s Identifiers (NK1-33).</summary>
		public virtual CX[] getNextOfKinAssociatedPartySIdentifiers()
		{
			CX[] ret = null;
			try
			{
				Type[] t = this.getField(33);
				ret = new CX[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (CX) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Esempio n. 2
0
		/// <summary> Returns all repetitions of Alternate Patient ID - PID (PID-4).</summary>
		public virtual CX[] getAlternatePatientIDPID()
		{
			CX[] ret = null;
			try
			{
				Type[] t = this.getField(4);
				ret = new CX[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (CX) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Esempio n. 3
0
		/// <summary> Returns all repetitions of Payor Subscriber ID (IN2-26).</summary>
		public virtual CX[] getPayorSubscriberID()
		{
			CX[] ret = null;
			try
			{
				Type[] t = this.getField(26);
				ret = new CX[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (CX) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Esempio n. 4
0
		/// <summary> Returns all repetitions of Guarantor Employer ID Number (GT1-29).</summary>
		public virtual CX[] getGuarantorEmployerIDNumber()
		{
			CX[] ret = null;
			try
			{
				Type[] t = this.getField(29);
				ret = new CX[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (CX) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}