Summary Table
Categories |
Total Count |
PII |
0 |
URL |
0 |
DNS |
0 |
EKL |
0 |
IP |
0 |
PORT |
0 |
VsID |
0 |
CF |
0 |
AI |
0 |
VPD |
0 |
PL |
0 |
Other |
0 |
File Content
package gov.va.med.pbm.ampl.model.patientdemographics;
import java.io.Serializable;
import java.time.OffsetDateTime;
/**
* This class consists of properties for patient's pharmacy information.
*
* @author Pavani Mukthipudi
*
* @since 1.0
*/
public class PharmacyInformation implements Serializable {
private static final long serialVersionUID = -7788619177798333712L;
private String cnhCurrent;
private String feeHospitalId;
private String capInformation;
private String mailInformation;
private OffsetDateTime mailStatusExpDate;
private String dialysisPatient;
private String nursingHome;
private String nursingHomeContract;
private OffsetDateTime lastDateOfContract;
private OffsetDateTime respiteStartDate;
private OffsetDateTime respiteEndDate;
private String otherLanguagePref;
private String pmiLanguagePref;
private String remarks;
private String opNarrative;
private String ipNarrative;
/**
* The getter for Health Plans.
*
* @return the Plan Information
*/
public String getCnhCurrent() {
return cnhCurrent;
}
/**
* The setter for Health Plans.
*
* @param cnhCurrent the Plan Information to set
*/
public void setCnhCurrent(String cnhCurrent) {
this.cnhCurrent = cnhCurrent;
}
/**
* The getter for Fee Hospital Id.
*
* @return the feeHospitalId
*/
public String getFeeHospitalId() {
return feeHospitalId;
}
/**
* The setter for Fee Hospital Id.
*
* @param feeHospitalId the feeHospitalId to set
*/
public void setFeeHospitalId(String feeHospitalId) {
this.feeHospitalId = feeHospitalId;
}
/**
* The getter for the CAP Information.
*
* @return the CAP Information
*/
public String getCapInformation() {
return capInformation;
}
/**
* The setter for the CAP Information.
*
* @param capInformation the CAP Information to set
*/
public void setCapInformation(String capInformation) {
this.capInformation = capInformation;
}
/**
* The getter for the Mail Information.
*
* @return the Mail Information
*/
public String getMailInformation() {
return mailInformation;
}
/**
* The setter for the Mail Information.
*
* @param mailInformation the Mail Information to set
*/
public void setMailInformation(String mailInformation) {
this.mailInformation = mailInformation;
}
/**
* The getter for the Mail Status Expiry Date.
*
* @return the mailStatusExpDate
*/
public OffsetDateTime getMailStatusExpDate() {
return mailStatusExpDate;
}
/**
* The setter for the Mail Status Expiry Date.
*
* @param mailStatusExpDate the mailStatusExpDate to set
*/
public void setMailStatusExpDate(OffsetDateTime mailStatusExpDate) {
this.mailStatusExpDate = mailStatusExpDate;
}
/**
* The getter for Dialysis Patient.
*
* @return the dialysisPatient field value
*/
public String getDialysisPatient() {
return dialysisPatient;
}
/**
* The setter for Dialysis Patient.
*
* @param dialysisPatient the dialysisPatient field value to set
*/
public void setDialysisPatient(String dialysisPatient) {
this.dialysisPatient = dialysisPatient;
}
/**
* The getter for Nursing Home.
*
* @return the Nursing Home
*/
public String getNursingHome() {
return nursingHome;
}
/**
* The setter for Nursing Home.
*
* @param nursingHome the Nursing Home to set
*/
public void setNursingHome(String nursingHome) {
this.nursingHome = nursingHome;
}
/**
* The getter for Nursing Home Contract.
*
* @return the Nursing Home Contract status
*/
public String getNursingHomeContract() {
return nursingHomeContract;
}
/**
* The setter for Nursing Home Contract.
*
* @param nursingHomeContract the Nursing Home Contract status to set
*/
public void setNursingHomeContract(String nursingHomeContract) {
this.nursingHomeContract = nursingHomeContract;
}
/**
* The getter for the Last Date Of Contract.
*
* @return the Last Date Of Contract
*/
public OffsetDateTime getLastDateOfContract() {
return lastDateOfContract;
}
/**
* The setter for the Last Date Of Contract.
*
* @param lastDateOfContract the Last Date Of Contract to set
*/
public void setLastDateOfContract(OffsetDateTime lastDateOfContract) {
this.lastDateOfContract = lastDateOfContract;
}
/**
* The getter for the Respite Start Date.
*
* @return the Respite Start Date
*/
public OffsetDateTime getRespiteStartDate() {
return respiteStartDate;
}
/**
* The setter for the Respite Start Date.
*
* @param respiteStartDate the Respite Start Date to set
*/
public void setRespiteStartDate(OffsetDateTime respiteStartDate) {
this.respiteStartDate = respiteStartDate;
}
/**
* The getter for the Respite End Date.
*
* @return the Respite End Date
*/
public OffsetDateTime getRespiteEndDate() {
return respiteEndDate;
}
/**
* The setter for the Respite End Date.
*
* @param respiteEndDate the Respite End Date to set
*/
public void setRespiteEndDate(OffsetDateTime respiteEndDate) {
this.respiteEndDate = respiteEndDate;
}
/**
* The getter for the Other Language Preference.
*
* @return the Other Language Preference
*/
public String getOtherLanguagePref() {
return otherLanguagePref;
}
/**
* The setter for the Other Language Preference.
*
* @param otherLanguagePref the Other Language Preference to set
*/
public void setOtherLanguagePref(String otherLanguagePref) {
this.otherLanguagePref = otherLanguagePref;
}
/**
* The getter for the PMI Language Preference.
*
* @return the PMI Language Preference
*/
public String getPmiLanguagePref() {
return pmiLanguagePref;
}
/**
* The setter for the PMI Language Preference.
*
* @param pmiLanguagePref the PMI Language Preference to set
*/
public void setPmiLanguagePref(String pmiLanguagePref) {
this.pmiLanguagePref = pmiLanguagePref;
}
/**
* The getter for Remarks.
*
* @return the Remarks
*/
public String getRemarks() {
return remarks;
}
/**
* The setter for Remarks.
*
* @param remarks the Remarks to set
*/
public void setRemarks(String remarks) {
this.remarks = remarks;
}
/**
* The getter for Outpatient Narrative.
*
* @return the Outpatient Narrative
*/
public String getOpNarrative() {
return opNarrative;
}
/**
* The setter for Outpatient Narrative.
*
* @param opNarrative the Outpatient Narrative to set
*/
public void setOpNarrative(String opNarrative) {
this.opNarrative = opNarrative;
}
/**
* The getter for Inpatient Narrative.
*
* @return the Inpatient Narrative
*/
public String getIpNarrative() {
return ipNarrative;
}
/**
* The setter for Inpatient Narrative.
*
* @param ipNarrative the Inpatient Narrative to set
*/
public void setIpNarrative(String ipNarrative) {
this.ipNarrative = ipNarrative;
}
}