How to integrate orthanc dicom in web application

HI we want to integrate orthanc dicom , in to our web application (https://dpm.therightdoctors.com)? we want to provide user(patient) to upload their dicom image xray,ct scan ,mri,pet scan etc , so doctor can see these images and provide opinion.
our front end is :_html/javascript.
and backend is :_ node js server .
database :_ mysql

This is a very generic question we can not answer with details in this forum (actually, there’s no question in your post !).

Since Orthanc provides a Rest API, you should be able to deploy an Orthanc next to/behind your current web-app and have your web-app interface with Orthanc as it would interface with your MySQL server, an auth service or whatever. Orthanc is just another microservice of your complete app.

This is a very generic question we can not answer with details in this forum (actually, there's no question in your post !).

Since Orthanc provides a Rest API, you should be able to deploy an Orthanc next to/behind your current web-app and have your web-app interface with Orthanc as it would interface with your MySQL server, an auth service or whatever. Orthanc is just another microservice of your complete app.

HI we want to integrate orthanc dicom , in to our web application (https://dpm.therightdoctors.com)? we want to provide user(patient) to upload their dicom image xray,ct scan ,mri,pet scan etc , so doctor can see these images and provide opinion.

our front end is :_html/javascript.

and backend is :_ node js server .

database :_ mysql

--

Alain Mazy / CTO
a...@osimis.io / +32 494 31 67 27

OSIMIS S.A.
Rue bois Saint-Jean 15/1BE-4102 Seraing
www.osimis.io

Thanks sir , for replying i am a beginner to Orthanc Dicom, I have integrated other third party rest api in my application , but i am not getting here rest api url properly . there is no proper, specific rest api URL , their is only localhost:port like that . i am not understanding which rest api URL I have to call and which server it will hit? do I need to create separate Dicom server ? how to create if this is the case? can you please provide some steps ? it will be helpful for me , I read document but i am not getting path . below is URL

(https://docs.google.com/spreadsheets/d/1muKHMIb9Br-59wfaQbDeLzAfKYsoWfDSXSmyt6P4EM8/pubhtml?gid=1689572701&single=true)

for documentation for rest api , but here is half URL only. please give some path and guidance.

Our technology is as below

front end >php/javascript/html
back end >>node js (rest api )
production sever >>google cloud (linux debian)

Mysql

I apologise if my question comes across as very basic . thanks in advance for your guidance.

Devidas

Hello,