Class MasterPatientIndexQueryResponse

java.lang.Object
org.projecthusky.communication.MasterPatientIndexQueryResponse

public class MasterPatientIndexQueryResponse extends Object
The Class MasterPatientIndexQueryResponse.
  • Constructor Details

    • MasterPatientIndexQueryResponse

      protected MasterPatientIndexQueryResponse(MpiQueryResponse mpiQueryResponse)
      Instantiates a new master patient index query response.
      Parameters:
      mpiQueryResponse - the mpi query response
  • Method Details

    • getCurrentNumbers

      public int getCurrentNumbers()
      Gets the current numbers.
      Returns:
      the current numbers
    • getPatients

      public List<Patient> getPatients()
      Gets the patients from the query.
      Returns:
      the patients
    • getRemainingNumbers

      public int getRemainingNumbers()
      Gets the remaining numbers of patients in the query.
      Returns:
      the remaining numbers
    • getSuccess

      public boolean getSuccess()
      Query state
      Returns:
      true if successful
    • getTotalNumbers

      public int getTotalNumbers()
      Gets the total numbers of patients from the query.
      Returns:
      the total numbers
    • getMpiQueryResponse

      public MpiQueryResponse getMpiQueryResponse()