Uses of Class
ca.uhn.fhir.rest.client.method.HttpGetClientInvocation
-
Packages that use HttpGetClientInvocation Package Description ca.uhn.fhir.rest.client.method -
-
Uses of HttpGetClientInvocation in ca.uhn.fhir.rest.client.method
Methods in ca.uhn.fhir.rest.client.method that return HttpGetClientInvocation Modifier and Type Method Description static HttpGetClientInvocationReadMethodBinding. createAbsoluteReadInvocation(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IIdType theId)static HttpGetClientInvocationReadMethodBinding. createAbsoluteVReadInvocation(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IIdType theId)static HttpGetClientInvocationMethodUtil. createConformanceInvocation(ca.uhn.fhir.context.FhirContext theContext)static HttpGetClientInvocationHistoryMethodBinding. createHistoryInvocation(ca.uhn.fhir.context.FhirContext theContext, String theResourceName, String theId, org.hl7.fhir.instance.model.api.IPrimitiveType<Date> theSince, Integer theLimit, ca.uhn.fhir.rest.param.DateRangeParam theAt)static HttpGetClientInvocationReadMethodBinding. createReadInvocation(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IIdType theId, String theResourceName)static HttpGetClientInvocationReadMethodBinding. createVReadInvocation(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IIdType theId, String theResourceName)HttpGetClientInvocationConformanceMethodBinding. invokeClient(Object[] theArgs)HttpGetClientInvocationReadMethodBinding. invokeClient(Object[] theArgs)
-