Class FHIRBucketClientUtil
- java.lang.Object
-
- org.linuxforhealth.fhir.bucket.client.FHIRBucketClientUtil
-
public class FHIRBucketClientUtil extends java.lang.Object
Utilities for working with the FHIR client
-
-
Constructor Summary
Constructors Constructor Description FHIRBucketClientUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
resourceToString(Resource resource)
Render the resource as a string
-
-
-
Method Detail
-
resourceToString
public static java.lang.String resourceToString(Resource resource)
Render the resource as a string- Parameters:
resource
-- Returns:
-
-