i need help to open multiple image DICOM image in viewer using webview #621
Unanswered
iquallinfo
asked this question in
Q&A
Replies: 1 comment
-
I don't see what this has to do with Weasis |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
View
$scope.replaceUnsafeAndClick = function(url) {
// Check if the URL starts with 'unsafe:'
if (url.startsWith('unsafe:')) {
// Remove 'unsafe:' prefix
url = url.replace(/^unsafe:/, '');
}
Beta Was this translation helpful? Give feedback.
All reactions