
A powerful way to store data within Flowable are Data Objects. Based on the previous built data object "Patient", now a related data object "Consultation" is built. Those two data objects are linked together to allow a Patient to have a Consultation. The existing case is enhanced to add multiple consultations to a patient which gives you a powerful way to structure your data. If you missed the previous parts, make sure to watch those first:
Getting Started with Data Objects Part 1
Getting Started with Data Objects Part 2


