Written by

Technical Specialist at InterSystems
Question Gustavo Silva · Apr 2

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

Product version: HealthShare 2024.1
$ZV: HealthShare Unified Care Record 2024.1.2 Build: 1004 [HealthShare Modules: Core:27.0 + Patient Index

Comments

Enrico Parisi · Apr 3

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

0
Gustavo Silva  Apr 5 to Enrico Parisi

Sorry about that. I am localizing the EMPI.

0
Stephen Canzano · Apr 7

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 

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.

0