Hello how are you? I hope everything goes well.--
I have a server installed with dcmlinux. It has installed and running oviyam2 2.7.2. They asked me for patient access. Is there a way to create a "second oviyam2" exclusive for patients and can only see that patient with the ID? any ideas? From already thank you very much!
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/9b8980a4-d8d6-40ac-aa4d-ade87059890c%40googlegroups.com.
Hello how are you? I hope everything goes well.--
I have a server installed with dcmlinux. It has installed and running oviyam2 2.7.2. They asked me for patient access. Is there a way to create a "second oviyam2" exclusive for patients and can only see that patient with the ID? any ideas? From already thank you very much!
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/9b8980a4-d8d6-40ac-aa4d-ade87059890c%40googlegroups.com.
Yes you are correct. That's what i need
On Fri, Jan 3, 2020 at 12:59 AM, Washington Olmos <washing...@gmail.com> wrote:
Hello how are you? I hope everything goes well.--
I have a server installed with dcmlinux. It has installed and running oviyam2 2.7.2. They asked me for patient access. Is there a way to create a "second oviyam2" exclusive for patients and can only see that patient with the ID? any ideas? From already thank you very much!
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/9b8980a4-d8d6-40ac-aa4d-ade87059890c%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/f4d13d1d-a75a-471a-97dc-eeab51c58d5a%40googlegroups.com.
Yes, I’m also looking for that. But couldn’t find a way to do it yet. I too waiting for it.Now I would going to do testing s with OHIF which says more Adavance than the Oviyam.Let’s test it too. Do you have any experience with that?Bye
On Fri, Jan 3, 2020 at 6:53 AM, Washington Olmos <washing...@gmail.com> wrote:
--Yes you are correct. That's what i need
El jueves, 2 de enero de 2020, 22:18:12 (UTC-3), Udara escribió:--On Fri, Jan 3, 2020 at 12:59 AM, Washington Olmos <washing...@gmail.com> wrote:Hello how are you? I hope everything goes well.--
I have a server installed with dcmlinux. It has installed and running oviyam2 2.7.2. They asked me for patient access. Is there a way to create a "second oviyam2" exclusive for patients and can only see that patient with the ID? any ideas? From already thank you very much!
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/9b8980a4-d8d6-40ac-aa4d-ade87059890c%40googlegroups.com.
Best regards
Maj Udara Pathirage CITP
Senior Software Engineer
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/f4d13d1d-a75a-471a-97dc-eeab51c58d5a%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/316392da-bb45-4245-8541-16eb88e0efd8%40googlegroups.com.
Hi,
Your needs are probably on the server side, not in the client side. You need to be able to limit the results for query and retrieve to certain user IDs (or whatever filter you'll use) on the PACS side.
AFAIK Oviyam won't filter results like that, and doing it in OHIF would be very unsafe, as OHIF runs in your client side (It's a Javascript SPA doing WADO queries) and relies on your PACS for the results.
I think dcm4chee can do user authentication and filtering of results via AETitle, but I'm not sure it can be done easily via other arbitrary fields. Maybe @Gunter can shed some light if we can filter results for authenticated users via WADO.
If not, you might need either:
Have a nice day