We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc88e60 commit 1e1dbdbCopy full SHA for 1e1dbdb
packages/esm-patient-queues-app/src/active-visits/patient-queues.resource.ts
@@ -225,7 +225,7 @@ export async function checkCurrentVisit(patientUuid) {
225
}
226
227
export function usePatientQueues(filter: PatientQueueFilter) {
228
- const apiUrl = `${restBaseUrl}/patientqueue${toQueryParams(filter)}`;
+ const apiUrl = `${restBaseUrl}/patientqueue${toQueryParams(filter)}&onlyInQueueRooms=true&totalCount=true&v=full`;
229
const { data, error, isLoading } = useSWR<
230
{
231
data: PageableResult<PatientQueue>;
0 commit comments