Method: Renalware::Pathology::Patient#required_observation_requests

Defined in:
app/models/renalware/pathology/patient.rb

#required_observation_requests(clinic) ⇒ Object



23
24
25
26
27
# File 'app/models/renalware/pathology/patient.rb', line 23

def required_observation_requests(clinic)
  Requests::GlobalAlgorithm.new(
    self, clinic, date: date_for_algorithms
  ).determine_required_request_descriptions
end