19.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 | map | |
preferReturn | PreferReturnEnum | |
resource | IBaseResource | |
resourceAsString | 字符串 | |
url | 字符串 |
除了以上参数外,fhir API 还可使用任意。
任何参数都可以在端点 URI 中提供,也可以在消息标头中动态提供。邮件标题名称必须为 CamelFhir.parameter
.inBody
参数覆盖消息标头,例如,Body=myParameterNameHere
的 endpoint 参数会覆盖 CamelFhir.myParameterNameHere
标头。