Skip to content

Commit

Permalink
Merge branch 'develop' into issue/9837/paginated-list-usequery
Browse files Browse the repository at this point in the history
  • Loading branch information
rajku-dev authored Feb 2, 2025
2 parents 66c3284 + 313f0b5 commit 52e2e2d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ossar-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# Run open source static analysis tools
- name: Run OSSAR
uses: github/ossar-action@fae13e456b9973657a670eef6bccc3a4c2b5153d
uses: github/ossar-action@v1
id: ossar

# Upload results to the Security tab
Expand Down
Binary file added public/images/wave_long.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/wave_long_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@
"encounter_date_field_label__HI": "Date & Time of Consultation",
"encounter_date_field_label__OP": "Date & Time of Out-patient visit",
"encounter_date_field_label__R": "Date & Time of Consultation",
"encounter_diet_preference__diary_free": "Diary free",
"encounter_diet_preference__dairy_free": "Diary free",
"encounter_diet_preference__gluten_free": "Gluten free",
"encounter_diet_preference__halal": "Halal",
"encounter_diet_preference__kosher": "Kosher",
Expand Down
2 changes: 1 addition & 1 deletion public/locale/ml.json
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@
"encounter_date_field_label__HI": "കൂടിയാലോചനയുടെ തീയതിയും സമയവും",
"encounter_date_field_label__OP": "ഔട്ട്-പേഷ്യൻ്റ് സന്ദർശന തീയതിയും സമയവും",
"encounter_date_field_label__R": "കൂടിയാലോചനയുടെ തീയതിയും സമയവും",
"encounter_diet_preference__diary_free": "ഡയറി സൗജന്യം",
"encounter_diet_preference__dairy_free": "ഡയറി സൗജന്യം",
"encounter_diet_preference__gluten_free": "ഗ്ലൂറ്റൻ ഫ്രീ",
"encounter_diet_preference__halal": "ഹലാൽ",
"encounter_diet_preference__kosher": "കോഷർ",
Expand Down
2 changes: 1 addition & 1 deletion src/types/emr/encounter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const ENCOUNTER_CLASS = [

export const ENCOUNTER_DIET_PREFERENCE = [
"vegetarian",
"diary_free",
"dairy_free",
"nut_free",
"gluten_free",
"vegan",
Expand Down

0 comments on commit 52e2e2d

Please sign in to comment.