Interface MpiQueryResponse

All Known Implementing Classes:
V3PdqQueryResponse

public interface MpiQueryResponse
The Interface MpiQueryResponse describes a generic Mpi Query Response.
  • Method Details

    • getCurrentNumbers

      int getCurrentNumbers()
      Gets the current numbers of returned patients in the query.
      Returns:
      the current numbers
    • getPatients

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

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

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

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