FHIR Chat · (no topic) · imaging-connectathon-28

Stream: imaging-connectathon-28

Topic: (no topic)


view this post on Zulip Steven Nichols (Sep 14 2021 at 14:37):

@Peter Dobbs and @Khaled Younis do the DICOMweb endpoints support TLS?

view this post on Zulip 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.

view this post on Zulip 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.

view this post on Zulip 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.

view this post on Zulip Jonathan Whitby (Sep 15 2021 at 15:13):

https://touchstone.aegis.net/touchstone/testdefinitions


Last updated: Apr 12 2022 at 19:14 UTC