22.5.12.2. 方法 resourceBySearchUrl
签名:
- ca.uhn.fhir.rest.api.MethodOutcome resourceBySearchUrl(String resourceAsString, String url, ca.uhn.fhir.rest.api.fhir.rest.api.PreferRe returntion, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, extraParameters>
- ca.uhn.fhir.rest.api.MethodOutcome resourceBySearchUrl(org.hl7.fhir.instance.model.api.IBaseResource resource, String url, ca.uhn.fhir.rest.api.PreferRe returnEnum preferReturn, java.util.Map<org.apache.camelf.p.component.api, extraParameters>, extraParameters>, extraet
fhir/resourceBySearchUrl API 方法有下表中列出了的参数:
参数 | 描述 | 类型 |
---|---|---|
extraParameters | 有关可传递的参数的完整列表,请参阅 ExtraParameters,可以是 NULL | map |
preferReturn | 服务器是否包括或禁止资源正文作为结果的一部分 | PreferReturnEnum |
resource | 要更新的资源(例如 Patient) | IBaseResource |
resourceAsString | 要更新的资源正文 | 字符串 |
url | 指定更新应作为针对给定搜索 URL 的条件创建来执行更新 | 字符串 |
除了以上参数外,Fhir API 还可使用任何 Query 参数。
任何参数都可以在端点 URI 中提供,也可以在消息标头中动态提供。邮件标题名称必须为 CamelFhir.parameter
.inBody
参数覆盖消息标头,例如,Body=myParameterNameHere
的 endpoint 参数会覆盖 CamelFhir.myParameterNameHere
标头。