Versions Compared

Key

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

...

  • A DiagnosticReportHandler must implement the DiagnosticReportHandler interface
  • A DiagnosticReportHandler may extend the AbtractHandler which contains common set of functionalities
  • The DiagnosticReportHandler must be registered by Spring with a key

Examples

 

Laboratory Handler

  • Found in the org.openmrs.module.fhir.api.diagnosticreport.handler package
  • Extends org.openmrs.module.fhir.api.diagnosticreport.handler

...