Thank you so much @Ashok Kumar T
According to the documentation, the recommended strategy for customizing a DTL transformation (used for converting SDA to FHIR and vice versa) is to:
- Create a copy of the standard DTL, and
- Modify it.
Once a custom DTL package is specified, the transformation automatically selects the custom DTL instead of the default one.
.png)
This approach does not cover a strategy of creating a new DTL from scratch.
And let's say I decided to try it, I have a few questions:
- After creating a custom DTL, how do I access it within the transformation logic?
- I understand that we have the function
GetDTL(), which calls a global^HS.XF.Transformto retrieve the appropriate transformation.
- I understand that we have the function
- Should I manually add my custom DTL to the built-in global (
^HS.XF.Transform) to ensure it's selected correctly? - Is there any official documentation that covers this specific part—such as modifying the global, necessary configuration steps, or best practices—to avoid missing anything critical?
- Log in to post comments
.png)
.png)
.png)
.png)
.png)