Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » OHF » Documentation is misleading on audit calls
Documentation is misleading on audit calls [message #576549] Fri, 01 December 2006 22:14
Daniel Hale is currently offline Daniel HaleFriend
Messages: 24
Registered: July 2009
Junior Member
The documentation on
http://wiki.eclipse.org/index.php/OHF_Bridge_Documentation doesn't seem
to match the wsdl and may need to be updated. For example, the
documentation lists auditPatientRecordReadEvent as:

auditPatientRecordReadEvent(int eventOutcome, String initiatingUser,
String patientId)

* eventOutcome event outcome from AtnaAuditClient
* initatingUser User Id passed along to the IHE Actor
* patientId the id of the patient the record pertains to

However, the wsdl appears to want a patient Id object instead of a
string, and a sessionContext instead of a username. Audit also needs to
have its first letter capitalized.

<wsdl:message name="AuditPatientRecordReadEventRequest">
<wsdl:part name="sessionContext" type="tns1:sessionContext"/>
<wsdl:part name="eventOutcome" type="xsd:int"/>
<wsdl:part name="patientId" type="tns1:patientIdType"/>
</wsdl:message>

I assume these are both referring to the same functions for use through
the bridge. I wrote my auditing module based on the documentation page
instead of the wsdl, and needless to say the server wasn't happy with me.
Oops! *slaps head*

-Dan
Previous Topic:Updated CDA XSL (Contribution of Corey)
Next Topic:Documentation is misleading on audit calls
Goto Forum:
  


Current Time: Fri Apr 19 15:17:25 GMT 2024

Powered by FUDForum. Page generated in 0.01688 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top