Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
n/n | Description | Inputs | Expected Result | Step by Step Script | Actual Result |
---|
MISAT1 | Doctor call WS over broker | - WS = GetDrugs()
- Authorization - Doctor of MSP
- MSP access_type = broker, Valid
- API-key = MIS secret, Valid
- MIS broker_scopes = drugs:read, Valid
| Response 200 Get list of drugs | - Login as Doctor
- Call GetDrugs()
| |
MISAT2 | Doctor call WS direct | - WS = GetDrugs()
- Authorization - Doctor of MSP
- MSP access_type = direct, Valid
| Response 200 Get list of drugs | - Login as Doctor
- Call GetDrugs()
| |