Method: Renalware::Pathology::Patient#required_patient_pathology
- Defined in:
- app/models/renalware/pathology/patient.rb
#required_patient_pathology ⇒ Object
29 30 31 32 33 |
# File 'app/models/renalware/pathology/patient.rb', line 29 def required_patient_pathology Requests::PatientAlgorithm.new( self, date: date_for_algorithms ).determine_required_tests end |