Package ca.uhn.fhir.rest.gclient
Interface IRead
-
public interface IRead
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends IBaseResource>
IReadTyped<T>resource(Class<T> theResourceType)Construct a read for the given resource type (e.g.IReadTyped<IBaseResource>resource(String theResourceType)Construct a read for the given resource type (e.g.
-
-
-
Method Detail
-
resource
<T extends IBaseResource> IReadTyped<T> resource(Class<T> theResourceType)
Construct a read for the given resource type (e.g. Patient.class)
-
resource
IReadTyped<IBaseResource> resource(String theResourceType)
Construct a read for the given resource type (e.g. "Patient")
-
-