generated from openmrs/openmrs-content-template
-
Notifications
You must be signed in to change notification settings - Fork 24
ALP (Alkaline Phosphatase) reference ranges #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
186a116
ALP (Alkaline Phosphatase) reference ranges
VeronicaMuthee 975c47a
Update alpreferenceranges.csv
VeronicaMuthee 4f04dee
Update alpreferenceranges.csv
VeronicaMuthee c79a4d0
Update alpreferenceranges.csv
VeronicaMuthee 04a64cb
Review suggestions
denniskigen 64c2b39
Update configuration/backend_configuration/conceptreferencerange/alpr…
VeronicaMuthee 543e097
Update configuration/backend_configuration/conceptreferencerange/alpr…
VeronicaMuthee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
configuration/backend_configuration/conceptreferencerange/alpreferenceranges.csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| Uuid,Concept Numeric uuid,Label,Absolute low,Critical low,Normal low,Normal high,Critical high,Absolute high,Criteria | ||
| e1d6108b-b395-4c41-bd6f-1c9cbb33b94b,785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,ALP Newborn (0-2 weeks),0,50,80,250,350,,$patient.getAgeInWeeks() >= 0 && $patient.getAgeInWeeks() <= 2 | ||
| cc91a686-9e8d-4b3f-9550-e0638015317e,785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,ALP Infants (2 weeks - 12 months),0,80,120,420,550,,$patient.getAgeInWeeks() > 2 && $patient.getAgeInMonths() <= 12 | ||
| 84e6bed7-aad3-4d14-b6b4-c719abad726d,785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,ALP Children (1 - 9 years),0,100,150,420,550,,$patient.getAge() > 1 && $patient.getAge() <= 10 | ||
| 5272f002-edd6-4a9c-869e-b68b1b7adc88,785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,ALP Adolescents (10 - 14 years) - F,0,120,150,500,650,,"$patient.getAge() > 10 && $patient.getAge() <= 14 && $patient.getGender() == ""F""" | ||
| 45d59594-8216-4e17-93fc-4e578090fcaf,785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,ALP Adolescents (10 - 18 years) - M,0,150,200,400,500,,"$patient.getAge() > 10 && $patient.getAge() <= 18 && $patient.getGender() == ""M""" | ||
| dd9a6f84-74a3-4268-981a-57c07a47e282,785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,ALP Late Adolescents (15 - 18 years) - F,0,80,120,350,450,,"$patient.getAge() >= 15 && $patient.getAge() <= 18 && $patient.getGender() == ""F""" | ||
| 31fee95c-c070-40ed-95e8-c79bbc9c7708,785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,ALP Adult Men (>18 years),0,25,35,147,200,,"$patient.getAge() > 18 && $patient.getGender() == ""M""" | ||
| 93395ab8-deb2-4d28-aea5-1be73dc2554b,785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,"ALP Adult (Non-Pregnant Women, > 18 years)",0,25,35,147,200,,"$patient.getAge() > 18 && $patient.getGender() == ""F"" && $patient.isPregnant() == false" | ||
| f072fe91-dccc-4fa9-b4c6-c49cefb80202,785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,ALP Pregnant Women,0,40,60,250,350,,"$patient.getGender() == ""F"" && (($fn.isObsValueCodedAnswer(""CIEL:45"", $patient, ""703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"") || $fn.isObsValueCodedAnswer(""CIEL:1945"", $patient, ""703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"") || $fn.isObsValueCodedAnswer(""CIEL:5272"", $patient, ""CIEL:1065"")) == true)" | ||
VeronicaMuthee marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.