Frequently Asked Question

How do the dyostem server and the ImportToDyostem application communicate?
Last Updated 5 years ago

Communication between the ImportToDyostem application and the Dyostem server is performed using a set of APIs made available by the Dyostem server at the following address:

http://www.dyostem.com/Services/ThirdPartySystem.svc/ (port : 80)

The destination address http://www.dyostem.com is written in the application and cannot be changed.

Exchanges are made according to the HTTP 1.1 protocol (POST method), at the initiative of the ImportToDyostem application.

Once the connection information has been entered by the user, ImportToDyostem will ask the server for a list of the measurement types defined for the user.

This request is made in two steps:

  • Login (with the identifiers provided) that returns a session token (alphanumeric string)
  • Measurement types request (using the previously returned session token)
These requests, as well as their syntax, are described on pages 3 and 13 of the "API Dyostem Server" document attached.

The user opens, with ImportToDyostem, the file he wants to send to the Dyostem server.
He establishes the correspondences between the measurement types defined in the CSV file and the Dyostem measurement types. These matches are saved in the configuration file.

Only the types -BlockName and -Date are mandatory.

Once the matches are defined, the user clicks on the File/Import menu.

The application then calls the PutAnalyses method (described on page 35 of the "Dyostem Server API" document) and displays the result, with any error messages.

Please Wait!

Please wait... it will take a second!