19.5.3.3. 方法 resourceConditionalByUrl
签名:
- org.hl7.fhir.instance.model.api.IBaseOperationOutcome resourceConditionalByUrl(String url, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters);
fhir/resourceConditionalByUrl API 方法具有下表中列出的参数:
参数 | 描述 | 类型 |
---|---|---|
extraParameters | 有关可传递的参数的完整列表,请参阅 ExtraParameters,可以是 NULL | map |
url | 要使用的搜索 URL。这个 URL 的格式应当是 ResourceTypeParameters,例如: Patientname=Smith&identifier=13.2.4.11.4%7C847366 | 字符串 |
除了以上参数外,fhir API 还可使用任意。
任何参数都可以在端点 URI 中提供,也可以在消息标头中动态提供。邮件标题名称必须为 CamelFhir.parameter
.inBody
参数覆盖消息标头,例如,Body=myParameterNameHere
的 endpoint 参数会覆盖 CamelFhir.myParameterNameHere
标头。