22.5.9. API: read


支持制作者和消费者

读取 API 在语法中定义,如下所示:

fhir:read/methodName?[parameters]

下表中列出了 2 方法,后面列出了每种方法的详细语法。(API 方法可以有一个简写的别名名称,可在语法中使用,而不是名称。)

方法Description

resourceById

按 id 读取服务器上的 IBaseResource

resourceByUrl

通过 url 读取服务器上的 IBaseResource

22.5.9.1. 方法 resourceById

签名:

  • org.hl7.fhir.instance.model.api.IBaseResource resourceById(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource, Long longId, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.BaseResource> resource, returnResource boolean throwError, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters);
  • org.hl7.fhir.instance.model.api.IBaseResource resourceById(Class<org.hl7.hl7.fhir.instance.model.api.IBaseResource> resource, String stringId, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.api.BaseResource> resource, return boolean throwError, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters);
  • org.hl7.fhir.instance.model.api.IBaseResource resourceById(Class<org.hl7.fhir.instance.model.api.IBaseResource> 资源, org.hl7.fhir.instance.model.api.IIdType id, String ifVersionMatches, 布尔值 returnNull,org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters);
  • org.hl7.fhir.instance.model.api.IBaseResource resourceById(String resourceClass, Long longId, Long longId, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, java.util.Map<org.apache.camelf.h.api.hir>, extraParamer>, extraParam
  • org.hl7.fhir.model.api.IBaseResource resourceById(String resourceClass, String stringId, String ifVersionMatches, String version, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, throw throwError, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters);
  • org.hl7.fhir.instance.model.api.IBaseResource resourceById(String resourceClass, org.hl7.fhir.instance.model.api.IIdType id, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource, returnResource boolean throwError, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters);

fhir/resourceById API 方法具有下表中列出的参数:

参数描述类型

extraParameters

有关可传递的参数的完整列表,请参阅 ExtraParameters,可以是 NULL

map

id

引用该资源的 IIdType

IIdType

ifVersionMatches

与服务器上最新版本匹配的版本

字符串

longId

资源 ID

Long

resource

要读取的资源(例如 Patient)

resourceClass

要读取的资源(例如 Patient)

字符串

returnNull

如果版本匹配,返回 null

布尔值

returnResource

如果版本匹配,返回资源

IBaseResource

stringId

资源 ID

字符串

throwError

如果版本匹配

布尔值

version

资源版本

字符串

Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.