Before trying direct URL launch, add an server in settings (configuration) and try with
http://ip_address:port/Oviyam2/viewer.html?patientID=xxxx&studyUID=xxx&serverName=xxx
serverName will be the logical name of the server node. This is mandatory if more than one server node is
available in the configuration file.
Asgar Hussain.B.
On Saturday, April 20, 2013 3:01:22 AM UTC+5:30, Akhil Ravindran wrote:
--
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 post to this group, send email to dcm...@googlegroups.com.
Visit this group at http://groups.google.com/group/dcm4che?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "dcm4che" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dcm4che/tUdQolUZzhc/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to dcm4che+u...@googlegroups.com.
HIS -Oviyam integration manual
Steps:
1. Install Oviyam2 for normal login
a. Install original ‘oviyam2.war’ file on /opt/dcm4chee/server/default/deploy/ (here after referred OviyamPATH)
b. Restart the DCM4CHEE
c. Login oviyam2
d. Configure PACS server with correct server IP and remove all other entries.
i. Logical name of the pacs would ‘UDPACS’
e. Test smooth running through inquiring the patient details
f. Userid & Password : admin
2. Place another oviyam.war for HIS integration.
a. Copy above configured ‘OviyamPATH/oviyam2.war’ and place as ‘oviyam3.war’.
b. Extract ‘oviyam3.war’
c. Rename the index.html to index2.html
d. Edit .oviyam3/web.inf/web.xml
<web-resource-collection>
<web-resource-name>dispatcher</web-resource-name>
<description>Only allows users with the role WebAdmin to access the Archive Web Administration pages</description>
<url-pattern>*.jsp</url-pattern>
<url-pattern>*.html</url-pattern>
<url-pattern>*.do</url-pattern>
<url-pattern>/oviyam</url-pattern>
<http-method>GET</http-method>
<http-method>POST</http-method>
</web-resource-collection>
For this:
<web-resource-collection>
<web-resource-name>dispatcher</web-resource-name>
<description>Only allows users with the role WebAdmin to access the Archive Web Administration pages</description>
<url-pattern>/index2.html</url-pattern>
<http-method>GET</http-method>
<http-method>POST</http-method>
</web-resource-collection>
e. Come to the root of ‘oviyam3’ folder and select all
f. Compress >> oviyam3.war
g. Place newly made ‘oviyam3.war’ also in OviyamPATH
3. restart dcm4chee
4. Direct access:
a. <OviyamIP>:8080/oviyam2/
5. HIS Access:
a. http://<oviyamIP>:8080/oviyam3/viewer.html?patientID=<?php echo $gen_mrn;?>&serverName=UDPACS
i. ‘serverName’ – ‘N’ capital
ii. Use logical name of OviyamPACS which has created “UDPACS”
iii. Test with known patient details who has been taken xray images.
6. Done
7. Enjoy
--
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/fa9e3bfa-6f58-46a2-be46-3d97353988f4%40googlegroups.com.
Hi Alexendra,Now I about to go from the office. Anyway, have you succeeded in "Oviyam2" which has placed to login oviyam using credentials?Can you re-copy and paste the "Oviyam3" file back or herewith attached my copy for you to check.Let me know your thoughts.. I will reply you soon tonightBye>>Best Regards From
Maj Udara Pathirage
Master of IT, UCSC, Colombo | BSc in ENCM, Kelaniya | Dip. IT, NIBM | MCS(SL) | MBCS CITP (UK)Certifications:* AWS Certified Cloud Practitioner* SNOMED CT CertificationHotlines: 0718110497 | 0776021042
To unsubscribe from this group and stop receiving emails from it, send an email to dcm...@googlegroups.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/44b3e73b-8421-4239-b6fb-c6aeefac1a77%40googlegroups.com.