Package ca.uhn.fhir.rest.gclient
Interface IRead
public interface IRead
-
Method Summary
Modifier and TypeMethodDescription<T extends IBaseResource>
IReadTyped<T> Construct a read for the given resource type (e.g.Construct a read for the given resource type (e.g.
-
Method Details
-
resource
Construct a read for the given resource type (e.g. Patient.class) -
resource
Construct a read for the given resource type (e.g. "Patient")
-