Update files
This commit is contained in:
parent
c2eec916e9
commit
8c44cc84a2
@ -40,7 +40,7 @@ class AreaGeoController extends BaseController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getCities() {
|
public function getCities() {
|
||||||
$filter = [ 'Parent' => $this->request->getVar('province_id') ?? null ];
|
$filter = [ 'Parent' => $this->request->getVar('ProvinceID') ?? null ];
|
||||||
$rows = $this->model->getCities($filter);
|
$rows = $this->model->getCities($filter);
|
||||||
$transformed = array_map(function($row) {
|
$transformed = array_map(function($row) {
|
||||||
return ['value' => $row['AreaGeoID'], 'label' => $row['AreaName']];
|
return ['value' => $row['AreaGeoID'], 'label' => $row['AreaName']];
|
||||||
|
|||||||
@ -738,7 +738,8 @@ components:
|
|||||||
Flag:
|
Flag:
|
||||||
type: string
|
type: string
|
||||||
examples:
|
examples:
|
||||||
$1 Unit: mg/dL
|
$1:
|
||||||
|
Unit: mg/dL
|
||||||
refnum:
|
refnum:
|
||||||
- RefNumID: 1
|
- RefNumID: 1
|
||||||
NumRefType: NMRC
|
NumRefType: NMRC
|
||||||
@ -782,7 +783,8 @@ components:
|
|||||||
AgeEnd: 120
|
AgeEnd: 120
|
||||||
Flag: L
|
Flag: L
|
||||||
Interpretation: Critical Low
|
Interpretation: Critical Low
|
||||||
$1 Unit: null
|
$2:
|
||||||
|
Unit: null
|
||||||
reftxt:
|
reftxt:
|
||||||
- RefTxtID: 1
|
- RefTxtID: 1
|
||||||
TxtRefType: TEXT
|
TxtRefType: TEXT
|
||||||
@ -823,7 +825,8 @@ components:
|
|||||||
DisciplineID: 1
|
DisciplineID: 1
|
||||||
DepartmentID: 1
|
DepartmentID: 1
|
||||||
Unit: mg/dL
|
Unit: mg/dL
|
||||||
$1 Unit: null
|
$3:
|
||||||
|
Unit: null
|
||||||
Formula: "BUN / Creatinine"
|
Formula: "BUN / Creatinine"
|
||||||
refnum:
|
refnum:
|
||||||
- RefNumID: 5
|
- RefNumID: 5
|
||||||
@ -843,7 +846,8 @@ components:
|
|||||||
AgeEnd: 120
|
AgeEnd: 120
|
||||||
Flag: N
|
Flag: N
|
||||||
Interpretation: Normal
|
Interpretation: Normal
|
||||||
$1 Unit: null
|
$4:
|
||||||
|
Unit: null
|
||||||
Formula: "BUN / Creatinine"
|
Formula: "BUN / Creatinine"
|
||||||
refnum:
|
refnum:
|
||||||
- RefNumID: 6
|
- RefNumID: 6
|
||||||
@ -4383,7 +4387,7 @@ paths:
|
|||||||
security:
|
security:
|
||||||
- bearerAuth: []
|
- bearerAuth: []
|
||||||
parameters:
|
parameters:
|
||||||
- name: province_id
|
- name: ProvinceID
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user