Skip to main content

run_code

Function run_code 

Source
pub async fn run_code<CTX: Clone + 'static, Client: FHIRClient<CTX, OperationOutcomeError> + 'static>(
    ctx: CTX,
    client: Arc<Client>,
    media_type: PluginCodeType,
    code: String,
) -> Result<Option<Value>, AnyError>