# Search

By adding parameters such as the followings to URL, you can easily get a result that matches search criteria.

List:  
http://localhost/viewer/#/list?id=admin&password=password&patientid=123  

Viewer:  
http://localhost/viewer/#/viewer?id=admin&password=password&patientid=123  

Report:  
http://localhost/viewer/#/report?id=admin&password=password&accessionnumber=123  

As just described, you can easily execute a search from third party's software by adding any parameters to URL.

NOTE

  • Please change "localhost" in URL to the PC's IP Address that SonicDICOM PACS is running.
  • If you already specified a Port Number that Web server of SonicDICOM PACS uses, please add a Port Number after IP Address like as "192.168.10.1:8080".
  • Please insert "&" between each parameter.
  • If you already logged in to SonicDICOM PACS with your decided ID, your ID and Password can be omitted.