Uses of Interface
ca.uhn.fhir.rest.gclient.IReadTyped
-
Packages that use IReadTyped Package Description ca.uhn.fhir.rest.gclient -
-
Uses of IReadTyped in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return IReadTyped Modifier and Type Method Description <T extends IBaseResource>
IReadTyped<T>IRead. resource(Class<T> theResourceType)Construct a read for the given resource type (e.g.IReadTyped<IBaseResource>IRead. resource(String theResourceType)Construct a read for the given resource type (e.g.
-