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() { 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']];

View File

@ -738,8 +738,9 @@ components:
Flag: Flag:
type: string type: string
examples: examples:
$1 Unit: mg/dL $1:
refnum: Unit: mg/dL
refnum:
- RefNumID: 1 - RefNumID: 1
NumRefType: NMRC NumRefType: NMRC
NumRefTypeLabel: Numeric NumRefTypeLabel: Numeric
@ -782,8 +783,9 @@ components:
AgeEnd: 120 AgeEnd: 120
Flag: L Flag: L
Interpretation: Critical Low Interpretation: Critical Low
$1 Unit: null $2:
reftxt: Unit: null
reftxt:
- RefTxtID: 1 - RefTxtID: 1
TxtRefType: TEXT TxtRefType: TEXT
TxtRefTypeLabel: Text TxtRefTypeLabel: Text
@ -823,43 +825,45 @@ components:
DisciplineID: 1 DisciplineID: 1
DepartmentID: 1 DepartmentID: 1
Unit: mg/dL Unit: mg/dL
$1 Unit: null $3:
Formula: "BUN / Creatinine" Unit: null
refnum: Formula: "BUN / Creatinine"
- RefNumID: 5 refnum:
NumRefType: NMRC - RefNumID: 5
NumRefTypeLabel: Numeric NumRefType: NMRC
RangeType: REF NumRefTypeLabel: Numeric
RangeTypeLabel: Reference Range RangeType: REF
Sex: '1' RangeTypeLabel: Reference Range
SexLabel: Female Sex: '1'
LowSign: GE SexLabel: Female
LowSignLabel: ">=" LowSign: GE
HighSign: LE LowSignLabel: ">="
HighSignLabel: "<=" HighSign: LE
Low: 10 HighSignLabel: "<="
High: 20 Low: 10
AgeStart: 18 High: 20
AgeEnd: 120 AgeStart: 18
Flag: N AgeEnd: 120
Interpretation: Normal Flag: N
$1 Unit: null Interpretation: Normal
Formula: "BUN / Creatinine" $4:
refnum: Unit: null
- RefNumID: 6 Formula: "BUN / Creatinine"
NumRefType: THOLD refnum:
NumRefTypeLabel: Threshold - RefNumID: 6
RangeType: PANIC NumRefType: THOLD
RangeTypeLabel: Panic Range NumRefTypeLabel: Threshold
Sex: '1' RangeType: PANIC
SexLabel: Female RangeTypeLabel: Panic Range
LowSign: GT Sex: '1'
LowSignLabel: ">" SexLabel: Female
Low: 20 LowSign: GT
AgeStart: 18 LowSignLabel: ">"
AgeEnd: 120 Low: 20
Flag: H AgeStart: 18
Interpretation: Elevated - possible prerenal cause AgeEnd: 120
Flag: H
Interpretation: Elevated - possible prerenal cause
GROUP: GROUP:
summary: Panel/Profile - no reference range allowed summary: Panel/Profile - no reference range allowed
@ -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