How can I translate the labels and change order on the Whole Record page
I need to translate these labels on the Whole Record page view:
Anyone knows how to do it?
Thanks
Comments
You don't provide any context, my guess is that you need to localize the HealthShare Clinical Viewer, correct?
If so, please check the relevant documentation: Localize the Clinical Viewer
Sorry about that. I am localizing the EMPI.
The Whole Record/Composite View is controled by Composite Record Definition which controls
- which fields are used to make the Whole Record
- how the data is populated for each field using
-
A Composite Record definition can contain several kinds of elements, including:
-
The composite Record Definition includes the method
classmethod displayResults(nobjArray, meta, metaStatic)
which you may find useful to change the meta data/field labels of your choice. While this isnt formal localization you may find you can accompilsh your goal in this method.