22.5.11. API: transaction
支持制作者和使用者
事务 API 在语法中定义,如下所示:
fhir:transaction/methodName?[parameters]
下表中列出了 2 方法,后跟每种方法的详细语法。(API 方法可以有一个简写别名名称,可以在语法中使用,而不是名称。)
方法 | 描述 |
---|---|
使用给定的原始文本(应该为 Bundle 资源)作为事务输入 | |
使用资源列表作为事务输入 |
22.5.11.1. 带有Bundle 的方法
签名:
- 带有Bundle (String stringBundle, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters);
- org.hl7.fhir.instance.model.api.IBaseBundles (org.hl7.fhir.instance.model.api.IBaseBundle bundle, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters);
fhir/withBundle API 方法具有下表中列出的参数:
参数 | 描述 | 类型 |
---|---|---|
bundle | 在事务中使用的捆绑包 | IBaseBundle |
extraParameters | 如需可以传递的完整参数列表,请参阅 ExtraParameters,可以是 NULL | map |
stringBundle | 在事务中使用的捆绑包 | 字符串 |