コード例 #1
0
ファイル: PES.cs プロジェクト: xuchuansheng/GenXSource
		/// <summary> Returns all repetitions of Sender Telephone (PES-4).</summary>
		public virtual XTN[] getSenderTelephone()
		{
			XTN[] ret = null;
			try
			{
				Type[] t = this.getField(4);
				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;
		}
コード例 #2
0
ファイル: ORC.cs プロジェクト: xuchuansheng/GenXSource
		/// <summary> Returns all repetitions of Ordering Facility Phone Number (ORC-23).</summary>
		public virtual XTN[] getOrderingFacilityPhoneNumber()
		{
			XTN[] ret = null;
			try
			{
				Type[] t = this.getField(23);
				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;
		}
コード例 #3
0
ファイル: PRD.cs プロジェクト: xuchuansheng/GenXSource
		/// <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;
		}
コード例 #4
0
ファイル: IN2.cs プロジェクト: xuchuansheng/GenXSource
		/// <summary> Returns all repetitions of Employer Contact Person Phone Number (IN2-50).</summary>
		public virtual XTN[] getEmployerContactPersonPhoneNumber()
		{
			XTN[] ret = null;
			try
			{
				Type[] t = this.getField(50);
				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;
		}
コード例 #5
0
ファイル: GT1.cs プロジェクト: xuchuansheng/GenXSource
		/// <summary> Returns all repetitions of Guarantor Ph Num-Business (GT1-7).</summary>
		public virtual XTN[] getGuarantorPhNumBusiness()
		{
			XTN[] ret = null;
			try
			{
				Type[] t = this.getField(7);
				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;
		}