Creating a model for your data

Define the data structures used by your application and the relationships among them. Create data objects to simplify the organization of the properties, data pages, transforms, and other elements your application needs to get the right data at the right time. Once your data model is complete, you can connect your data objects to external sources.

For example, you could use a Patient data object to manage patient information. You can also reference a data object from a case type to add the data object and all of its fields to a view.