/// <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; }
/// <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; }
/// <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; }
/// <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; }