All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ca.uhn.hl7v2.model.v251.segment.PV1 Maven / Gradle / Ivy

There is a newer version: 2.5.1
Show newest version
/*
 * This class is an auto-generated source file for a HAPI
 * HL7 v2.x standard structure class.
 *
 * For more information, visit: http://hl7api.sourceforge.net/
 * 
 * The contents of this file are subject to the Mozilla Public License Version 1.1 
 * (the "License"); you may not use this file except in compliance with the License. 
 * You may obtain a copy of the License at http://www.mozilla.org/MPL/ 
 * Software distributed under the License is distributed on an "AS IS" basis, 
 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the 
 * specific language governing rights and limitations under the License. 
 * 
 * The Original Code is "[file_name]".  Description: 
 * "[one_line_description]" 
 * 
 * The Initial Developer of the Original Code is University Health Network. Copyright (C) 
 * 2012.  All Rights Reserved. 
 * 
 * Contributor(s): ______________________________________. 
 * 
 * Alternatively, the contents of this file may be used under the terms of the 
 * GNU General Public License (the  "GPL"), in which case the provisions of the GPL are 
 * applicable instead of those above.  If you wish to allow use of your version of this 
 * file only under the terms of the GPL and not to allow others to use your version 
 * of this file under the MPL, indicate your decision by deleting  the provisions above 
 * and replace  them with the notice and other provisions required by the GPL License.  
 * If you do not delete the provisions above, a recipient may use your version of 
 * this file under either the MPL or the GPL. 
 * 
 */


package ca.uhn.hl7v2.model.v251.segment;

// import ca.uhn.hl7v2.model.v251.group.*;
import ca.uhn.hl7v2.model.v251.datatype.*;
import ca.uhn.hl7v2.HL7Exception;
import ca.uhn.hl7v2.parser.ModelClassFactory;
import ca.uhn.hl7v2.parser.DefaultModelClassFactory;
import ca.uhn.hl7v2.model.AbstractMessage;
import ca.uhn.hl7v2.model.Group;
import ca.uhn.hl7v2.model.Type;
import ca.uhn.hl7v2.model.AbstractSegment;
import ca.uhn.hl7v2.model.Varies;

