Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleOverview

These are the instructions for deploying the CDA Redaction Web Service under the Glassfish application server.

 The CDA Web Service implements a "reduce" call which operates as follows:

  1. Accepts a list of files
  2. Looks through the list to determine is a consent document has been supplied
  3. Generates a redaction map based on supplied consent information
  4. Converts clinical documents to a single VMR
  5. Submits the VMR to the redaction OpenCDS service
  6. The redaction OpenCDS service classifies the VMR entries with a set of ILHIE redaction states
  7. Receives the response back from the redaction OpenCDS service
  8. Applies the consent map decisions with respect to the redaction OpenCDS service classifications
  9. Redacts the original clinical documents accordingly
  10. Returns the documents redacted to the caller 
Note

The OpenCDS call can be disabled if desired. See below for instructions.

See "// ENTRY POINT FOR ALTERNATIVE REDACTION CODE" in CdaServiceMGR.java for extending redaction processing.

Downloads

ProjectVersion Download
CDA Web Service1.0
CDA Web Service WSDLWSDL

...