Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Jul 10, 2024
1 parent 7adca3b commit aae9f3e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,11 @@ VisitDomainWrapper createRetrospectiveVisit(Patient patient, Location location,
@Deprecated
List<Visit> getVisitsAwaitingAdmission(Location location, Collection<Integer> patientIds, Collection<Integer> visitIds);

/**
* Returns all List of InpatientRequest that match the given search criteria
* @param criteria - represents the criteria by which inpatient requests are searched and returned
* @return List<InpatientRequest> of the matching InpatientRequests that match the criteria
*/
List<InpatientRequest> getInpatientRequests(InpatientRequestSearchCriteria criteria);

/**
Expand Down

0 comments on commit aae9f3e

Please sign in to comment.