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 22ba48a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configs/openmrs/frontend_config/ozone-frontend-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@
"@openmrs/esm-patient-vitals-app": {
"vitals": {
"useFormEngine": true,
"formName": "Vitals and Biometrics",
"formUuid": "f9f0b508-3de5-46bc-ad50-dd5a0c91688d",
"formName": "Surgical Operation",
"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 22ba48a

Please sign in to comment.