Update files
This commit is contained in:
parent
c2eec916e9
commit
8c44cc84a2
@ -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']];
|
||||
|
||||
@ -738,8 +738,9 @@ components:
|
||||
Flag:
|
||||
type: string
|
||||
examples:
|
||||
$1 Unit: mg/dL
|
||||
refnum:
|
||||
$1:
|
||||
Unit: mg/dL
|
||||
refnum:
|
||||
- RefNumID: 1
|
||||
NumRefType: NMRC
|
||||
NumRefTypeLabel: Numeric
|
||||
@ -782,8 +783,9 @@ components:
|
||||
AgeEnd: 120
|
||||
Flag: L
|
||||
Interpretation: Critical Low
|
||||
$1 Unit: null
|
||||
reftxt:
|
||||
$2:
|
||||
Unit: null
|
||||
reftxt:
|
||||
- RefTxtID: 1
|
||||
TxtRefType: TEXT
|
||||
TxtRefTypeLabel: Text
|
||||
@ -823,43 +825,45 @@ components:
|
||||
DisciplineID: 1
|
||||
DepartmentID: 1
|
||||
Unit: mg/dL
|
||||
$1 Unit: null
|
||||
Formula: "BUN / Creatinine"
|
||||
refnum:
|
||||
- RefNumID: 5
|
||||
NumRefType: NMRC
|
||||
NumRefTypeLabel: Numeric
|
||||
RangeType: REF
|
||||
RangeTypeLabel: Reference Range
|
||||
Sex: '1'
|
||||
SexLabel: Female
|
||||
LowSign: GE
|
||||
LowSignLabel: ">="
|
||||
HighSign: LE
|
||||
HighSignLabel: "<="
|
||||
Low: 10
|
||||
High: 20
|
||||
AgeStart: 18
|
||||
AgeEnd: 120
|
||||
Flag: N
|
||||
Interpretation: Normal
|
||||
$1 Unit: null
|
||||
Formula: "BUN / Creatinine"
|
||||
refnum:
|
||||
- RefNumID: 6
|
||||
NumRefType: THOLD
|
||||
NumRefTypeLabel: Threshold
|
||||
RangeType: PANIC
|
||||
RangeTypeLabel: Panic Range
|
||||
Sex: '1'
|
||||
SexLabel: Female
|
||||
LowSign: GT
|
||||
LowSignLabel: ">"
|
||||
Low: 20
|
||||
AgeStart: 18
|
||||
AgeEnd: 120
|
||||
Flag: H
|
||||
Interpretation: Elevated - possible prerenal cause
|
||||
$3:
|
||||
Unit: null
|
||||
Formula: "BUN / Creatinine"
|
||||
refnum:
|
||||
- RefNumID: 5
|
||||
NumRefType: NMRC
|
||||
NumRefTypeLabel: Numeric
|
||||
RangeType: REF
|
||||
RangeTypeLabel: Reference Range
|
||||
Sex: '1'
|
||||
SexLabel: Female
|
||||
LowSign: GE
|
||||
LowSignLabel: ">="
|
||||
HighSign: LE
|
||||
HighSignLabel: "<="
|
||||
Low: 10
|
||||
High: 20
|
||||
AgeStart: 18
|
||||
AgeEnd: 120
|
||||
Flag: N
|
||||
Interpretation: Normal
|
||||
$4:
|
||||
Unit: null
|
||||
Formula: "BUN / Creatinine"
|
||||
refnum:
|
||||
- RefNumID: 6
|
||||
NumRefType: THOLD
|
||||
NumRefTypeLabel: Threshold
|
||||
RangeType: PANIC
|
||||
RangeTypeLabel: Panic Range
|
||||
Sex: '1'
|
||||
SexLabel: Female
|
||||
LowSign: GT
|
||||
LowSignLabel: ">"
|
||||
Low: 20
|
||||
AgeStart: 18
|
||||
AgeEnd: 120
|
||||
Flag: H
|
||||
Interpretation: Elevated - possible prerenal cause
|
||||
|
||||
GROUP:
|
||||
summary: Panel/Profile - no reference range allowed
|
||||
@ -4383,7 +4387,7 @@ paths:
|
||||
security:
|
||||
- bearerAuth: []
|
||||
parameters:
|
||||
- name: province_id
|
||||
- name: ProvinceID
|
||||
in: query
|
||||
schema:
|
||||
type: integer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user