Calling Terminology Browser from other Apps

Aus Termserver-CTS2
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Parameters)
Zeile 10: Zeile 10:
 
   <tr>
 
   <tr>
 
     <td>loadType</td>
 
     <td>loadType</td>
     <td>"CodeSystem"/"CS" or "ValueSet"/"VS"</td>
+
     <td>"CodeSystem", "CS", "ValueSet", "VS"</td>
 
     <td>Specifies whether to open a code system or a value set</td>
 
     <td>Specifies whether to open a code system or a value set</td>
 
   </tr>
 
   </tr>
Zeile 29: Zeile 29:
 
   </tr>
 
   </tr>
 
</table>
 
</table>
 
  
 
=Call Terminology Browser from a ZK app=
 
=Call Terminology Browser from a ZK app=

Version vom 18. Dezember 2014, 12:25 Uhr

This site shows you how to call the Terminology Browser from another ZK application. It is possible to call it from any javascript app, therefore you have to change the code.

Inhaltsverzeichnis

Parameters

You can add the following parameters when you open the Browser.

Parameter Possible values Description
loadType "CodeSystem", "CS", "ValueSet", "VS" Specifies whether to open a code system or a value set

Call Terminology Browser from a ZK app

This example requires a zul file and java file behind.

Window (ZUL)

Insert the following code into your zul file inside the window tag.

<script type="text/javascript">
  function receiveMessage(event)
  {               
    var widgetMainWindow = zk.Widget.$('$mainWindow');
    var e = new zk.Event(widgetMainWindow, "onSendBack", event.data);                                
    zAu.send(e);                          
  }      
  window.addEventListener("message", receiveMessage, false);
</script>

Code (java)

Insert this code into your java file to receive the answer message and to call the Browser in a modal window.

 
Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
Werkzeuge