Show Presumed Diagnoses in Report

We are using this report, but there seems no way to include Presumed diagnoses, it only shows Confirmed ones.

How can we report this information?

    "diagnosisReport": {
    "name": "Diagnosis",
    "type": "diagnosisCount",
    "config": {
        "icd10ConceptSource":"ICD 10 - WHO",
        "ageGroupName": "All Ages",
        "rowsGroupBy": [
        "header_concept_name",
        "leaf_concept_name"
        ],
        "visitTypes":["OPD"],
        "columnsGroupBy": [
        "gender",
        "agegroup_name"
        ]
    }
},

The existing diagnosis report does not report " Presumed" diagnoses. However you can write your own custom sql to do this. You can refer Custom SQL section in this page.

Thanks, I will need to brush up on my SQL.