DerDu/SPHERE-Framework

View on GitHub
Application/Api/People/Meta/MedicalRecord/MedicalRecordReadOnly.php

Summary

Maintainability
A
1 hr
Test Coverage

Method openOverViewModal has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function openOverViewModal($PersonId)
    {

        $tblPerson = Person::useService()->getPersonById($PersonId);
        if(!$tblPerson){
Severity: Minor
Found in Application/Api/People/Meta/MedicalRecord/MedicalRecordReadOnly.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status