hi Frank,
As you noted, you can browse the IBM Registry by patient id -
http://lswin10.dfw.ibm.com:9081/IBMXDSRegistry/query_docs.jsp
... so this may help with the confirmation part. Looks to be quite a few
documents. Note ... that there is no assigning authority name in the
registered id:
139158^^^&1.3.6.1.4.1.21367.2005.3.7&ISO
HIMSS2005 (or the assigning authority name) is a prohibited component of
patient id (as of 2006 XDS, not before). The registry does a pure string
match (not recognizing components). My guess is that this is the issue.
hope this helps,
- Sarah
Frank wrote:
I took a code snippet from
org.eclipse.ohf.ihe.xds.consumer.test.IBMLswin10RetrieveTest.testRetrieve().
I used the following info:
patientid - 139158
affinity domain - 1.3.6.1.4.1.21367.2005.3.7
assigning authority name - HIMSS2005
registry url -
http://lswin10.dfw.ibm.com:9081/IBMXDSRegistry/XDSb/SOAP11/Registry
I got this info from the following url:
http://lswin10.dfw.ibm.com:9081/IBMIHII/serverInfoIHE_ConnectathonHIMSS2007.htm
When I run the test, I get no documents returned ... and no errors. I
suspect that some of the information I'm using is not correct, because
if I use the "Blue Panther Administration Portal" at
http://lswin10.dfw.ibm.com:9081/IBMXDSRegistry/index.jsp, I can query
on the patient id above and get 193 document references returned.
Can someone verify the consumer information I listed above?
Thanks,
Frank