io.connectedhealth_idaas.eventbuilder.dataobjects.clinical.hl7.DON Maven / Gradle / Ivy
package io.connectedhealth_idaas.eventbuilder.dataobjects.clinical.hl7;
import org.apache.commons.lang3.builder.ReflectionToStringBuilder;
public class DON {
private String DON_1_DonationIdentificationNumberDIN;
private String DON_2_DonationType;
private String DON_3_PhlebotomyStartDateTime;
private String DON_4_PhlebotomyEndDateTime;
private String DON_5_DonationDuration;
private String DON_6_DonationDurationUnits;
private String DON_7_IntendedProcedureType;
private String DON_8_ActualProcedureType;
private String DON_9_DonorEligibilityFlag;
private String DON_10_DonorEligibilityProcedureType;
private String DON_11_DonorEligibilityDate;
private String DON_12_ProcessInterruption;
private String DON_13_ProcessInterruptionReason;
private String DON_14_PhlebotomyIssue;
private String DON_15_IntendedRecipientBloodRelative;
private String DON_16_IntendedRecipientName;
private String DON_17_IntendedRecipientDOB;
private String DON_18_IntendedRecipientFacility;
private String DON_19_IntendedRecipientProcedureDate;
private String DON_20_IntendedRecipientOrderingProvider;
private String DON_21_PhlebotomyStatus;
private String DON_22_ArmStick;
private String DON_23_BleedStartPhlebotomist;
private String DON_24_BleedEndPhlebotomist;
private String DON_25_AphaeresisTypeMachine;
private String DON_26_AphaeresisMachineSerialNumber;
private String DON_27_DonorReaction;
private String DON_28_FinalReviewStaffID;
private String DON_29_FinalReviewDateTime;
private String DON_30_NumberofTubesCollected;
private String DON_31_DonationSampleIdentifier;
private String DON_32_DonationAcceptStaff;
private String DON_33_DonationMaterialReviewStaff;
public String getDON_1_DonationIdentificationNumberDIN() {
return this.DON_1_DonationIdentificationNumberDIN;
}
public void setDON_1_DonationIdentificationNumberDIN(final String DON_1_DonationIdentificationNumberDIN) {
this.DON_1_DonationIdentificationNumberDIN = DON_1_DonationIdentificationNumberDIN;
}
public String getDON_2_DonationType() {
return this.DON_2_DonationType;
}
public void setDON_2_DonationType(final String DON_2_DonationType) {
this.DON_2_DonationType = DON_2_DonationType;
}
public String getDON_3_PhlebotomyStartDateTime() {
return this.DON_3_PhlebotomyStartDateTime;
}
public void setDON_3_PhlebotomyStartDateTime(final String DON_3_PhlebotomyStartDateTime) {
this.DON_3_PhlebotomyStartDateTime = DON_3_PhlebotomyStartDateTime;
}
public String getDON_4_PhlebotomyEndDateTime() {
return this.DON_4_PhlebotomyEndDateTime;
}
public void setDON_4_PhlebotomyEndDateTime(final String DON_4_PhlebotomyEndDateTime) {
this.DON_4_PhlebotomyEndDateTime = DON_4_PhlebotomyEndDateTime;
}
public String getDON_5_DonationDuration() {
return this.DON_5_DonationDuration;
}
public void setDON_5_DonationDuration(final String DON_5_DonationDuration) {
this.DON_5_DonationDuration = DON_5_DonationDuration;
}
public String getDON_6_DonationDurationUnits() {
return this.DON_6_DonationDurationUnits;
}
public void setDON_6_DonationDurationUnits(final String DON_6_DonationDurationUnits) {
this.DON_6_DonationDurationUnits = DON_6_DonationDurationUnits;
}
public String getDON_7_IntendedProcedureType() {
return this.DON_7_IntendedProcedureType;
}
public void setDON_7_IntendedProcedureType(final String DON_7_IntendedProcedureType) {
this.DON_7_IntendedProcedureType = DON_7_IntendedProcedureType;
}
public String getDON_8_ActualProcedureType() {
return this.DON_8_ActualProcedureType;
}
public void setDON_8_ActualProcedureType(final String DON_8_ActualProcedureType) {
this.DON_8_ActualProcedureType = DON_8_ActualProcedureType;
}
public String getDON_9_DonorEligibilityFlag() {
return this.DON_9_DonorEligibilityFlag;
}
public void setDON_9_DonorEligibilityFlag(final String DON_9_DonorEligibilityFlag) {
this.DON_9_DonorEligibilityFlag = DON_9_DonorEligibilityFlag;
}
public String getDON_10_DonorEligibilityProcedureType() {
return this.DON_10_DonorEligibilityProcedureType;
}
public void setDON_10_DonorEligibilityProcedureType(final String DON_10_DonorEligibilityProcedureType) {
this.DON_10_DonorEligibilityProcedureType = DON_10_DonorEligibilityProcedureType;
}
public String getDON_11_DonorEligibilityDate() {
return this.DON_11_DonorEligibilityDate;
}
public void setDON_11_DonorEligibilityDate(final String DON_11_DonorEligibilityDate) {
this.DON_11_DonorEligibilityDate = DON_11_DonorEligibilityDate;
}
public String getDON_12_ProcessInterruption() {
return this.DON_12_ProcessInterruption;
}
public void setDON_12_ProcessInterruption(final String DON_12_ProcessInterruption) {
this.DON_12_ProcessInterruption = DON_12_ProcessInterruption;
}
public String getDON_13_ProcessInterruptionReason() {
return this.DON_13_ProcessInterruptionReason;
}
public void setDON_13_ProcessInterruptionReason(final String DON_13_ProcessInterruptionReason) {
this.DON_13_ProcessInterruptionReason = DON_13_ProcessInterruptionReason;
}
public String getDON_14_PhlebotomyIssue() {
return this.DON_14_PhlebotomyIssue;
}
public void setDON_14_PhlebotomyIssue(final String DON_14_PhlebotomyIssue) {
this.DON_14_PhlebotomyIssue = DON_14_PhlebotomyIssue;
}
public String getDON_15_IntendedRecipientBloodRelative() {
return this.DON_15_IntendedRecipientBloodRelative;
}
public void setDON_15_IntendedRecipientBloodRelative(final String DON_15_IntendedRecipientBloodRelative) {
this.DON_15_IntendedRecipientBloodRelative = DON_15_IntendedRecipientBloodRelative;
}
public String getDON_16_IntendedRecipientName() {
return this.DON_16_IntendedRecipientName;
}
public void setDON_16_IntendedRecipientName(final String DON_16_IntendedRecipientName) {
this.DON_16_IntendedRecipientName = DON_16_IntendedRecipientName;
}
public String getDON_17_IntendedRecipientDOB() {
return this.DON_17_IntendedRecipientDOB;
}
public void setDON_17_IntendedRecipientDOB(final String DON_17_IntendedRecipientDOB) {
this.DON_17_IntendedRecipientDOB = DON_17_IntendedRecipientDOB;
}
public String getDON_18_IntendedRecipientFacility() {
return this.DON_18_IntendedRecipientFacility;
}
public void setDON_18_IntendedRecipientFacility(final String DON_18_IntendedRecipientFacility) {
this.DON_18_IntendedRecipientFacility = DON_18_IntendedRecipientFacility;
}
public String getDON_19_IntendedRecipientProcedureDate() {
return this.DON_19_IntendedRecipientProcedureDate;
}
public void setDON_19_IntendedRecipientProcedureDate(final String DON_19_IntendedRecipientProcedureDate) {
this.DON_19_IntendedRecipientProcedureDate = DON_19_IntendedRecipientProcedureDate;
}
public String getDON_20_IntendedRecipientOrderingProvider() {
return this.DON_20_IntendedRecipientOrderingProvider;
}
public void setDON_20_IntendedRecipientOrderingProvider(final String DON_20_IntendedRecipientOrderingProvider) {
this.DON_20_IntendedRecipientOrderingProvider = DON_20_IntendedRecipientOrderingProvider;
}
public String getDON_21_PhlebotomyStatus() {
return this.DON_21_PhlebotomyStatus;
}
public void setDON_21_PhlebotomyStatus(final String DON_21_PhlebotomyStatus) {
this.DON_21_PhlebotomyStatus = DON_21_PhlebotomyStatus;
}
public String getDON_22_ArmStick() {
return this.DON_22_ArmStick;
}
public void setDON_22_ArmStick(final String DON_22_ArmStick) {
this.DON_22_ArmStick = DON_22_ArmStick;
}
public String getDON_23_BleedStartPhlebotomist() {
return this.DON_23_BleedStartPhlebotomist;
}
public void setDON_23_BleedStartPhlebotomist(final String DON_23_BleedStartPhlebotomist) {
this.DON_23_BleedStartPhlebotomist = DON_23_BleedStartPhlebotomist;
}
public String getDON_24_BleedEndPhlebotomist() {
return this.DON_24_BleedEndPhlebotomist;
}
public void setDON_24_BleedEndPhlebotomist(final String DON_24_BleedEndPhlebotomist) {
this.DON_24_BleedEndPhlebotomist = DON_24_BleedEndPhlebotomist;
}
public String getDON_25_AphaeresisTypeMachine() {
return this.DON_25_AphaeresisTypeMachine;
}
public void setDON_25_AphaeresisTypeMachine(final String DON_25_AphaeresisTypeMachine) {
this.DON_25_AphaeresisTypeMachine = DON_25_AphaeresisTypeMachine;
}
public String getDON_26_AphaeresisMachineSerialNumber() {
return this.DON_26_AphaeresisMachineSerialNumber;
}
public void setDON_26_AphaeresisMachineSerialNumber(final String DON_26_AphaeresisMachineSerialNumber) {
this.DON_26_AphaeresisMachineSerialNumber = DON_26_AphaeresisMachineSerialNumber;
}
public String getDON_27_DonorReaction() {
return this.DON_27_DonorReaction;
}
public void setDON_27_DonorReaction(final String DON_27_DonorReaction) {
this.DON_27_DonorReaction = DON_27_DonorReaction;
}
public String getDON_28_FinalReviewStaffID() {
return this.DON_28_FinalReviewStaffID;
}
public void setDON_28_FinalReviewStaffID(final String DON_28_FinalReviewStaffID) {
this.DON_28_FinalReviewStaffID = DON_28_FinalReviewStaffID;
}
public String getDON_29_FinalReviewDateTime() {
return this.DON_29_FinalReviewDateTime;
}
public void setDON_29_FinalReviewDateTime(final String DON_29_FinalReviewDateTime) {
this.DON_29_FinalReviewDateTime = DON_29_FinalReviewDateTime;
}
public String getDON_30_NumberofTubesCollected() {
return this.DON_30_NumberofTubesCollected;
}
public void setDON_30_NumberofTubesCollected(final String DON_30_NumberofTubesCollected) {
this.DON_30_NumberofTubesCollected = DON_30_NumberofTubesCollected;
}
public String getDON_31_DonationSampleIdentifier() {
return this.DON_31_DonationSampleIdentifier;
}
public void setDON_31_DonationSampleIdentifier(final String DON_31_DonationSampleIdentifier) {
this.DON_31_DonationSampleIdentifier = DON_31_DonationSampleIdentifier;
}
public String getDON_32_DonationAcceptStaff() {
return this.DON_32_DonationAcceptStaff;
}
public void setDON_32_DonationAcceptStaff(final String DON_32_DonationAcceptStaff) {
this.DON_32_DonationAcceptStaff = DON_32_DonationAcceptStaff;
}
public String getDON_33_DonationMaterialReviewStaff() {
return this.DON_33_DonationMaterialReviewStaff;
}
public void setDON_33_DonationMaterialReviewStaff(final String DON_33_DonationMaterialReviewStaff) {
this.DON_33_DonationMaterialReviewStaff = DON_33_DonationMaterialReviewStaff;
}
public String toString() {
return ReflectionToStringBuilder.toString(this);
}
}