Summary Table

Categories Total Count
PII 0
URL 0
DNS 1
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

package gov.va.med.ars.model.response;

import java.math.BigInteger;
import java.util.List;
import java.util.Set;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;

/**
* @author
DNS
*
*/
@JsonIgnoreProperties(ignoreUnknown = true)
public class RfaiResponse {

@JsonInclude(JsonInclude.Include.NON_NULL)
private String contactInformation;
private String responseDate;
@JsonInclude(JsonInclude.Include.NON_NULL)
private BigInteger claimId;
@JsonInclude(JsonInclude.Include.NON_NULL)
private String payerName;
@JsonInclude(JsonInclude.Include.NON_NULL)
private String payerId;
private String informationReceiver;
@JsonInclude(JsonInclude.Include.NON_NULL)
private Long payerIndex;
private String providerInformation;
private String providerNpi;
private String providerTin;
private String patientLastname;
private String patientFirstName;

@JsonInclude(JsonInclude.Include.NON_NULL)
private String patientMiddleName;

@JsonInclude(JsonInclude.Include.NON_NULL)
private String patientSuffix;
private String patientIdentifier;
private String patientcontrolNumber;
private String payerClaimControlNumber;
private String billType;
private String clearingHouseId;

@JsonInclude(JsonInclude.Include.NON_NULL)
private String medicalRecordNumber;

@JsonInclude(JsonInclude.Include.NON_NULL)
private String submittedBy;

@JsonInclude(JsonInclude.Include.NON_NULL)
private String serviceFromDate;
@JsonInclude(JsonInclude.Include.NON_NULL)
private String serviceToDate;

@JsonInclude(JsonInclude.Include.NON_NULL)
private List<RfaiLineItemResponse> rfaiLineItemResponse;

@JsonInclude(JsonInclude.Include.NON_NULL)
private Set<CodeAndLevel> codeAndLevelList;

/**
*
*/
public RfaiResponse() {
super();
}

/**
* @param claimId
* @param payerName
* @param payerId
* @param informationReceiver
* @param responseDate
* @param providerInformation
* @param providerNpi
* @param provicerTin
* @param patientLastname
* @param patientFirstName
* @param patientIdentifier
* @param patientcontrolNumber
* @param payerClaimControlNumber
* @param billType
* @param clearingHouseId
* @param medicalRecordNumber
* @param serviceFromDate
* @param servicetoDate
*/
public RfaiResponse(BigInteger claimId, String payerName, String payerId, String informationReceiver,
String responseDate, String providerInformation, String providerNpi, String provicerTin,
String patientLastname, String patientFirstName, String patientIdentifier, String patientcontrolNumber,
String payerClaimControlNumber, String billType, String clearingHouseId, String medicalRecordNumber,
String serviceFromDate, String servicetoDate) {
super();
this.claimId = claimId;
this.payerName = payerName;
this.payerId = payerId;
this.informationReceiver = informationReceiver;
this.responseDate = responseDate;
this.providerInformation = providerInformation;
this.providerNpi = providerNpi;
this.providerTin = provicerTin;
this.patientLastname = patientLastname;
this.patientFirstName = patientFirstName;
this.patientIdentifier = patientIdentifier;
this.patientcontrolNumber = patientcontrolNumber;
this.payerClaimControlNumber = payerClaimControlNumber;
this.billType = billType;
this.clearingHouseId = clearingHouseId;
this.medicalRecordNumber = medicalRecordNumber;
this.serviceFromDate = serviceFromDate;
this.serviceToDate = servicetoDate;
}

/**
* @param claimId
* @param payerName
* @param payerId
* @param informationReceiver
* @param responseDate
* @param providerInformation
* @param providerNpi
* @param provicerTin
* @param patientLastname
* @param patientFirstName
* @param patientIdentifier
* @param patientcontrolNumber
* @param payerClaimControlNumber
* @param billType
* @param clearingHouseId
* @param medicalRecordNumber
* @param serviceFromDate
* @param servicetoDate
* @param rfaiLineItemResponse
* @param codeAndLevelList
*
*/
public RfaiResponse(BigInteger claimId, String payerName, String payerId, String informationReceiver,
String responseDate, String providerInformation, String providerNpi, String provicerTin,
String patientLastname, String patientFirstName, String patientIdentifier, String patientcontrolNumber,
String payerClaimControlNumber, String billType, String clearingHouseId, String medicalRecordNumber,
String serviceFromDate, String servicetoDate, List<RfaiLineItemResponse> rfaiLineItemResponse,
Set<CodeAndLevel> codeAndLevelList) {
super();
this.claimId = claimId;
this.payerName = payerName;
this.payerId = payerId;
this.informationReceiver = informationReceiver;
this.responseDate = responseDate;
this.providerInformation = providerInformation;
this.providerNpi = providerNpi;
this.providerTin = provicerTin;
this.patientLastname = patientLastname;
this.patientFirstName = patientFirstName;
this.patientIdentifier = patientIdentifier;
this.patientcontrolNumber = patientcontrolNumber;
this.payerClaimControlNumber = payerClaimControlNumber;
this.billType = billType;
this.clearingHouseId = clearingHouseId;
this.medicalRecordNumber = medicalRecordNumber;
this.serviceFromDate = serviceFromDate;
this.serviceToDate = servicetoDate;
this.rfaiLineItemResponse = rfaiLineItemResponse;
this.codeAndLevelList = codeAndLevelList;
}

/**
* @param claimId
* @param payerName
* @param payerId
* @param informationReceiver
* @param responseDate
* @param providerInformation
* @param providerNpi
* @param provicerTin
* @param patientLastname
* @param patientFirstName
* @param patientIdentifier
* @param patientcontrolNumber
* @param payerClaimControlNumber
* @param billType
* @param clearingHouseId
* @param medicalRecordNumber
* @param serviceFromDate
* @param servicetoDate
* @param rfaiLineItemResponse
*/
public RfaiResponse(BigInteger claimId, String payerName, String payerId, String informationReceiver,
String responseDate, String providerInformation, String providerNpi, String provicerTin,
String patientLastname, String patientFirstName, String patientIdentifier, String patientcontrolNumber,
String payerClaimControlNumber, String billType, String clearingHouseId, String medicalRecordNumber,
String serviceFromDate, String servicetoDate, List<RfaiLineItemResponse> rfaiLineItemResponse) {
super();
this.claimId = claimId;
this.payerName = payerName;
this.payerId = payerId;
this.informationReceiver = informationReceiver;
this.responseDate = responseDate;
this.providerInformation = providerInformation;
this.providerNpi = providerNpi;
this.providerTin = provicerTin;
this.patientLastname = patientLastname;
this.patientFirstName = patientFirstName;
this.patientIdentifier = patientIdentifier;
this.patientcontrolNumber = patientcontrolNumber;
this.payerClaimControlNumber = payerClaimControlNumber;
this.billType = billType;
this.clearingHouseId = clearingHouseId;
this.medicalRecordNumber = medicalRecordNumber;
this.serviceFromDate = serviceFromDate;
this.serviceToDate = servicetoDate;
this.rfaiLineItemResponse = rfaiLineItemResponse;
}

/**
* @param claimId
* @param payerName
* @param payerId
* @param informationReceiver
* @param responseDate
* @param contactInformation
* @param providerInformation
* @param providerNpi
* @param provicerTin
* @param patientLastname
* @param patientFirstName
* @param patientIdentifier
* @param patientcontrolNumber
* @param payerClaimControlNumber
* @param billType
* @param clearingHouseId
* @param medicalRecordNumber
* @param serviceFromDate
* @param servicetoDate
* @param rfaiLineItemResponse
*/
public RfaiResponse(BigInteger claimId, String payerName, String payerId, String informationReceiver,
String responseDate, String contactInformation, String providerInformation, String providerNpi,
String provicerTin, String patientLastname, String patientFirstName, String patientIdentifier,
String patientcontrolNumber, String payerClaimControlNumber, String billType, String clearingHouseId,
String medicalRecordNumber, String serviceFromDate, String servicetoDate,
List<RfaiLineItemResponse> rfaiLineItemResponse, Set<CodeAndLevel> codeAndLevelList) {
super();
this.claimId = claimId;
this.payerName = payerName;
this.payerId = payerId;
this.informationReceiver = informationReceiver;
this.responseDate = responseDate;
this.contactInformation = contactInformation;
this.providerInformation = providerInformation;
this.providerNpi = providerNpi;
this.providerTin = provicerTin;
this.patientLastname = patientLastname;
this.patientFirstName = patientFirstName;
this.patientIdentifier = patientIdentifier;
this.patientcontrolNumber = patientcontrolNumber;
this.payerClaimControlNumber = payerClaimControlNumber;
this.billType = billType;
this.clearingHouseId = clearingHouseId;
this.medicalRecordNumber = medicalRecordNumber;
this.serviceFromDate = serviceFromDate;
this.serviceToDate = servicetoDate;
this.rfaiLineItemResponse = rfaiLineItemResponse;
this.codeAndLevelList = codeAndLevelList;
}

public RfaiResponse(String contactInformation, String responseDate, BigInteger claimId, String informationReceiver,
Long payerIndex, String providerInformation, String providerNpi, String providerTin, String patientLastname,
String patientFirstName, String patientMiddleName, String patientSuffix, String patientIdentifier,
String patientcontrolNumber, String payerClaimControlNumber, String billType, String clearingHouseId,
String medicalRecordNumber, String submittedBy, String serviceFromDate, String serviceToDate,
List<RfaiLineItemResponse> rfaiLineItemResponse, Set<CodeAndLevel> codeAndLevelList) {
super();
this.contactInformation = contactInformation;
this.responseDate = responseDate;
this.claimId = claimId;
this.informationReceiver = informationReceiver;
this.payerIndex = payerIndex;
this.providerInformation = providerInformation;
this.providerNpi = providerNpi;
this.providerTin = providerTin;
this.patientLastname = patientLastname;
this.patientFirstName = patientFirstName;
this.patientMiddleName = patientMiddleName;
this.patientSuffix = patientSuffix;
this.patientIdentifier = patientIdentifier;
this.patientcontrolNumber = patientcontrolNumber;
this.payerClaimControlNumber = payerClaimControlNumber;
this.billType = billType;
this.clearingHouseId = clearingHouseId;
this.medicalRecordNumber = medicalRecordNumber;
this.submittedBy = submittedBy;
this.serviceFromDate = serviceFromDate;
this.serviceToDate = serviceToDate;
this.rfaiLineItemResponse = rfaiLineItemResponse;
this.codeAndLevelList = codeAndLevelList;
}

public Long getPayerIndex() {
return payerIndex;
}

public void setPayerIndex(Long payerIndex) {
this.payerIndex = payerIndex;
}

/**
*
* @return claimId
*/
public BigInteger getClaimId() {
return claimId;
}

/**
*
* @param claimId
*/
public void setClaimId(BigInteger claimId) {
this.claimId = claimId;
}

/**
* @return the payerName
*/
public String getPayerName() {
return payerName;
}

/**
* @param payerName
* the payerName to set
*/
public void setPayerName(String payerName) {
this.payerName = payerName;
}

/**
* @return the payerId
*/
public String getPayerId() {
return payerId;
}

/**
* @param payerId
* the payerId to set
*/
public void setPayerId(String payerId) {
this.payerId = payerId;
}

/**
* @return the informationReceiver
*/
public String getInformationReceiver() {
return informationReceiver;
}

/**
* @param informationReceiver
* the informationReceiver to set
*/
public void setInformationReceiver(String informationReceiver) {
this.informationReceiver = informationReceiver;
}

/**
* @return the responseDate
*/
public String getResponseDate() {
return responseDate;
}

/**
* @param responseDate
* the responseDate to set
*/
public void setResponseDate(String responseDate) {
this.responseDate = responseDate;
}

/**
* @return the contactInformation
*/
public String getContactInformation() {
return contactInformation;
}

/**
* @param contactInformation
* the contactInformation to set
*/
public void setContactInformation(String contactInformation) {
this.contactInformation = contactInformation;
}

/**
* @return the providerInformation
*/
public String getProviderInformation() {
return providerInformation;
}

/**
* @param providerInformation
* the providerInformation to set
*/
public void setProviderInformation(String providerInformation) {
this.providerInformation = providerInformation;
}

/**
* @return the providerNpi
*/
public String getProviderNpi() {
return providerNpi;
}

/**
* @param providerNpi
* the providerNpi to set
*/
public void setProviderNpi(String providerNpi) {
this.providerNpi = providerNpi;
}

/**
* @return the provicerTin
*/
public String getProviderTin() {
return providerTin;
}

/**
* @param providerTin
* the provicerTin to set
*/
public void setProviderTin(String providerTin) {
this.providerTin = providerTin;
}

/**
* @return the patientLastname
*/
public String getPatientLastname() {
return patientLastname;
}

/**
* @param patientLastname
* the patientLastname to set
*/
public void setPatientLastname(String patientLastname) {
this.patientLastname = patientLastname;
}

/**
* @return the patientFirstName
*/
public String getPatientFirstName() {
return patientFirstName;
}

/**
* @param patientFirstName
* the patientFirstName to set
*/
public void setPatientFirstName(String patientFirstName) {
this.patientFirstName = patientFirstName;
}

/**
* @return the patientIdentifier
*/
public String getPatientIdentifier() {
return patientIdentifier;
}

/**
* @param patientIdentifier
* the patientIdentifier to set
*/
public void setPatientIdentifier(String patientIdentifier) {
this.patientIdentifier = patientIdentifier;
}

/**
* @return the patientcontrolNumber
*/
public String getPatientcontrolNumber() {
return patientcontrolNumber;
}

/**
* @param patientcontrolNumber
* the patientcontrolNumber to set
*/
public void setPatientcontrolNumber(String patientcontrolNumber) {
this.patientcontrolNumber = patientcontrolNumber;
}

/**
* @return the payerClaimControlNumber
*/
public String getPayerClaimControlNumber() {
return payerClaimControlNumber;
}

/**
* @param payerClaimControlNumber
* the payerClaimControlNumber to set
*/
public void setPayerClaimControlNumber(String payerClaimControlNumber) {
this.payerClaimControlNumber = payerClaimControlNumber;
}

/**
* @return the billType
*/
public String getBillType() {
return billType;
}

/**
* @param billType
* the billType to set
*/
public void setBillType(String billType) {
this.billType = billType;
}

/**
* @return the medicalRecordNumber
*/
public String getMedicalRecordNumber() {
return medicalRecordNumber;
}

/**
* @param medicalRecordNumber
* the medicalRecordNumber to set
*/
public void setMedicalRecordNumber(String medicalRecordNumber) {
this.medicalRecordNumber = medicalRecordNumber;
}

/**
* @return the clearingHouseId
*/
public String getClearingHouseId() {
return clearingHouseId;
}

/**
* @param clearingHouseId
* the clearingHouseId to set
*/
public void setClearingHouseId(String clearingHouseId) {
this.clearingHouseId = clearingHouseId;
}

/**
* @return the rfaiLineItemResponse
*/
public List<RfaiLineItemResponse> getRfaiLineItemResponse() {
return rfaiLineItemResponse;
}

/**
* @param rfaiLineItemResponse
* the rfaiLineItemResponse to set
*/
public void setRfaiLineItemResponse(List<RfaiLineItemResponse> rfaiLineItemResponse) {
this.rfaiLineItemResponse = rfaiLineItemResponse;
}

/**
* @return the serviceFromDate
*/
public String getServiceFromDate() {
return serviceFromDate;
}

/**
* @param serviceFromDate
* the serviceFromDate to set
*/
public void setServiceFromDate(String serviceFromDate) {
this.serviceFromDate = serviceFromDate;
}

/**
* @return the servicetoDate
*/
public String getServiceToDate() {
return serviceToDate;
}

/**
* @param serviceToDate
* the servicetoDate to set
*/
public void setServiceToDate(String serviceToDate) {
this.serviceToDate = serviceToDate;
}

/**
* @return the codeAndLevelList
*/
public Set<CodeAndLevel> getCodeAndLevelList() {
return codeAndLevelList;
}

/**
* @param codeAndLevelList
* the codeAndLevelList to set
*/
public void setCodeAndLevelList(Set<CodeAndLevel> codeAndLevelList) {
this.codeAndLevelList = codeAndLevelList;
}

/**
* @return the submittedBy
*/
public String getSubmittedBy() {
return submittedBy;
}

/**
* @param submittedBy
* the submittedBy to set
*/
public void setSubmittedBy(String submittedBy) {
this.submittedBy = submittedBy;
}

public String getPatientMiddleName() {
return patientMiddleName;
}

public void setPatientMiddleName(String patientMiddleName) {
this.patientMiddleName = patientMiddleName;
}

public String getPatientSuffix() {
return patientSuffix;
}

public void setPatientSuffix(String patientSuffix) {
this.patientSuffix = patientSuffix;
}

}