openEHROPT2 SDK JSON
Generated openEHR SDK OO TypesTransforms OPT into object oriented classes - serialized as JSON
Generated openEHR SDK OO TypesTransforms OPT into object oriented classes - serialized as JSON
OPT as OO Classes
Operational templates can be converted into OPT2 JSON. It is a nested list of attributes / children / attributes / children / ...
It is a direct serialization from the ADL. It is good for computers but not for humans. Humans are used to "objects".
In the SDK you get a JSON with nested (or flat) list of types (e.g. OO classes). All the constraints are merged and ready for use.
I use the SDK to generate Dart code for openEHR OPTs.
What could you use the SDK JSON for?
Please contact me if you wish to use
OPT2 SDK JSON in your project