Details
-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Done
-
Labels:
Description
Currently, mUzima only supports encounter form templates programmed using Concept IDs from, but some implementations may want to use ++Concept UUIDs when they program their forms.
For instance, given a concept named Weight with concept ID 5089 and UUID be4f6a72-1691-11df-97a5-7038c432aabf, the concept is currently coded using concept IDs as follows:
5089^Weight^99DCT
Implementations may want to use UUIDs as follows:
be4f6a72-1691-11df-97a5-7038c432aabf^Weight^99DCT
There's a need to update the form data processors both on the mobile app as well as on server side mUzima Core module to support both Concept IDs and Concept UUIDs so as to give flexibility on how implementations develop their forms.