io.connectedhealth_idaas.eventbuilder.dataobjects.clinical.hl7.ARQ Maven / Gradle / Ivy
package io.connectedhealth_idaas.eventbuilder.dataobjects.clinical.hl7;
import org.apache.commons.lang3.builder.ReflectionToStringBuilder;
public class ARQ {
private String ARQ_1_PlacerAppointmentID;
private String ARQ_2_FillerAppointmentID;
private String ARQ_3_OccurrenceNumber;
private String ARQ_4_PlacerGroupNumber;
private String ARQ_5_ScheduleID;
private String ARQ_6_RequestEventReason;
private String ARQ_7_AppointmentReason;
private String ARQ_8_AppointmentType;
private String ARQ_9_AppointmentDuration;
private String ARQ_10_AppointmentDurationUnits;
private String ARQ_11_RequestedStartDateTimeRange;
private String ARQ_12_PriorityARQ;
private String ARQ_13_RepeatingInterval;
private String ARQ_14_RepeatingIntervalDuration;
private String ARQ_15_PlacerContactPerson;
private String ARQ_16_PlacerContactPhoneNumber;
private String ARQ_17_PlacerContactAddress;
private String ARQ_18_PlacerContactLocation;
private String ARQ_19_EnteredByPerson;
private String ARQ_20_EnteredByPhoneNumber;
private String ARQ_21_EnteredByLocation;
private String ARQ_22_ParentPlacerAppointmentID;
private String ARQ_23_ParentFillerAppointmentID;
private String ARQ_24_PlacerOrderNumber;
private String ARQ_25_FillerOrderNumber;
public String toString() {
return ReflectionToStringBuilder.toString(this);
}
public String getARQ_1_PlacerAppointmentID() {
return this.ARQ_1_PlacerAppointmentID;
}
public void setARQ_1_PlacerAppointmentID(final String ARQ_1_PlacerAppointmentID) {
this.ARQ_1_PlacerAppointmentID = ARQ_1_PlacerAppointmentID;
}
public String getARQ_2_FillerAppointmentID() {
return this.ARQ_2_FillerAppointmentID;
}
public void setARQ_2_FillerAppointmentID(final String ARQ_2_FillerAppointmentID) {
this.ARQ_2_FillerAppointmentID = ARQ_2_FillerAppointmentID;
}
public String getARQ_3_OccurrenceNumber() {
return this.ARQ_3_OccurrenceNumber;
}
public void setARQ_3_OccurrenceNumber(final String ARQ_3_OccurrenceNumber) {
this.ARQ_3_OccurrenceNumber = ARQ_3_OccurrenceNumber;
}
public String getARQ_4_PlacerGroupNumber() {
return this.ARQ_4_PlacerGroupNumber;
}
public void setARQ_4_PlacerGroupNumber(final String ARQ_4_PlacerGroupNumber) {
this.ARQ_4_PlacerGroupNumber = ARQ_4_PlacerGroupNumber;
}
public String getARQ_5_ScheduleID() {
return this.ARQ_5_ScheduleID;
}
public void setARQ_5_ScheduleID(final String ARQ_5_ScheduleID) {
this.ARQ_5_ScheduleID = ARQ_5_ScheduleID;
}
public String getARQ_6_RequestEventReason() {
return this.ARQ_6_RequestEventReason;
}
public void setARQ_6_RequestEventReason(final String ARQ_6_RequestEventReason) {
this.ARQ_6_RequestEventReason = ARQ_6_RequestEventReason;
}
public String getARQ_7_AppointmentReason() {
return this.ARQ_7_AppointmentReason;
}
public void setARQ_7_AppointmentReason(final String ARQ_7_AppointmentReason) {
this.ARQ_7_AppointmentReason = ARQ_7_AppointmentReason;
}
public String getARQ_8_AppointmentType() {
return this.ARQ_8_AppointmentType;
}
public void setARQ_8_AppointmentType(final String ARQ_8_AppointmentType) {
this.ARQ_8_AppointmentType = ARQ_8_AppointmentType;
}
public String getARQ_9_AppointmentDuration() {
return this.ARQ_9_AppointmentDuration;
}
public void setARQ_9_AppointmentDuration(final String ARQ_9_AppointmentDuration) {
this.ARQ_9_AppointmentDuration = ARQ_9_AppointmentDuration;
}
public String getARQ_10_AppointmentDurationUnits() {
return this.ARQ_10_AppointmentDurationUnits;
}
public void setARQ_10_AppointmentDurationUnits(final String ARQ_10_AppointmentDurationUnits) {
this.ARQ_10_AppointmentDurationUnits = ARQ_10_AppointmentDurationUnits;
}
public String getARQ_11_RequestedStartDateTimeRange() {
return this.ARQ_11_RequestedStartDateTimeRange;
}
public void setARQ_11_RequestedStartDateTimeRange(final String ARQ_11_RequestedStartDateTimeRange) {
this.ARQ_11_RequestedStartDateTimeRange = ARQ_11_RequestedStartDateTimeRange;
}
public String getARQ_12_PriorityARQ() {
return this.ARQ_12_PriorityARQ;
}
public void setARQ_12_PriorityARQ(final String ARQ_12_PriorityARQ) {
this.ARQ_12_PriorityARQ = ARQ_12_PriorityARQ;
}
public String getARQ_13_RepeatingInterval() {
return this.ARQ_13_RepeatingInterval;
}
public void setARQ_13_RepeatingInterval(final String ARQ_13_RepeatingInterval) {
this.ARQ_13_RepeatingInterval = ARQ_13_RepeatingInterval;
}
public String getARQ_14_RepeatingIntervalDuration() {
return this.ARQ_14_RepeatingIntervalDuration;
}
public void setARQ_14_RepeatingIntervalDuration(final String ARQ_14_RepeatingIntervalDuration) {
this.ARQ_14_RepeatingIntervalDuration = ARQ_14_RepeatingIntervalDuration;
}
public String getARQ_15_PlacerContactPerson() {
return this.ARQ_15_PlacerContactPerson;
}
public void setARQ_15_PlacerContactPerson(final String ARQ_15_PlacerContactPerson) {
this.ARQ_15_PlacerContactPerson = ARQ_15_PlacerContactPerson;
}
public String getARQ_16_PlacerContactPhoneNumber() {
return this.ARQ_16_PlacerContactPhoneNumber;
}
public void setARQ_16_PlacerContactPhoneNumber(final String ARQ_16_PlacerContactPhoneNumber) {
this.ARQ_16_PlacerContactPhoneNumber = ARQ_16_PlacerContactPhoneNumber;
}
public String getARQ_17_PlacerContactAddress() {
return this.ARQ_17_PlacerContactAddress;
}
public void setARQ_17_PlacerContactAddress(final String ARQ_17_PlacerContactAddress) {
this.ARQ_17_PlacerContactAddress = ARQ_17_PlacerContactAddress;
}
public String getARQ_18_PlacerContactLocation() {
return this.ARQ_18_PlacerContactLocation;
}
public void setARQ_18_PlacerContactLocation(final String ARQ_18_PlacerContactLocation) {
this.ARQ_18_PlacerContactLocation = ARQ_18_PlacerContactLocation;
}
public String getARQ_19_EnteredByPerson() {
return this.ARQ_19_EnteredByPerson;
}
public void setARQ_19_EnteredByPerson(final String ARQ_19_EnteredByPerson) {
this.ARQ_19_EnteredByPerson = ARQ_19_EnteredByPerson;
}
public String getARQ_20_EnteredByPhoneNumber() {
return this.ARQ_20_EnteredByPhoneNumber;
}
public void setARQ_20_EnteredByPhoneNumber(final String ARQ_20_EnteredByPhoneNumber) {
this.ARQ_20_EnteredByPhoneNumber = ARQ_20_EnteredByPhoneNumber;
}
public String getARQ_21_EnteredByLocation() {
return this.ARQ_21_EnteredByLocation;
}
public void setARQ_21_EnteredByLocation(final String ARQ_21_EnteredByLocation) {
this.ARQ_21_EnteredByLocation = ARQ_21_EnteredByLocation;
}
public String getARQ_22_ParentPlacerAppointmentID() {
return this.ARQ_22_ParentPlacerAppointmentID;
}
public void setARQ_22_ParentPlacerAppointmentID(final String ARQ_22_ParentPlacerAppointmentID) {
this.ARQ_22_ParentPlacerAppointmentID = ARQ_22_ParentPlacerAppointmentID;
}
public String getARQ_23_ParentFillerAppointmentID() {
return this.ARQ_23_ParentFillerAppointmentID;
}
public void setARQ_23_ParentFillerAppointmentID(final String ARQ_23_ParentFillerAppointmentID) {
this.ARQ_23_ParentFillerAppointmentID = ARQ_23_ParentFillerAppointmentID;
}
public String getARQ_24_PlacerOrderNumber() {
return this.ARQ_24_PlacerOrderNumber;
}
public void setARQ_24_PlacerOrderNumber(final String ARQ_24_PlacerOrderNumber) {
this.ARQ_24_PlacerOrderNumber = ARQ_24_PlacerOrderNumber;
}
public String getARQ_25_FillerOrderNumber() {
return this.ARQ_25_FillerOrderNumber;
}
public void setARQ_25_FillerOrderNumber(final String ARQ_25_FillerOrderNumber) {
this.ARQ_25_FillerOrderNumber = ARQ_25_FillerOrderNumber;
}
}