| Package | Description |
|---|---|
| ca.uhn.fhir.rest.client.api | |
| ca.uhn.fhir.util | |
| org.hl7.fhir.instance.model.api |
| Modifier and Type | Method and Description |
|---|---|
IHttpRequest |
IHttpClient.createBinaryRequest(FhirContext theContext,
IBaseBinary theBinary)
Create a binary request
|
| Modifier and Type | Method and Description |
|---|---|
static IBaseBinary |
BinaryUtil.newBinary(FhirContext theCtx) |
| Modifier and Type | Method and 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 IBaseReference |
BinaryUtil.getSecurityContext(FhirContext theCtx,
IBaseBinary theBinary) |
static void |
BinaryUtil.setSecurityContext(FhirContext theCtx,
IBaseBinary theBinary,
String theSecurityContext) |
| Modifier and Type | Method and Description |
|---|---|
IBaseBinary |
IBaseBinary.setContent(byte[] theContent) |
IBaseBinary |
IBaseBinary.setContentAsBase64(String theContent) |
IBaseBinary |
IBaseBinary.setContentType(String theContentType) |
Copyright © 2014–2019 University Health Network. All rights reserved.