Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


n/nDescriptionInputsExpected ResultStep by Step ScriptActual 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

  1. Login as Doctor
  2. Call GetDrugs()
  •   
MISAT2Doctor call WS direct
  • WS = GetDrugs()
  • Authorization - Doctor of MSP  
  • MSP access_type = direct, Valid 

Response 200

Get list of drugs

  1. Login as Doctor
  2. Call GetDrugs()
  •