Uses of Interface
org.hl7.fhir.instance.model.api.IBaseBinary
-
Packages that use IBaseBinary Package Description ca.uhn.fhir.rest.client.api ca.uhn.fhir.util org.hl7.fhir.instance.model.api -
-
Uses of IBaseBinary in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api with parameters of type IBaseBinary Modifier and Type Method Description IHttpRequestIHttpClient. 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 IBaseBinary Modifier and Type Method Description static IBaseBinaryBinaryUtil. newBinary(FhirContext theCtx)Methods in ca.uhn.fhir.util with parameters of type IBaseBinary Modifier and Type Method Description static 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. 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 IBaseBinary Modifier and Type Method Description IBaseBinaryIBaseBinary. setContent(byte[] theContent)IBaseBinaryIBaseBinary. setContentAsBase64(String theContent)IBaseBinaryIBaseBinary. setContentType(String theContentType)
-