pub type OrthancPluginDicomWebSetBinaryNode = Option<unsafe extern "C" fn(node: *mut OrthancPluginDicomWebNode, mode: OrthancPluginDicomWebBinaryMode, bulkDataUri: *const c_char)>;
Expand description
@brief Signature of a function to set the content of a node encoding a binary DICOM tag, into a JSON or XML document generated for DICOMweb. @ingroup Callbacks
Aliased Type§
pub enum OrthancPluginDicomWebSetBinaryNode {
None,
Some(unsafe extern "C" fn(*mut _OrthancPluginDicomWebNode_t, u32, *const i8)),
}