Skip to content

Commit

Permalink
Separate the CR search operation from default
Browse files Browse the repository at this point in the history
  • Loading branch information
reagan-meant committed Jun 11, 2024
1 parent 508a41f commit ef5af32
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ public List<Patient> getCRPatientById(
return patients;
}

@Search

@Operation(name = "$search", idempotent = true)
public List<Patient> searchClientRegistryPatients() {
throw new NotImplementedOperationException("search client registry is not yet implemented");
}
Expand Down

0 comments on commit ef5af32

Please sign in to comment.