Interface TransactionOptions<T>

All Superinterfaces:
Serializable
All Known Subinterfaces:
FhirTransactionOptions, Hl7v2TransactionOptions
All Known Implementing Classes:
Iti30Options, Iti31Options, Iti66Options, Iti67Options, Pcc44Options

public interface TransactionOptions<T> extends Serializable
Some IHE transactions define options that influence the interface(s) being exposed by their interactions, e.g.:
  • PAM defines options for ITI-30 and ITI-31 that determines the acceptable HL7 trigger events
  • QEDm defines options that determine what FHIR resource types needs to be provided
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getSupportedThings

      List<T> getSupportedThings()