Esempio n. 1
0
		/// <summary> Returns all repetitions of Prior Alternate Patient ID (MRG-2).</summary>
		public virtual CX[] getPriorAlternatePatientID()
		{
			CX[] ret = null;
			try
			{
				Type[] t = this.getField(2);
				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 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. 3
0
		/// <summary> Returns all repetitions of Insurance Company ID (IN1-3).</summary>
		public virtual CX[] getInsuranceCompanyID()
		{
			CX[] ret = null;
			try
			{
				Type[] t = this.getField(3);
				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;
		}
Esempio n. 5
0
		/// <summary> Returns all repetitions of Mother's Identifier (PID-21).</summary>
		public virtual CX[] getMotherSIdentifier()
		{
			CX[] ret = null;
			try
			{
				Type[] t = this.getField(21);
				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;
		}