Skip to content

Commit

Permalink
HSC-288: Fix Vitals form UUID.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Sep 20, 2024
1 parent 820f106 commit f196cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/openmrs/frontend_config/ozone-frontend-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"vitals": {
"useFormEngine": true,
"formName": "Vitals and Biometrics",
"formUuid": "f9f0b508-3de5-46bc-ad50-dd5a0c91688d",
"formUuid": "d69ee201-2bd9-4475-bd8a-8e901e62128e",
"encounterTypeUuid": "a7feb1a0-4bd8-48d1-acfd-ce282d139f06"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
"encounterType": "a7feb1a0-4bd8-48d1-acfd-ce282d139f06",
"encounter": "REG",
"referencedForms": [],
"uuid": "f9f0b508-3de5-46bc-ad50-dd5a0c91688d",
"uuid": "d69ee201-2bd9-4475-bd8a-8e901e62128e",
"description": "Vitals and Biometrics",
"version": "1",
"published": true,
Expand Down

0 comments on commit f196cb0

Please sign in to comment.