Package com.ibm.fhir.cql.engine.util
Class FHIRClientUtil
- java.lang.Object
 - 
- com.ibm.fhir.cql.engine.util.FHIRClientUtil
 
 
- 
public class FHIRClientUtil extends 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 voidhandleErrorResponse(FHIRResponse response)static voidhandleErrorResponse(javax.ws.rs.core.Response response)static Stringurlencode(String value) 
 - 
 
- 
- 
Method Detail
- 
handleErrorResponse
public static void handleErrorResponse(FHIRResponse response)
 
- 
handleErrorResponse
public static void handleErrorResponse(javax.ws.rs.core.Response response)
 
 - 
 
 -