Saving a page with in a Data class to the DB
Hello,
I am doing a POC where I am trying to save an object herirachy to the DB.
I have Patient class which embeds an instance of MedicalMeasurements as a page.
MedicalMeasurements and Patient class are two differenct data classes. Patient includes MedicalMeasuments as the Thresholds data page.
Patient data is properly saved in to the DB. however it does not save Thresholds. My plan was to have a seperate table called Thresholds and put these values there mapped to the Patient ID (SSN).
In the Data type for Patient, The Thresholds is listed but I can not used it in the column mapping to the DB.
Could you please let me know the steps to do it ?
Thanks for the support.
Chamila