/**
 *

Represents an HL7 PV1 message segment (Patient Visit). * This segment has the following fields:

*
    *
  • PV1-1: Set ID - PV1 (SI) optional *
  • PV1-2: Patient Class (IS) *
  • PV1-3: Assigned Patient Location (PL) optional *
  • PV1-4: Admission Type (IS) optional *
  • PV1-5: Preadmit Number (CX) optional *
  • PV1-6: Prior Patient Location (PL) optional *
  • PV1-7: Attending Doctor (XCN) optional repeating *
  • PV1-8: Referring Doctor (XCN) optional repeating *
  • PV1-9: Consulting Doctor (XCN) optional repeating *
  • PV1-10: Hospital Service (IS) optional *
  • PV1-11: Temporary Location (PL) optional *
  • PV1-12: Preadmit Test Indicator (IS) optional *
  • PV1-13: Re-admission Indicator (IS) optional *
  • PV1-14: Admit Source (IS) optional *
  • PV1-15: Ambulatory Status (IS) optional repeating *
  • PV1-16: VIP Indicator (IS) optional *
  • PV1-17: Admitting Doctor (XCN) optional repeating *
  • PV1-18: Patient Type (IS) optional *
  • PV1-19: Visit Number (CX) optional *
  • PV1-20: Financial Class (FC) optional repeating *
  • PV1-21: Charge Price Indicator (IS) optional *
  • PV1-22: Courtesy Code (IS) optional *
  • PV1-23: Credit Rating (IS) optional *
  • PV1-24: Contract Code (IS) optional repeating *
  • PV1-25: Contract Effective Date (DT) optional repeating *
  • PV1-26: Contract Amount (NM) optional repeating *
  • PV1-27: Contract Period (NM) optional repeating *
  • PV1-28: Interest Code (IS) optional *
  • PV1-29: Transfer to Bad Debt Code (IS) optional *
  • PV1-30: Transfer to Bad Debt Date (DT) optional *
  • PV1-31: Bad Debt Agency Code (IS) optional *
  • PV1-32: Bad Debt Transfer Amount (NM) optional *
  • PV1-33: Bad Debt Recovery Amount (NM) optional *
  • PV1-34: Delete Account Indicator (IS) optional *
  • PV1-35: Delete Account Date (DT) optional *
  • PV1-36: Discharge Disposition (IS) optional *
  • PV1-37: Discharged to Location (DLD) optional *
  • PV1-38: Diet Type (CE) optional *
  • PV1-39: Servicing Facility (IS) optional *
  • PV1-40: Bed Status (IS) optional *
  • PV1-41: Account Status (IS) optional *
  • PV1-42: Pending Location (PL) optional *
  • PV1-43: Prior Temporary Location (PL) optional *
  • PV1-44: Admit Date/Time (TS) optional *
  • PV1-45: Discharge Date/Time (TS) optional repeating *
  • PV1-46: Current Patient Balance (NM) optional *
  • PV1-47: Total Charges (NM) optional *
  • PV1-48: Total Adjustments (NM) optional *
  • PV1-49: Total Payments (NM) optional *
  • PV1-50: Alternate Visit ID (CX) optional *
  • PV1-51: Visit Indicator (IS) optional *
  • PV1-52: Other Healthcare Provider (XCN) optional repeating *
*/ @SuppressWarnings("unused") public class PV1 extends AbstractSegment { /** * Creates a new PV1 segment */ public PV1(Group parent, ModelClassFactory factory) { super(parent, factory); init(factory); } private void init(ModelClassFactory factory) { try { this.add(SI.class, false, 1, 4, new Object[]{ getMessage() }, "Set ID - PV1"); this.add(IS.class, true, 1, 1, new Object[]{ getMessage(), new Integer(4) }, "Patient Class"); this.add(PL.class, false, 1, 80, new Object[]{ getMessage() }, "Assigned Patient Location"); this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(7) }, "Admission Type"); this.add(CX.class, false, 1, 250, new Object[]{ getMessage() }, "Preadmit Number"); this.add(PL.class, false, 1, 80, new Object[]{ getMessage() }, "Prior Patient Location"); this.add(XCN.class, false, 0, 250, new Object[]{ getMessage() }, "Attending Doctor"); this.add(XCN.class, false, 0, 250, new Object[]{ getMessage() }, "Referring Doctor"); this.add(XCN.class, false, 0, 250, new Object[]{ getMessage() }, "Consulting Doctor"); this.add(IS.class, false, 1, 3, new Object[]{ getMessage(), new Integer(69) }, "Hospital Service"); this.add(PL.class, false, 1, 80, new Object[]{ getMessage() }, "Temporary Location"); this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(87) }, "Preadmit Test Indicator"); this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(92) }, "Re-admission Indicator"); this.add(IS.class, false, 1, 6, new Object[]{ getMessage(), new Integer(23) }, "Admit Source"); this.add(IS.class, false, 0, 2, new Object[]{ getMessage(), new Integer(9) }, "Ambulatory Status"); this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(99) }, "VIP Indicator"); this.add(XCN.class, false, 0, 250, new Object[]{ getMessage() }, "Admitting Doctor"); this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(18) }, "Patient Type"); this.add(CX.class, false, 1, 250, new Object[]{ getMessage() }, "Visit Number"); this.add(FC.class, false, 0, 50, new Object[]{ getMessage() }, "Financial Class"); this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(32) }, "Charge Price Indicator"); this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(45) }, "Courtesy Code"); this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(46) }, "Credit Rating"); this.add(IS.class, false, 0, 2, new Object[]{ getMessage(), new Integer(44) }, "Contract Code"); this.add(DT.class, false, 0, 8, new Object[]{ getMessage() }, "Contract Effective Date"); this.add(NM.class, false, 0, 12, new Object[]{ getMessage() }, "Contract Amount"); this.add(NM.class, false, 0, 3, new Object[]{ getMessage() }, "Contract Period"); this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(73) }, "Interest Code"); this.add(IS.class, false, 1, 4, new Object[]{ getMessage(), new Integer(110) }, "Transfer to Bad Debt Code"); this.add(DT.class, false, 1, 8, new Object[]{ getMessage() }, "Transfer to Bad Debt Date"); this.add(IS.class, false, 1, 10, new Object[]{ getMessage(), new Integer(21) }, "Bad Debt Agency Code"); this.add(NM.class, false, 1, 12, new Object[]{ getMessage() }, "Bad Debt Transfer Amount"); this.add(NM.class, false, 1, 12, new Object[]{ getMessage() }, "Bad Debt Recovery Amount"); this.add(IS.class, false, 1, 1, new Object[]{ getMessage(), new Integer(111) }, "Delete Account Indicator"); this.add(DT.class, false, 1, 8, new Object[]{ getMessage() }, "Delete Account Date"); this.add(IS.class, false, 1, 3, new Object[]{ getMessage(), new Integer(112) }, "Discharge Disposition"); this.add(DLD.class, false, 1, 47, new Object[]{ getMessage() }, "Discharged to Location"); this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Diet Type"); this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(115) }, "Servicing Facility"); this.add(IS.class, false, 1, 1, new Object[]{ getMessage(), new Integer(116) }, "Bed Status"); this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(117) }, "Account Status"); this.add(PL.class, false, 1, 80, new Object[]{ getMessage() }, "Pending Location"); this.add(PL.class, false, 1, 80, new Object[]{ getMessage() }, "Prior Temporary Location"); this.add(TS.class, false, 1, 26, new Object[]{ getMessage() }, "Admit Date/Time"); this.add(TS.class, false, 0, 26, new Object[]{ getMessage() }, "Discharge Date/Time"); this.add(NM.class, false, 1, 12, new Object[]{ getMessage() }, "Current Patient Balance"); this.add(NM.class, false, 1, 12, new Object[]{ getMessage() }, "Total Charges"); this.add(NM.class, false, 1, 12, new Object[]{ getMessage() }, "Total Adjustments"); this.add(NM.class, false, 1, 12, new Object[]{ getMessage() }, "Total Payments"); this.add(CX.class, false, 1, 250, new Object[]{ getMessage() }, "Alternate Visit ID"); this.add(IS.class, false, 1, 1, new Object[]{ getMessage(), new Integer(326) }, "Visit Indicator"); this.add(XCN.class, false, 0, 250, new Object[]{ getMessage() }, "Other Healthcare Provider"); } catch(HL7Exception e) { log.error("Unexpected error creating PV1 - this is probably a bug in the source code generator.", e); } } /** * Returns * PV1-1: "Set ID - PV1" - creates it if necessary */ public SI getSetIDPV1() { SI retVal = this.getTypedField(1, 0); return retVal; } /** * Returns * PV1-1: "Set ID - PV1" - creates it if necessary */ public SI getPv11_SetIDPV1() { SI retVal = this.getTypedField(1, 0); return retVal; } /** * Returns * PV1-2: "Patient Class" - creates it if necessary */ public IS getPatientClass() { IS retVal = this.getTypedField(2, 0); return retVal; } /** * Returns * PV1-2: "Patient Class" - creates it if necessary */ public IS getPv12_PatientClass() { IS retVal = this.getTypedField(2, 0); return retVal; } /** * Returns * PV1-3: "Assigned Patient Location" - creates it if necessary */ public PL getAssignedPatientLocation() { PL retVal = this.getTypedField(3, 0); return retVal; } /** * Returns * PV1-3: "Assigned Patient Location" - creates it if necessary */ public PL getPv13_AssignedPatientLocation() { PL retVal = this.getTypedField(3, 0); return retVal; } /** * Returns * PV1-4: "Admission Type" - creates it if necessary */ public IS getAdmissionType() { IS retVal = this.getTypedField(4, 0); return retVal; } /** * Returns * PV1-4: "Admission Type" - creates it if necessary */ public IS getPv14_AdmissionType() { IS retVal = this.getTypedField(4, 0); return retVal; } /** * Returns * PV1-5: "Preadmit Number" - creates it if necessary */ public CX getPreadmitNumber() { CX retVal = this.getTypedField(5, 0); return retVal; } /** * Returns * PV1-5: "Preadmit Number" - creates it if necessary */ public CX getPv15_PreadmitNumber() { CX retVal = this.getTypedField(5, 0); return retVal; } /** * Returns * PV1-6: "Prior Patient Location" - creates it if necessary */ public PL getPriorPatientLocation() { PL retVal = this.getTypedField(6, 0); return retVal; } /** * Returns * PV1-6: "Prior Patient Location" - creates it if necessary */ public PL getPv16_PriorPatientLocation() { PL retVal = this.getTypedField(6, 0); return retVal; } /** * Returns all repetitions of Attending Doctor (PV1-7). */ public XCN[] getAttendingDoctor() { XCN[] retVal = this.getTypedField(7, new XCN[0]); return retVal; } /** * Returns all repetitions of Attending Doctor (PV1-7). */ public XCN[] getPv17_AttendingDoctor() { XCN[] retVal = this.getTypedField(7, new XCN[0]); return retVal; } /** * Returns a count of the current number of repetitions of Attending Doctor (PV1-7). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getAttendingDoctorReps() { return this.getReps(7); } /** * Returns a specific repetition of * PV1-7: "Attending Doctor" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public XCN getAttendingDoctor(int rep) { XCN retVal = this.getTypedField(7, rep); return retVal; } /** * Returns a specific repetition of * PV1-7: "Attending Doctor" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public XCN getPv17_AttendingDoctor(int rep) { XCN retVal = this.getTypedField(7, rep); return retVal; } /** * Returns a count of the current number of repetitions of Attending Doctor (PV1-7). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getPv17_AttendingDoctorReps() { return this.getReps(7); } /** * Inserts a repetition of * PV1-7: "Attending Doctor" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN insertAttendingDoctor(int rep) throws HL7Exception { return (XCN) super.insertRepetition(7, rep); } /** * Inserts a repetition of * PV1-7: "Attending Doctor" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN insertPv17_AttendingDoctor(int rep) throws HL7Exception { return (XCN) super.insertRepetition(7, rep); } /** * Removes a repetition of * PV1-7: "Attending Doctor" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN removeAttendingDoctor(int rep) throws HL7Exception { return (XCN) super.removeRepetition(7, rep); } /** * Removes a repetition of * PV1-7: "Attending Doctor" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN removePv17_AttendingDoctor(int rep) throws HL7Exception { return (XCN) super.removeRepetition(7, rep); } /** * Returns all repetitions of Referring Doctor (PV1-8). */ public XCN[] getReferringDoctor() { XCN[] retVal = this.getTypedField(8, new XCN[0]); return retVal; } /** * Returns all repetitions of Referring Doctor (PV1-8). */ public XCN[] getPv18_ReferringDoctor() { XCN[] retVal = this.getTypedField(8, new XCN[0]); return retVal; } /** * Returns a count of the current number of repetitions of Referring Doctor (PV1-8). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getReferringDoctorReps() { return this.getReps(8); } /** * Returns a specific repetition of * PV1-8: "Referring Doctor" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public XCN getReferringDoctor(int rep) { XCN retVal = this.getTypedField(8, rep); return retVal; } /** * Returns a specific repetition of * PV1-8: "Referring Doctor" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public XCN getPv18_ReferringDoctor(int rep) { XCN retVal = this.getTypedField(8, rep); return retVal; } /** * Returns a count of the current number of repetitions of Referring Doctor (PV1-8). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getPv18_ReferringDoctorReps() { return this.getReps(8); } /** * Inserts a repetition of * PV1-8: "Referring Doctor" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN insertReferringDoctor(int rep) throws HL7Exception { return (XCN) super.insertRepetition(8, rep); } /** * Inserts a repetition of * PV1-8: "Referring Doctor" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN insertPv18_ReferringDoctor(int rep) throws HL7Exception { return (XCN) super.insertRepetition(8, rep); } /** * Removes a repetition of * PV1-8: "Referring Doctor" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN removeReferringDoctor(int rep) throws HL7Exception { return (XCN) super.removeRepetition(8, rep); } /** * Removes a repetition of * PV1-8: "Referring Doctor" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN removePv18_ReferringDoctor(int rep) throws HL7Exception { return (XCN) super.removeRepetition(8, rep); } /** * Returns all repetitions of Consulting Doctor (PV1-9). */ public XCN[] getConsultingDoctor() { XCN[] retVal = this.getTypedField(9, new XCN[0]); return retVal; } /** * Returns all repetitions of Consulting Doctor (PV1-9). */ public XCN[] getPv19_ConsultingDoctor() { XCN[] retVal = this.getTypedField(9, new XCN[0]); return retVal; } /** * Returns a count of the current number of repetitions of Consulting Doctor (PV1-9). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getConsultingDoctorReps() { return this.getReps(9); } /** * Returns a specific repetition of * PV1-9: "Consulting Doctor" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public XCN getConsultingDoctor(int rep) { XCN retVal = this.getTypedField(9, rep); return retVal; } /** * Returns a specific repetition of * PV1-9: "Consulting Doctor" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public XCN getPv19_ConsultingDoctor(int rep) { XCN retVal = this.getTypedField(9, rep); return retVal; } /** * Returns a count of the current number of repetitions of Consulting Doctor (PV1-9). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getPv19_ConsultingDoctorReps() { return this.getReps(9); } /** * Inserts a repetition of * PV1-9: "Consulting Doctor" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN insertConsultingDoctor(int rep) throws HL7Exception { return (XCN) super.insertRepetition(9, rep); } /** * Inserts a repetition of * PV1-9: "Consulting Doctor" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN insertPv19_ConsultingDoctor(int rep) throws HL7Exception { return (XCN) super.insertRepetition(9, rep); } /** * Removes a repetition of * PV1-9: "Consulting Doctor" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN removeConsultingDoctor(int rep) throws HL7Exception { return (XCN) super.removeRepetition(9, rep); } /** * Removes a repetition of * PV1-9: "Consulting Doctor" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN removePv19_ConsultingDoctor(int rep) throws HL7Exception { return (XCN) super.removeRepetition(9, rep); } /** * Returns * PV1-10: "Hospital Service" - creates it if necessary */ public IS getHospitalService() { IS retVal = this.getTypedField(10, 0); return retVal; } /** * Returns * PV1-10: "Hospital Service" - creates it if necessary */ public IS getPv110_HospitalService() { IS retVal = this.getTypedField(10, 0); return retVal; } /** * Returns * PV1-11: "Temporary Location" - creates it if necessary */ public PL getTemporaryLocation() { PL retVal = this.getTypedField(11, 0); return retVal; } /** * Returns * PV1-11: "Temporary Location" - creates it if necessary */ public PL getPv111_TemporaryLocation() { PL retVal = this.getTypedField(11, 0); return retVal; } /** * Returns * PV1-12: "Preadmit Test Indicator" - creates it if necessary */ public IS getPreadmitTestIndicator() { IS retVal = this.getTypedField(12, 0); return retVal; } /** * Returns * PV1-12: "Preadmit Test Indicator" - creates it if necessary */ public IS getPv112_PreadmitTestIndicator() { IS retVal = this.getTypedField(12, 0); return retVal; } /** * Returns * PV1-13: "Re-admission Indicator" - creates it if necessary */ public IS getReAdmissionIndicator() { IS retVal = this.getTypedField(13, 0); return retVal; } /** * Returns * PV1-13: "Re-admission Indicator" - creates it if necessary */ public IS getPv113_ReAdmissionIndicator() { IS retVal = this.getTypedField(13, 0); return retVal; } /** * Returns * PV1-14: "Admit Source" - creates it if necessary */ public IS getAdmitSource() { IS retVal = this.getTypedField(14, 0); return retVal; } /** * Returns * PV1-14: "Admit Source" - creates it if necessary */ public IS getPv114_AdmitSource() { IS retVal = this.getTypedField(14, 0); return retVal; } /** * Returns all repetitions of Ambulatory Status (PV1-15). */ public IS[] getAmbulatoryStatus() { IS[] retVal = this.getTypedField(15, new IS[0]); return retVal; } /** * Returns all repetitions of Ambulatory Status (PV1-15). */ public IS[] getPv115_AmbulatoryStatus() { IS[] retVal = this.getTypedField(15, new IS[0]); return retVal; } /** * Returns a count of the current number of repetitions of Ambulatory Status (PV1-15). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getAmbulatoryStatusReps() { return this.getReps(15); } /** * Returns a specific repetition of * PV1-15: "Ambulatory Status" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public IS getAmbulatoryStatus(int rep) { IS retVal = this.getTypedField(15, rep); return retVal; } /** * Returns a specific repetition of * PV1-15: "Ambulatory Status" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public IS getPv115_AmbulatoryStatus(int rep) { IS retVal = this.getTypedField(15, rep); return retVal; } /** * Returns a count of the current number of repetitions of Ambulatory Status (PV1-15). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getPv115_AmbulatoryStatusReps() { return this.getReps(15); } /** * Inserts a repetition of * PV1-15: "Ambulatory Status" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public IS insertAmbulatoryStatus(int rep) throws HL7Exception { return (IS) super.insertRepetition(15, rep); } /** * Inserts a repetition of * PV1-15: "Ambulatory Status" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public IS insertPv115_AmbulatoryStatus(int rep) throws HL7Exception { return (IS) super.insertRepetition(15, rep); } /** * Removes a repetition of * PV1-15: "Ambulatory Status" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public IS removeAmbulatoryStatus(int rep) throws HL7Exception { return (IS) super.removeRepetition(15, rep); } /** * Removes a repetition of * PV1-15: "Ambulatory Status" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public IS removePv115_AmbulatoryStatus(int rep) throws HL7Exception { return (IS) super.removeRepetition(15, rep); } /** * Returns * PV1-16: "VIP Indicator" - creates it if necessary */ public IS getVIPIndicator() { IS retVal = this.getTypedField(16, 0); return retVal; } /** * Returns * PV1-16: "VIP Indicator" - creates it if necessary */ public IS getPv116_VIPIndicator() { IS retVal = this.getTypedField(16, 0); return retVal; } /** * Returns all repetitions of Admitting Doctor (PV1-17). */ public XCN[] getAdmittingDoctor() { XCN[] retVal = this.getTypedField(17, new XCN[0]); return retVal; } /** * Returns all repetitions of Admitting Doctor (PV1-17). */ public XCN[] getPv117_AdmittingDoctor() { XCN[] retVal = this.getTypedField(17, new XCN[0]); return retVal; } /** * Returns a count of the current number of repetitions of Admitting Doctor (PV1-17). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getAdmittingDoctorReps() { return this.getReps(17); } /** * Returns a specific repetition of * PV1-17: "Admitting Doctor" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public XCN getAdmittingDoctor(int rep) { XCN retVal = this.getTypedField(17, rep); return retVal; } /** * Returns a specific repetition of * PV1-17: "Admitting Doctor" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public XCN getPv117_AdmittingDoctor(int rep) { XCN retVal = this.getTypedField(17, rep); return retVal; } /** * Returns a count of the current number of repetitions of Admitting Doctor (PV1-17). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getPv117_AdmittingDoctorReps() { return this.getReps(17); } /** * Inserts a repetition of * PV1-17: "Admitting Doctor" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN insertAdmittingDoctor(int rep) throws HL7Exception { return (XCN) super.insertRepetition(17, rep); } /** * Inserts a repetition of * PV1-17: "Admitting Doctor" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN insertPv117_AdmittingDoctor(int rep) throws HL7Exception { return (XCN) super.insertRepetition(17, rep); } /** * Removes a repetition of * PV1-17: "Admitting Doctor" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN removeAdmittingDoctor(int rep) throws HL7Exception { return (XCN) super.removeRepetition(17, rep); } /** * Removes a repetition of * PV1-17: "Admitting Doctor" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN removePv117_AdmittingDoctor(int rep) throws HL7Exception { return (XCN) super.removeRepetition(17, rep); } /** * Returns * PV1-18: "Patient Type" - creates it if necessary */ public IS getPatientType() { IS retVal = this.getTypedField(18, 0); return retVal; } /** * Returns * PV1-18: "Patient Type" - creates it if necessary */ public IS getPv118_PatientType() { IS retVal = this.getTypedField(18, 0); return retVal; } /** * Returns * PV1-19: "Visit Number" - creates it if necessary */ public CX getVisitNumber() { CX retVal = this.getTypedField(19, 0); return retVal; } /** * Returns * PV1-19: "Visit Number" - creates it if necessary */ public CX getPv119_VisitNumber() { CX retVal = this.getTypedField(19, 0); return retVal; } /** * Returns all repetitions of Financial Class (PV1-20). */ public FC[] getFinancialClass() { FC[] retVal = this.getTypedField(20, new FC[0]); return retVal; } /** * Returns all repetitions of Financial Class (PV1-20). */ public FC[] getPv120_FinancialClass() { FC[] retVal = this.getTypedField(20, new FC[0]); return retVal; } /** * Returns a count of the current number of repetitions of Financial Class (PV1-20). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getFinancialClassReps() { return this.getReps(20); } /** * Returns a specific repetition of * PV1-20: "Financial Class" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public FC getFinancialClass(int rep) { FC retVal = this.getTypedField(20, rep); return retVal; } /** * Returns a specific repetition of * PV1-20: "Financial Class" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public FC getPv120_FinancialClass(int rep) { FC retVal = this.getTypedField(20, rep); return retVal; } /** * Returns a count of the current number of repetitions of Financial Class (PV1-20). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getPv120_FinancialClassReps() { return this.getReps(20); } /** * Inserts a repetition of * PV1-20: "Financial Class" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public FC insertFinancialClass(int rep) throws HL7Exception { return (FC) super.insertRepetition(20, rep); } /** * Inserts a repetition of * PV1-20: "Financial Class" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public FC insertPv120_FinancialClass(int rep) throws HL7Exception { return (FC) super.insertRepetition(20, rep); } /** * Removes a repetition of * PV1-20: "Financial Class" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public FC removeFinancialClass(int rep) throws HL7Exception { return (FC) super.removeRepetition(20, rep); } /** * Removes a repetition of * PV1-20: "Financial Class" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public FC removePv120_FinancialClass(int rep) throws HL7Exception { return (FC) super.removeRepetition(20, rep); } /** * Returns * PV1-21: "Charge Price Indicator" - creates it if necessary */ public IS getChargePriceIndicator() { IS retVal = this.getTypedField(21, 0); return retVal; } /** * Returns * PV1-21: "Charge Price Indicator" - creates it if necessary */ public IS getPv121_ChargePriceIndicator() { IS retVal = this.getTypedField(21, 0); return retVal; } /** * Returns * PV1-22: "Courtesy Code" - creates it if necessary */ public IS getCourtesyCode() { IS retVal = this.getTypedField(22, 0); return retVal; } /** * Returns * PV1-22: "Courtesy Code" - creates it if necessary */ public IS getPv122_CourtesyCode() { IS retVal = this.getTypedField(22, 0); return retVal; } /** * Returns * PV1-23: "Credit Rating" - creates it if necessary */ public IS getCreditRating() { IS retVal = this.getTypedField(23, 0); return retVal; } /** * Returns * PV1-23: "Credit Rating" - creates it if necessary */ public IS getPv123_CreditRating() { IS retVal = this.getTypedField(23, 0); return retVal; } /** * Returns all repetitions of Contract Code (PV1-24). */ public IS[] getContractCode() { IS[] retVal = this.getTypedField(24, new IS[0]); return retVal; } /** * Returns all repetitions of Contract Code (PV1-24). */ public IS[] getPv124_ContractCode() { IS[] retVal = this.getTypedField(24, new IS[0]); return retVal; } /** * Returns a count of the current number of repetitions of Contract Code (PV1-24). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getContractCodeReps() { return this.getReps(24); } /** * Returns a specific repetition of * PV1-24: "Contract Code" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public IS getContractCode(int rep) { IS retVal = this.getTypedField(24, rep); return retVal; } /** * Returns a specific repetition of * PV1-24: "Contract Code" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public IS getPv124_ContractCode(int rep) { IS retVal = this.getTypedField(24, rep); return retVal; } /** * Returns a count of the current number of repetitions of Contract Code (PV1-24). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getPv124_ContractCodeReps() { return this.getReps(24); } /** * Inserts a repetition of * PV1-24: "Contract Code" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public IS insertContractCode(int rep) throws HL7Exception { return (IS) super.insertRepetition(24, rep); } /** * Inserts a repetition of * PV1-24: "Contract Code" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public IS insertPv124_ContractCode(int rep) throws HL7Exception { return (IS) super.insertRepetition(24, rep); } /** * Removes a repetition of * PV1-24: "Contract Code" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public IS removeContractCode(int rep) throws HL7Exception { return (IS) super.removeRepetition(24, rep); } /** * Removes a repetition of * PV1-24: "Contract Code" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public IS removePv124_ContractCode(int rep) throws HL7Exception { return (IS) super.removeRepetition(24, rep); } /** * Returns all repetitions of Contract Effective Date (PV1-25). */ public DT[] getContractEffectiveDate() { DT[] retVal = this.getTypedField(25, new DT[0]); return retVal; } /** * Returns all repetitions of Contract Effective Date (PV1-25). */ public DT[] getPv125_ContractEffectiveDate() { DT[] retVal = this.getTypedField(25, new DT[0]); return retVal; } /** * Returns a count of the current number of repetitions of Contract Effective Date (PV1-25). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getContractEffectiveDateReps() { return this.getReps(25); } /** * Returns a specific repetition of * PV1-25: "Contract Effective Date" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public DT getContractEffectiveDate(int rep) { DT retVal = this.getTypedField(25, rep); return retVal; } /** * Returns a specific repetition of * PV1-25: "Contract Effective Date" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public DT getPv125_ContractEffectiveDate(int rep) { DT retVal = this.getTypedField(25, rep); return retVal; } /** * Returns a count of the current number of repetitions of Contract Effective Date (PV1-25). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getPv125_ContractEffectiveDateReps() { return this.getReps(25); } /** * Inserts a repetition of * PV1-25: "Contract Effective Date" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public DT insertContractEffectiveDate(int rep) throws HL7Exception { return (DT) super.insertRepetition(25, rep); } /** * Inserts a repetition of * PV1-25: "Contract Effective Date" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public DT insertPv125_ContractEffectiveDate(int rep) throws HL7Exception { return (DT) super.insertRepetition(25, rep); } /** * Removes a repetition of * PV1-25: "Contract Effective Date" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public DT removeContractEffectiveDate(int rep) throws HL7Exception { return (DT) super.removeRepetition(25, rep); } /** * Removes a repetition of * PV1-25: "Contract Effective Date" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public DT removePv125_ContractEffectiveDate(int rep) throws HL7Exception { return (DT) super.removeRepetition(25, rep); } /** * Returns all repetitions of Contract Amount (PV1-26). */ public NM[] getContractAmount() { NM[] retVal = this.getTypedField(26, new NM[0]); return retVal; } /** * Returns all repetitions of Contract Amount (PV1-26). */ public NM[] getPv126_ContractAmount() { NM[] retVal = this.getTypedField(26, new NM[0]); return retVal; } /** * Returns a count of the current number of repetitions of Contract Amount (PV1-26). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getContractAmountReps() { return this.getReps(26); } /** * Returns a specific repetition of * PV1-26: "Contract Amount" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public NM getContractAmount(int rep) { NM retVal = this.getTypedField(26, rep); return retVal; } /** * Returns a specific repetition of * PV1-26: "Contract Amount" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public NM getPv126_ContractAmount(int rep) { NM retVal = this.getTypedField(26, rep); return retVal; } /** * Returns a count of the current number of repetitions of Contract Amount (PV1-26). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getPv126_ContractAmountReps() { return this.getReps(26); } /** * Inserts a repetition of * PV1-26: "Contract Amount" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public NM insertContractAmount(int rep) throws HL7Exception { return (NM) super.insertRepetition(26, rep); } /** * Inserts a repetition of * PV1-26: "Contract Amount" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public NM insertPv126_ContractAmount(int rep) throws HL7Exception { return (NM) super.insertRepetition(26, rep); } /** * Removes a repetition of * PV1-26: "Contract Amount" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public NM removeContractAmount(int rep) throws HL7Exception { return (NM) super.removeRepetition(26, rep); } /** * Removes a repetition of * PV1-26: "Contract Amount" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public NM removePv126_ContractAmount(int rep) throws HL7Exception { return (NM) super.removeRepetition(26, rep); } /** * Returns all repetitions of Contract Period (PV1-27). */ public NM[] getContractPeriod() { NM[] retVal = this.getTypedField(27, new NM[0]); return retVal; } /** * Returns all repetitions of Contract Period (PV1-27). */ public NM[] getPv127_ContractPeriod() { NM[] retVal = this.getTypedField(27, new NM[0]); return retVal; } /** * Returns a count of the current number of repetitions of Contract Period (PV1-27). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getContractPeriodReps() { return this.getReps(27); } /** * Returns a specific repetition of * PV1-27: "Contract Period" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public NM getContractPeriod(int rep) { NM retVal = this.getTypedField(27, rep); return retVal; } /** * Returns a specific repetition of * PV1-27: "Contract Period" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public NM getPv127_ContractPeriod(int rep) { NM retVal = this.getTypedField(27, rep); return retVal; } /** * Returns a count of the current number of repetitions of Contract Period (PV1-27). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getPv127_ContractPeriodReps() { return this.getReps(27); } /** * Inserts a repetition of * PV1-27: "Contract Period" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public NM insertContractPeriod(int rep) throws HL7Exception { return (NM) super.insertRepetition(27, rep); } /** * Inserts a repetition of * PV1-27: "Contract Period" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public NM insertPv127_ContractPeriod(int rep) throws HL7Exception { return (NM) super.insertRepetition(27, rep); } /** * Removes a repetition of * PV1-27: "Contract Period" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public NM removeContractPeriod(int rep) throws HL7Exception { return (NM) super.removeRepetition(27, rep); } /** * Removes a repetition of * PV1-27: "Contract Period" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public NM removePv127_ContractPeriod(int rep) throws HL7Exception { return (NM) super.removeRepetition(27, rep); } /** * Returns * PV1-28: "Interest Code" - creates it if necessary */ public IS getInterestCode() { IS retVal = this.getTypedField(28, 0); return retVal; } /** * Returns * PV1-28: "Interest Code" - creates it if necessary */ public IS getPv128_InterestCode() { IS retVal = this.getTypedField(28, 0); return retVal; } /** * Returns * PV1-29: "Transfer to Bad Debt Code" - creates it if necessary */ public IS getTransferToBadDebtCode() { IS retVal = this.getTypedField(29, 0); return retVal; } /** * Returns * PV1-29: "Transfer to Bad Debt Code" - creates it if necessary */ public IS getPv129_TransferToBadDebtCode() { IS retVal = this.getTypedField(29, 0); return retVal; } /** * Returns * PV1-30: "Transfer to Bad Debt Date" - creates it if necessary */ public DT getTransferToBadDebtDate() { DT retVal = this.getTypedField(30, 0); return retVal; } /** * Returns * PV1-30: "Transfer to Bad Debt Date" - creates it if necessary */ public DT getPv130_TransferToBadDebtDate() { DT retVal = this.getTypedField(30, 0); return retVal; } /** * Returns * PV1-31: "Bad Debt Agency Code" - creates it if necessary */ public IS getBadDebtAgencyCode() { IS retVal = this.getTypedField(31, 0); return retVal; } /** * Returns * PV1-31: "Bad Debt Agency Code" - creates it if necessary */ public IS getPv131_BadDebtAgencyCode() { IS retVal = this.getTypedField(31, 0); return retVal; } /** * Returns * PV1-32: "Bad Debt Transfer Amount" - creates it if necessary */ public NM getBadDebtTransferAmount() { NM retVal = this.getTypedField(32, 0); return retVal; } /** * Returns * PV1-32: "Bad Debt Transfer Amount" - creates it if necessary */ public NM getPv132_BadDebtTransferAmount() { NM retVal = this.getTypedField(32, 0); return retVal; } /** * Returns * PV1-33: "Bad Debt Recovery Amount" - creates it if necessary */ public NM getBadDebtRecoveryAmount() { NM retVal = this.getTypedField(33, 0); return retVal; } /** * Returns * PV1-33: "Bad Debt Recovery Amount" - creates it if necessary */ public NM getPv133_BadDebtRecoveryAmount() { NM retVal = this.getTypedField(33, 0); return retVal; } /** * Returns * PV1-34: "Delete Account Indicator" - creates it if necessary */ public IS getDeleteAccountIndicator() { IS retVal = this.getTypedField(34, 0); return retVal; } /** * Returns * PV1-34: "Delete Account Indicator" - creates it if necessary */ public IS getPv134_DeleteAccountIndicator() { IS retVal = this.getTypedField(34, 0); return retVal; } /** * Returns * PV1-35: "Delete Account Date" - creates it if necessary */ public DT getDeleteAccountDate() { DT retVal = this.getTypedField(35, 0); return retVal; } /** * Returns * PV1-35: "Delete Account Date" - creates it if necessary */ public DT getPv135_DeleteAccountDate() { DT retVal = this.getTypedField(35, 0); return retVal; } /** * Returns * PV1-36: "Discharge Disposition" - creates it if necessary */ public IS getDischargeDisposition() { IS retVal = this.getTypedField(36, 0); return retVal; } /** * Returns * PV1-36: "Discharge Disposition" - creates it if necessary */ public IS getPv136_DischargeDisposition() { IS retVal = this.getTypedField(36, 0); return retVal; } /** * Returns * PV1-37: "Discharged to Location" - creates it if necessary */ public DLD getDischargedToLocation() { DLD retVal = this.getTypedField(37, 0); return retVal; } /** * Returns * PV1-37: "Discharged to Location" - creates it if necessary */ public DLD getPv137_DischargedToLocation() { DLD retVal = this.getTypedField(37, 0); return retVal; } /** * Returns * PV1-38: "Diet Type" - creates it if necessary */ public CE getDietType() { CE retVal = this.getTypedField(38, 0); return retVal; } /** * Returns * PV1-38: "Diet Type" - creates it if necessary */ public CE getPv138_DietType() { CE retVal = this.getTypedField(38, 0); return retVal; } /** * Returns * PV1-39: "Servicing Facility" - creates it if necessary */ public IS getServicingFacility() { IS retVal = this.getTypedField(39, 0); return retVal; } /** * Returns * PV1-39: "Servicing Facility" - creates it if necessary */ public IS getPv139_ServicingFacility() { IS retVal = this.getTypedField(39, 0); return retVal; } /** * Returns * PV1-40: "Bed Status" - creates it if necessary */ public IS getBedStatus() { IS retVal = this.getTypedField(40, 0); return retVal; } /** * Returns * PV1-40: "Bed Status" - creates it if necessary */ public IS getPv140_BedStatus() { IS retVal = this.getTypedField(40, 0); return retVal; } /** * Returns * PV1-41: "Account Status" - creates it if necessary */ public IS getAccountStatus() { IS retVal = this.getTypedField(41, 0); return retVal; } /** * Returns * PV1-41: "Account Status" - creates it if necessary */ public IS getPv141_AccountStatus() { IS retVal = this.getTypedField(41, 0); return retVal; } /** * Returns * PV1-42: "Pending Location" - creates it if necessary */ public PL getPendingLocation() { PL retVal = this.getTypedField(42, 0); return retVal; } /** * Returns * PV1-42: "Pending Location" - creates it if necessary */ public PL getPv142_PendingLocation() { PL retVal = this.getTypedField(42, 0); return retVal; } /** * Returns * PV1-43: "Prior Temporary Location" - creates it if necessary */ public PL getPriorTemporaryLocation() { PL retVal = this.getTypedField(43, 0); return retVal; } /** * Returns * PV1-43: "Prior Temporary Location" - creates it if necessary */ public PL getPv143_PriorTemporaryLocation() { PL retVal = this.getTypedField(43, 0); return retVal; } /** * Returns * PV1-44: "Admit Date/Time" - creates it if necessary */ public TS getAdmitDateTime() { TS retVal = this.getTypedField(44, 0); return retVal; } /** * Returns * PV1-44: "Admit Date/Time" - creates it if necessary */ public TS getPv144_AdmitDateTime() { TS retVal = this.getTypedField(44, 0); return retVal; } /** * Returns all repetitions of Discharge Date/Time (PV1-45). */ public TS[] getDischargeDateTime() { TS[] retVal = this.getTypedField(45, new TS[0]); return retVal; } /** * Returns all repetitions of Discharge Date/Time (PV1-45). */ public TS[] getPv145_DischargeDateTime() { TS[] retVal = this.getTypedField(45, new TS[0]); return retVal; } /** * Returns a count of the current number of repetitions of Discharge Date/Time (PV1-45). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getDischargeDateTimeReps() { return this.getReps(45); } /** * Returns a specific repetition of * PV1-45: "Discharge Date/Time" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public TS getDischargeDateTime(int rep) { TS retVal = this.getTypedField(45, rep); return retVal; } /** * Returns a specific repetition of * PV1-45: "Discharge Date/Time" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public TS getPv145_DischargeDateTime(int rep) { TS retVal = this.getTypedField(45, rep); return retVal; } /** * Returns a count of the current number of repetitions of Discharge Date/Time (PV1-45). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getPv145_DischargeDateTimeReps() { return this.getReps(45); } /** * Inserts a repetition of * PV1-45: "Discharge Date/Time" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public TS insertDischargeDateTime(int rep) throws HL7Exception { return (TS) super.insertRepetition(45, rep); } /** * Inserts a repetition of * PV1-45: "Discharge Date/Time" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public TS insertPv145_DischargeDateTime(int rep) throws HL7Exception { return (TS) super.insertRepetition(45, rep); } /** * Removes a repetition of * PV1-45: "Discharge Date/Time" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public TS removeDischargeDateTime(int rep) throws HL7Exception { return (TS) super.removeRepetition(45, rep); } /** * Removes a repetition of * PV1-45: "Discharge Date/Time" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public TS removePv145_DischargeDateTime(int rep) throws HL7Exception { return (TS) super.removeRepetition(45, rep); } /** * Returns * PV1-46: "Current Patient Balance" - creates it if necessary */ public NM getCurrentPatientBalance() { NM retVal = this.getTypedField(46, 0); return retVal; } /** * Returns * PV1-46: "Current Patient Balance" - creates it if necessary */ public NM getPv146_CurrentPatientBalance() { NM retVal = this.getTypedField(46, 0); return retVal; } /** * Returns * PV1-47: "Total Charges" - creates it if necessary */ public NM getTotalCharges() { NM retVal = this.getTypedField(47, 0); return retVal; } /** * Returns * PV1-47: "Total Charges" - creates it if necessary */ public NM getPv147_TotalCharges() { NM retVal = this.getTypedField(47, 0); return retVal; } /** * Returns * PV1-48: "Total Adjustments" - creates it if necessary */ public NM getTotalAdjustments() { NM retVal = this.getTypedField(48, 0); return retVal; } /** * Returns * PV1-48: "Total Adjustments" - creates it if necessary */ public NM getPv148_TotalAdjustments() { NM retVal = this.getTypedField(48, 0); return retVal; } /** * Returns * PV1-49: "Total Payments" - creates it if necessary */ public NM getTotalPayments() { NM retVal = this.getTypedField(49, 0); return retVal; } /** * Returns * PV1-49: "Total Payments" - creates it if necessary */ public NM getPv149_TotalPayments() { NM retVal = this.getTypedField(49, 0); return retVal; } /** * Returns * PV1-50: "Alternate Visit ID" - creates it if necessary */ public CX getAlternateVisitID() { CX retVal = this.getTypedField(50, 0); return retVal; } /** * Returns * PV1-50: "Alternate Visit ID" - creates it if necessary */ public CX getPv150_AlternateVisitID() { CX retVal = this.getTypedField(50, 0); return retVal; } /** * Returns * PV1-51: "Visit Indicator" - creates it if necessary */ public IS getVisitIndicator() { IS retVal = this.getTypedField(51, 0); return retVal; } /** * Returns * PV1-51: "Visit Indicator" - creates it if necessary */ public IS getPv151_VisitIndicator() { IS retVal = this.getTypedField(51, 0); return retVal; } /** * Returns all repetitions of Other Healthcare Provider (PV1-52). */ public XCN[] getOtherHealthcareProvider() { XCN[] retVal = this.getTypedField(52, new XCN[0]); return retVal; } /** * Returns all repetitions of Other Healthcare Provider (PV1-52). */ public XCN[] getPv152_OtherHealthcareProvider() { XCN[] retVal = this.getTypedField(52, new XCN[0]); return retVal; } /** * Returns a count of the current number of repetitions of Other Healthcare Provider (PV1-52). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getOtherHealthcareProviderReps() { return this.getReps(52); } /** * Returns a specific repetition of * PV1-52: "Other Healthcare Provider" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public XCN getOtherHealthcareProvider(int rep) { XCN retVal = this.getTypedField(52, rep); return retVal; } /** * Returns a specific repetition of * PV1-52: "Other Healthcare Provider" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public XCN getPv152_OtherHealthcareProvider(int rep) { XCN retVal = this.getTypedField(52, rep); return retVal; } /** * Returns a count of the current number of repetitions of Other Healthcare Provider (PV1-52). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getPv152_OtherHealthcareProviderReps() { return this.getReps(52); } /** * Inserts a repetition of * PV1-52: "Other Healthcare Provider" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN insertOtherHealthcareProvider(int rep) throws HL7Exception { return (XCN) super.insertRepetition(52, rep); } /** * Inserts a repetition of * PV1-52: "Other Healthcare Provider" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN insertPv152_OtherHealthcareProvider(int rep) throws HL7Exception { return (XCN) super.insertRepetition(52, rep); } /** * Removes a repetition of * PV1-52: "Other Healthcare Provider" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN removeOtherHealthcareProvider(int rep) throws HL7Exception { return (XCN) super.removeRepetition(52, rep); } /** * Removes a repetition of * PV1-52: "Other Healthcare Provider" at a specific index * * @param rep The repetition index (0-indexed) * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) */ public XCN removePv152_OtherHealthcareProvider(int rep) throws HL7Exception { return (XCN) super.removeRepetition(52, rep); } /** {@inheritDoc} */ protected Type createNewTypeWithoutReflection(int field) { switch (field) { case 0: return new SI(getMessage()); case 1: return new IS(getMessage(), new Integer( 4 )); case 2: return new PL(getMessage()); case 3: return new IS(getMessage(), new Integer( 7 )); case 4: return new CX(getMessage()); case 5: return new PL(getMessage()); case 6: return new XCN(getMessage()); case 7: return new XCN(getMessage()); case 8: return new XCN(getMessage()); case 9: return new IS(getMessage(), new Integer( 69 )); case 10: return new PL(getMessage()); case 11: return new IS(getMessage(), new Integer( 87 )); case 12: return new IS(getMessage(), new Integer( 92 )); case 13: return new IS(getMessage(), new Integer( 23 )); case 14: return new IS(getMessage(), new Integer( 9 )); case 15: return new IS(getMessage(), new Integer( 99 )); case 16: return new XCN(getMessage()); case 17: return new IS(getMessage(), new Integer( 18 )); case 18: return new CX(getMessage()); case 19: return new FC(getMessage()); case 20: return new IS(getMessage(), new Integer( 32 )); case 21: return new IS(getMessage(), new Integer( 45 )); case 22: return new IS(getMessage(), new Integer( 46 )); case 23: return new IS(getMessage(), new Integer( 44 )); case 24: return new DT(getMessage()); case 25: return new NM(getMessage()); case 26: return new NM(getMessage()); case 27: return new IS(getMessage(), new Integer( 73 )); case 28: return new IS(getMessage(), new Integer( 110 )); case 29: return new DT(getMessage()); case 30: return new IS(getMessage(), new Integer( 21 )); case 31: return new NM(getMessage()); case 32: return new NM(getMessage()); case 33: return new IS(getMessage(), new Integer( 111 )); case 34: return new DT(getMessage()); case 35: return new IS(getMessage(), new Integer( 112 )); case 36: return new DLD(getMessage()); case 37: return new CE(getMessage()); case 38: return new IS(getMessage(), new Integer( 115 )); case 39: return new IS(getMessage(), new Integer( 116 )); case 40: return new IS(getMessage(), new Integer( 117 )); case 41: return new PL(getMessage()); case 42: return new PL(getMessage()); case 43: return new TS(getMessage()); case 44: return new TS(getMessage()); case 45: return new NM(getMessage()); case 46: return new NM(getMessage()); case 47: return new NM(getMessage()); case 48: return new NM(getMessage()); case 49: return new CX(getMessage()); case 50: return new IS(getMessage(), new Integer( 326 )); case 51: return new XCN(getMessage()); default: return null; } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy