Uses of Interface
org.hl7.fhir.instance.model.api.IBaseConformance
-
Packages that use IBaseConformance Package Description ca.uhn.fhir.model.base.resource ca.uhn.fhir.rest.client.api ca.uhn.fhir.rest.gclient -
-
Uses of IBaseConformance in ca.uhn.fhir.model.base.resource
Subinterfaces of IBaseConformance in ca.uhn.fhir.model.base.resource Modifier and Type Interface Description interfaceBaseConformance -
Uses of IBaseConformance in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api that return IBaseConformance Modifier and Type Method Description IBaseConformanceIBasicClient. getServerConformanceStatement()Returns the server conformance statement See the FHIR HTTP Conformance definition for more information. -
Uses of IBaseConformance in ca.uhn.fhir.rest.gclient
Classes in ca.uhn.fhir.rest.gclient with type parameters of type IBaseConformance Modifier and Type Interface Description interfaceIFetchConformanceTyped<T extends IBaseConformance>Methods in ca.uhn.fhir.rest.gclient with type parameters of type IBaseConformance Modifier and Type Method Description <T extends IBaseConformance>
IFetchConformanceTyped<T>IFetchConformanceUntyped. ofType(Class<T> theType)Retrieve the conformance statement using the given model type
-