We need to send the Client_ID dynamically depending on the settings in the doctors signature window.
Make a new "Medidata Client ID" field in the doctor address view. Name of the field is the same for DE, FR, EN.
The doctor gets the "Client ID" after she/he signs up via the Sign-Up Form.
The "Medidata Client ID" field has 10 digits.
The complete Client ID will then look something like this: 1000013522_1200019483
The number before the _ in this case 1000013522 is the ywesee Client ID.
The ywesee Client ID and the doctor Client ID have to be part of every Medidata request. See chapter 3.1.1 in above PDF.
Note: Currently I think we have the test Client ID hardcoded. We need to differentiate between the test Client ID (when using the App with Debug mode) or the live Client ID, when the App is released. Test and Live have different Username, Password and Auth Header.
B_ClientSchnittstellen-V1.4-de.pdf
1000013522_1200019483
_
in this case1000013522
is the ywesee Client ID.Note: Currently I think we have the test Client ID hardcoded. We need to differentiate between the test Client ID (when using the App with Debug mode) or the live Client ID, when the App is released. Test and Live have different
Username
,Password
andAuth Header
.