Package com.ibm.fhir.bucket.client
Class FHIRBucketClientUtil
- java.lang.Object
 - 
- com.ibm.fhir.bucket.client.FHIRBucketClientUtil
 
 
- 
public class FHIRBucketClientUtil extends java.lang.ObjectUtilities 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.StringresourceToString(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:
 
 
 - 
 
 -