Skip to content

Commit

Permalink
Set the default representation to DEFAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Jul 12, 2024
1 parent 2165c36 commit bea208d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public SimpleObject getInpatientRequests(
@RequestParam(required = false, value = "dispositionLocation") List<Location> dispositionLocations,
@RequestParam(required = false, value = "dispositionType") List<DispositionType> dispositionTypes
) {
RequestContext context = RestUtil.getRequestContext(request, response, Representation.REF);
RequestContext context = RestUtil.getRequestContext(request, response, Representation.DEFAULT);
InpatientRequestSearchCriteria criteria = new InpatientRequestSearchCriteria();
criteria.setVisitLocation(visitLocation);
criteria.setDispositionLocations(dispositionLocations);
Expand Down

0 comments on commit bea208d

Please sign in to comment.