ЕСОЗ - публічна документація

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/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()
  •  
  • No labels