[OnyxCeph³™ Wiki]

DokuWiki - World Wide Web

User Tools

Site Tools


en:6httprequest

Table of Contents

HTTP-Request



Parameter URL

In field URL, an HTTP address can be specified. This will be called when the tool is started or the event occurs. The use of wildcards is possible.

 http://LocalHost:9000/SETPAT -Client=%F -SelectImage="%7"

The following HTTP request is sent:

 http://LocalHost:9000/SETPAT -Client=15 -SelectImage="10000R6I6"

The receiver must accept and interpret this call.

Parameter Data

A text file can be configured in the Data field. This will be transferred with the HTTP request. The use of placeholders is also possible here. For example, a JASON or XML file can be filled with patient data and then sent.

Example: With the following JASON file template:

 {
  "patientId" : "%0" ,
  "patientFirstName" : "%3"
 }

wurde olgender Text übertragen:

 {
  "patientId" : "10000" ,
  "patientFirstName" : "Petra"
 }

The receiver must accept and interpret this call.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
en/6httprequest.txt · Last modified: 2023/10/09 09:01 by onyxadmin