Class Iti66SearchParameters<T extends org.hl7.fhir.instance.model.api.IBaseResource>

java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters<T>
org.openehealth.ipf.commons.ihe.fhir.iti66.Iti66SearchParameters<T>
Type Parameters:
T -
All Implemented Interfaces:
org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters
Direct Known Subclasses:
Iti66DocumentManifestSearchParameters, Iti66ListSearchParameters

public abstract class Iti66SearchParameters<T extends org.hl7.fhir.instance.model.api.IBaseResource> extends org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters<T>
Common SearchParameter base class for ITI-66 transactions
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract ca.uhn.fhir.context.FhirContext
     
    setAuthor(ca.uhn.fhir.rest.param.ReferenceAndListParam author)
     

    Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.FhirSearchAndSortParameters

    comparatorFor, getSortSpec, noop, sort

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters

    getIncludeSpec, getPatientIdParam
  • Constructor Details

    • Iti66SearchParameters

      public Iti66SearchParameters()
  • Method Details

    • setAuthor

      public abstract Iti66SearchParameters<T> setAuthor(ca.uhn.fhir.rest.param.ReferenceAndListParam author)
    • getFhirContext

      public abstract ca.uhn.fhir.context.FhirContext getFhirContext()