Class FHIRClientUtil


  • public class FHIRClientUtil
    extends Object
    Helper methods for working with the IBM FHIR Server Client and produced FHIRResponse objects.
    • Constructor Detail

      • FHIRClientUtil

        public FHIRClientUtil()
    • Method Detail

      • handleErrorResponse

        public static void handleErrorResponse​(FHIRResponse response)
      • handleErrorResponse

        public static void handleErrorResponse​(javax.ws.rs.core.Response response)
      • urlencode

        public static String urlencode​(String value)