Hey there, I have created a dictionary in OCL but I don’t seem to find a way to create a decimal number. Created concepts and managed to import all in OpenMRS but cant find decimal.
@psmatsinhe I think you want a concept with a datatype of numeric (and perhaps an attribute of “allow_decimal”. An example is “Weight (kg)”:
https://app.openconceptlab.org/#/orgs/CIEL/sources/CIEL/concepts/5089/
2 Likes
Thanks for the guidance @ball! I found that you need to explicitly add an attribute for allowing decimals. I did that, and it’s now working perfectly. Appreciate the help!