I was looking to see if someone could point me toward an XSL script example to achieve the following: Whenever a new study is pushed to an dcm4chee instance, that instance should forward that study and all previous studies from the same patient to another dcm4chee instance.
Regards
There are some examples on how to use the foward2 service under the server/default/conf/dcm4chee-ae directory. To enable previous studies just need to have destination tag with the following attribute:
and the correspondent forward_priors.xsl file. You can use the one giving on the example.