예제 #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;
		}
예제 #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;
		}
예제 #3
0
		/// <summary> Returns all repetitions of Insured's Group Emp ID (IN1-10).</summary>
		public virtual CX[] getInsuredSGroupEmpID()
		{
			CX[] ret = null;
			try
			{
				Type[] t = this.getField(10);
				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;
		}
예제 #4
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;
		}
예제 #5
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;
		}