Class FHIRClientUtil


  • public class FHIRClientUtil
    extends java.lang.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 java.lang.String urlencode​(java.lang.String value)