Uses of Interface
org.hl7.fhir.instance.model.api.IBaseBinary
-
Uses of IBaseBinary in ca.uhn.fhir.rest.client.api
Modifier and TypeMethodDescriptionIHttpClient.createBinaryRequest
(FhirContext theContext, IBaseBinary theBinary) Create a binary request -
Uses of IBaseBinary in ca.uhn.fhir.util
Modifier and TypeMethodDescriptionstatic IPrimitiveType
<byte[]> BinaryUtil.getOrCreateData
(FhirContext theContext, IBaseBinary theBinary) Fetches the base64Binary value of Binary.data (or Binary.content on versions of FHIR before R4), creating it if it does not already exist.static IBaseReference
BinaryUtil.getSecurityContext
(FhirContext theCtx, IBaseBinary theBinary) static void
BinaryUtil.setData
(FhirContext theCtx, IBaseBinary theBinary, byte[] theBytes, String theContentType) static void
BinaryUtil.setSecurityContext
(FhirContext theCtx, IBaseBinary theBinary, String theSecurityContext) -
Uses of IBaseBinary in org.hl7.fhir.instance.model.api
Modifier and TypeMethodDescriptionIBaseBinary.setContent
(byte[] theContent) IBaseBinary.setContentAsBase64
(String theContent) IBaseBinary.setContentType
(String theContentType)