Class FHIRClientUtil
- java.lang.Object
 - 
- org.linuxforhealth.fhir.cql.engine.util.FHIRClientUtil
 
 
- 
public class FHIRClientUtil extends java.lang.ObjectHelper 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 voidhandleErrorResponse(javax.ws.rs.core.Response response)static voidhandleErrorResponse(FHIRResponse response)static java.lang.Stringurlencode(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)
 
 - 
 
 -