Stream: imaging-connectathon-28
Topic: (no topic)
Steven Nichols (Sep 14 2021 at 14:37):
@Peter Dobbs and @Khaled Younis do the DICOMweb endpoints support TLS?
Khaled Younis (Sep 14 2021 at 17:53):
@Steven Nichols Yes it does. They have 2 versions of the DICOMWeb implementations right now, one with .NET 4.5 and another with .NET core
.NET 4.5 version:
https://www.medicalconnections.co.uk/download/Examples.V8/DicomObjects.NET/Restful%20DICOM%20Server.zip
The 4.5 version does not demonstrate how to do tls, but you can follow the following articles:
https://www.oreilly.com/library/view/designing-evolvable-web/9781449337919/ch15.html
.NET core version:
https://www.medicalconnections.co.uk/download/Examples.Core/DICOMWeb.zip
The .NET core sample demonstrates how to listen on https with a certificate.
Peter Dobbs (Sep 14 2021 at 18:11):
Steven Nichols said:
Peter Dobbs and Khaled Younis do the DICOMweb endpoints support TLS?
I think the port for the secured endpoint is not open to external internet. So no, not as it is currently configured.
Abderrazek Boufahja (Sep 15 2021 at 13:57):
@Peter Dobbs , it was regarding the testing for yesterday; I was thinking of generating the radiation dose summary based on data already existing on your fhir server and testing PACS.
Jonathan Whitby (Sep 15 2021 at 15:13):
https://touchstone.aegis.net/touchstone/testdefinitions
Last updated: Apr 12 2022 at 19:14 UTC