FHIR Binary Storage
The FHIR Binary Storage configuration category includes the following configurable options:
Binary Access Operations Enabled
Automatically inflate binaries.
Binary inflation maximum size (bytes)
Filesystem Mode: Base Directory
Binary Storage Mode
Maximum Size (bytes)
Minimum Size (bytes)
|
Binary Access Operations Enabled |
|
|
BOOLEAN | |
This setting enables the binary access read/write operations. See Binary Access Operations for more information. | |
|
|
true
|
|
|
|
Automatically inflate binaries. |
|
|
BOOLEAN | |
If set to true, binaries stored in external binary storage will be fetched and populated into the resource body automatically upon resource access. If set to false, resources will show a binary ID with which you can manually fetch the binary. | |
|
|
true
|
|
|
|
Binary inflation maximum size (bytes) |
|
|
POSITIVE_INTEGER | |
At most this many bytes will be fetched from external binary storage per request. If your request contains more binary data than this, anything over this threshold will be returned as a binary ID for later fetching. | |
|
|
10485760
|
|
|
|
Filesystem Mode: Base Directory |
|
|
LOCAL_FILEDIR | |
When operating in FILESYSTEM binary storage mode, this setting provides the base path in which to store large binary objects.
|
|
|
|
(no default) | |
|
|
Binary Storage Mode |
|
|
ENUM | |
Values |
|
This setting sets a storage mechanism for large binary objects. See Externalized Binary Storage for more information. | |
|
|
DATABASE
|
|
|
|
Maximum Size (bytes) |
|
|
POSITIVE_INTEGER | |
This setting provides the maximum size of a binary object to be stored in binary storage. Binaries larger than this cutoff will be rejected and may not be stored. | |
|
|
104857600
|
|
|
|
Minimum Size (bytes) |
|
|
NON_NEGATIVE_INTEGER | |
This setting provides the minimum size of a binary object before it is stored in binary storage. Any binaries smaller than this size will still be stored, but may be stored inline within resource bodies as base 64 encoded content. | |
|
|
10000
|
|
|
You are about to leave the Smile Digital Health documentation and navigate to the Open Source HAPI-FHIR Documentation.