
Uses of Interface
org.hl7.fhir.instance.model.api.IBaseBinary
Packages that use IBaseBinary
-
Uses of IBaseBinary in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api with parameters of type IBaseBinaryModifier and TypeMethodDescriptionIHttpClient.createBinaryRequest(FhirContext theContext, IBaseBinary theBinary) Create a binary request -
Uses of IBaseBinary in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return IBaseBinaryMethods in ca.uhn.fhir.util with parameters of type IBaseBinaryModifier 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 IBaseReferenceBinaryUtil.getSecurityContext(FhirContext theCtx, IBaseBinary theBinary) static voidBinaryUtil.setData(FhirContext theCtx, IBaseBinary theBinary, byte[] theBytes, String theContentType) static voidBinaryUtil.setSecurityContext(FhirContext theCtx, IBaseBinary theBinary, String theSecurityContext) -
Uses of IBaseBinary in org.hl7.fhir.instance.model.api
Methods in org.hl7.fhir.instance.model.api that return IBaseBinaryModifier and TypeMethodDescriptionIBaseBinary.setContent(byte[] theContent) IBaseBinary.setContentAsBase64(String theContent) IBaseBinary.setContentType(String theContentType)