Hello community.
I have a data transform that does the transformation from hl7 v2 to my persistent object.
The object "Flagger.testAbc" contains property testAbcSubTransform with data type "List of Flagger.testAbcSub"
When I call the "transform" method of that data transform it populates simple string field "patientId" and does not populate list.
code that I use for testing: