Skip to content

All patient problems

Mateusz Urbański edited this page Apr 26, 2016 · 1 revision

To find all patient problems use find_patient_problems method.

This method will return instance of PatientProblemCollection.

client.find_patient_problems(
  practice_id: 195_900
  department_id: 1,
  patient_id: 1
)