Class FHIRClientUtil
- java.lang.Object
-
- org.linuxforhealth.fhir.cql.engine.util.FHIRClientUtil
-
public class FHIRClientUtil extends java.lang.Object
Helper methods for working with the IBM FHIR Server Client and produced FHIRResponse objects.
-
-
Constructor Summary
Constructors Constructor Description FHIRClientUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
handleErrorResponse(javax.ws.rs.core.Response response)
static void
handleErrorResponse(FHIRResponse response)
static java.lang.String
urlencode(java.lang.String value)
-
-
-
Method Detail
-
handleErrorResponse
public static void handleErrorResponse(FHIRResponse response)
-
handleErrorResponse
public static void handleErrorResponse(javax.ws.rs.core.Response response)
-
urlencode
public static java.lang.String urlencode(java.lang.String value)
-
-