This PR adds several addition on MonitoringCase
and MonitoringCaseHistory
and its filter/search/ordering fields:
-
is_medicated
to specify if the medication is finished -
medication_outcome
to specify the outcome of the finished medication
Also added more filter/search/ordering fields for MonitoringCase
and MonitoringCaseHistory
against its investigation_case
relation field:
-
investigation_case__case_subject__name
, -
investigation_case__case_subject__age
, -
investigation_case__case_subject__is_male
, -
investigation_case__case_subject__address
, -
investigation_case__case_subject__district
, -
investigation_case__case_subject__sub_district
, -
investigation_case__case_subject__created_at
, -
investigation_case__reference_case__case_relation
, -
investigation_case__reference_case__medical_symptoms
, -
investigation_case__reference_case__risk_factors
, -
investigation_case__reference_case__is_referral_needed
, -
investigation_case__reference_case__medical_facility_reference
, -
investigation_case__reference_case__outcome
, -
investigation_case__reference_case__created_at
,