Update files

This commit is contained in:
mahdahar 2026-02-16 10:16:07 +07:00
parent c2eec916e9
commit 8c44cc84a2
2 changed files with 47 additions and 43 deletions

View File

@ -40,7 +40,7 @@ class AreaGeoController extends BaseController {
}
public function getCities() {
$filter = [ 'Parent' => $this->request->getVar('province_id') ?? null ];
$filter = [ 'Parent' => $this->request->getVar('ProvinceID') ?? null ];
$rows = $this->model->getCities($filter);
$transformed = array_map(function($row) {
return ['value' => $row['AreaGeoID'], 'label' => $row['AreaName']];

View File

@ -738,7 +738,8 @@ components:
Flag:
type: string
examples:
$1 Unit: mg/dL
$1:
Unit: mg/dL
refnum:
- RefNumID: 1
NumRefType: NMRC
@ -782,7 +783,8 @@ components:
AgeEnd: 120
Flag: L
Interpretation: Critical Low
$1 Unit: null
$2:
Unit: null
reftxt:
- RefTxtID: 1
TxtRefType: TEXT
@ -823,7 +825,8 @@ components:
DisciplineID: 1
DepartmentID: 1
Unit: mg/dL
$1 Unit: null
$3:
Unit: null
Formula: "BUN / Creatinine"
refnum:
- RefNumID: 5
@ -843,7 +846,8 @@ components:
AgeEnd: 120
Flag: N
Interpretation: Normal
$1 Unit: null
$4:
Unit: null
Formula: "BUN / Creatinine"
refnum:
- RefNumID: 6
@ -4383,7 +4387,7 @@ paths:
security:
- bearerAuth: []
parameters:
- name: province_id
- name: ProvinceID
in: query
schema:
type: integer