- ca.uhn.fhir.context - package ca.uhn.fhir.context
-
- ca.uhn.fhir.context.api - package ca.uhn.fhir.context.api
-
- ca.uhn.fhir.context.support - package ca.uhn.fhir.context.support
-
- ca.uhn.fhir.fluentpath - package ca.uhn.fhir.fluentpath
-
- ca.uhn.fhir.i18n - package ca.uhn.fhir.i18n
-
- ca.uhn.fhir.model.api - package ca.uhn.fhir.model.api
-
- ca.uhn.fhir.model.api.annotation - package ca.uhn.fhir.model.api.annotation
-
- ca.uhn.fhir.model.base.composite - package ca.uhn.fhir.model.base.composite
-
- ca.uhn.fhir.model.base.resource - package ca.uhn.fhir.model.base.resource
-
- ca.uhn.fhir.model.primitive - package ca.uhn.fhir.model.primitive
-
- ca.uhn.fhir.model.valueset - package ca.uhn.fhir.model.valueset
-
- ca.uhn.fhir.model.view - package ca.uhn.fhir.model.view
-
- ca.uhn.fhir.narrative - package ca.uhn.fhir.narrative
-
- ca.uhn.fhir.parser - package ca.uhn.fhir.parser
-
- ca.uhn.fhir.parser.json - package ca.uhn.fhir.parser.json
-
- ca.uhn.fhir.rest.annotation - package ca.uhn.fhir.rest.annotation
-
- ca.uhn.fhir.rest.api - package ca.uhn.fhir.rest.api
-
- ca.uhn.fhir.rest.api.server - package ca.uhn.fhir.rest.api.server
-
- ca.uhn.fhir.rest.client.api - package ca.uhn.fhir.rest.client.api
-
- ca.uhn.fhir.rest.client.exceptions - package ca.uhn.fhir.rest.client.exceptions
-
- ca.uhn.fhir.rest.gclient - package ca.uhn.fhir.rest.gclient
-
- ca.uhn.fhir.rest.param - package ca.uhn.fhir.rest.param
-
- ca.uhn.fhir.rest.param.binder - package ca.uhn.fhir.rest.param.binder
-
- ca.uhn.fhir.rest.server.exceptions - package ca.uhn.fhir.rest.server.exceptions
-
- ca.uhn.fhir.store - package ca.uhn.fhir.store
-
- ca.uhn.fhir.util - package ca.uhn.fhir.util
-
- ca.uhn.fhir.util.jar - package ca.uhn.fhir.util.jar
-
- ca.uhn.fhir.validation - package ca.uhn.fhir.validation
-
- ca.uhn.fhir.validation.schematron - package ca.uhn.fhir.validation.schematron
-
- CACHE_CONTROL_MAX_RESULTS - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CACHE_CONTROL_NO_CACHE - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CACHE_CONTROL_NO_STORE - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- cacheControl(CacheControlDirective) - Method in interface ca.uhn.fhir.rest.gclient.IClientExecutable
-
Sets the Cache-Control
header value, which advises the server (or any cache in front of it)
how to behave in terms of cached requests
- CacheControlDirective - Class in ca.uhn.fhir.rest.api
-
Parses and stores the value(s) within HTTP Cache-Control headers
- CacheControlDirective() - Constructor for class ca.uhn.fhir.rest.api.CacheControlDirective
-
Constructor
- CalendarBinder - Class in ca.uhn.fhir.rest.param.binder
-
- CalendarBinder() - Constructor for class ca.uhn.fhir.rest.param.binder.CalendarBinder
-
- call() - Method in interface ca.uhn.fhir.util.ICallable
-
- capabilities() - Method in interface ca.uhn.fhir.rest.client.api.IGenericClient
-
Fetch the capability statement for the server
- CHARSET_NAME_UTF8 - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CHARSET_US_ASCII - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CHARSET_UTF8 - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CHARSET_UTF8_CTSUFFIX - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- Child - Annotation Type in ca.uhn.fhir.model.api.annotation
-
Field annotation for fields within resource and datatype definitions, indicating
a child of that type.
- ChildOrder - Annotation Type in ca.uhn.fhir.model.api.annotation
-
This annotation may be used on a resource type to specify an order for
the child names.
- clear() - Method in class ca.uhn.fhir.model.api.TagList
-
- clearAllStaticFieldsForUnitTest() - Static method in class ca.uhn.fhir.util.TestUtil
-
THIS IS FOR UNIT TESTS ONLY - DO NOT CALL THIS METHOD FROM USER CODE
- clearThreadLocal() - Static method in class ca.uhn.fhir.util.DateUtils
-
Clears thread-local variable containing
DateFormat
cache.
- cloneInto(IBase, IBase, boolean) - Method in class ca.uhn.fhir.util.FhirTerser
-
Clones all values from a source object into the equivalent fields in a target object
- close() - Method in class ca.uhn.fhir.parser.json.GsonWriter
-
- close() - Method in class ca.uhn.fhir.parser.json.JsonLikeWriter
-
- close() - Method in interface ca.uhn.fhir.rest.client.api.IHttpResponse
-
Close the response
- close() - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
-
- close() - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
-
- code(String) - Method in interface ca.uhn.fhir.rest.gclient.TokenClientParam.IMatches
-
Creates a search criterion that matches against the given code, with no code system specified
- CodeDt - Class in ca.uhn.fhir.model.primitive
-
- CodeDt() - Constructor for class ca.uhn.fhir.model.primitive.CodeDt
-
Constructor
- CodeDt(String) - Constructor for class ca.uhn.fhir.model.primitive.CodeDt
-
Constructor which accepts a string code
- codes(Collection<String>) - Method in interface ca.uhn.fhir.rest.gclient.TokenClientParam.IMatches
-
Creates a search criterion that matches a given system with a collection of possible
codes (this will be used to form a comma-separated OR query) with any system value.
- codes(String...) - Method in interface ca.uhn.fhir.rest.gclient.TokenClientParam.IMatches
-
Creates a search criterion that matches a given system with a collection of possible
codes (this will be used to form a comma-separated OR query) with any system value.
- CodeValidationResult(CDCT) - Constructor for class ca.uhn.fhir.context.support.IContextValidationSupport.CodeValidationResult
-
- CodeValidationResult(IST, String) - Constructor for class ca.uhn.fhir.context.support.IContextValidationSupport.CodeValidationResult
-
- CodeValidationResult(IST, String, CDCT) - Constructor for class ca.uhn.fhir.context.support.IContextValidationSupport.CodeValidationResult
-
- CodingConceptProperty(String, String, String, String) - Constructor for class ca.uhn.fhir.context.support.IContextValidationSupport.CodingConceptProperty
-
Constructor
- codings(IBaseCoding...) - Method in interface ca.uhn.fhir.rest.gclient.TokenClientParam.IMatches
-
Creates a search criterion that matches a given system with a collection of possible
codes (this will be used to form a comma-separated OR query) with the given
Coding.system
and Coding.value
values.
- CollectionBinder - Class in ca.uhn.fhir.rest.param.binder
-
- CollectionBinder() - Constructor for class ca.uhn.fhir.rest.param.binder.CollectionBinder
-
- CollectionUtil - Class in ca.uhn.fhir.util
-
- CollectionUtil() - Constructor for class ca.uhn.fhir.util.CollectionUtil
-
- compareTo(CodeDt) - Method in class ca.uhn.fhir.model.primitive.CodeDt
-
- compareTo(DecimalDt) - Method in class ca.uhn.fhir.model.primitive.DecimalDt
-
- Compartment - Annotation Type in ca.uhn.fhir.model.api.annotation
-
This may only be populated on a reference search paramater field.
- COMPARTMENT_MATCHER_PATH - Static variable in class ca.uhn.fhir.util.FhirTerser
-
- CompositeAndListParam<A extends IQueryParameterType,B extends IQueryParameterType> - Class in ca.uhn.fhir.rest.param
-
- CompositeAndListParam(Class<A>, Class<B>) - Constructor for class ca.uhn.fhir.rest.param.CompositeAndListParam
-
- CompositeChildElement(BaseParser.CompositeChildElement, BaseRuntimeChildDefinition, BaseParser.EncodeContext) - Constructor for class ca.uhn.fhir.parser.BaseParser.CompositeChildElement
-
- CompositeChildElement(RuntimeResourceDefinition, BaseParser.EncodeContext) - Constructor for class ca.uhn.fhir.parser.BaseParser.CompositeChildElement
-
- compositeChildIterator(IBase, boolean, BaseParser.CompositeChildElement, BaseParser.EncodeContext) - Method in class ca.uhn.fhir.parser.BaseParser
-
- CompositeClientParam<A extends IParam,B extends IParam> - Class in ca.uhn.fhir.rest.gclient
-
Composite parameter type for use in fluent client interfaces
- CompositeClientParam(String) - Constructor for class ca.uhn.fhir.rest.gclient.CompositeClientParam
-
- CompositeCriterion<A extends IParam,B extends IParam> - Class in ca.uhn.fhir.rest.gclient
-
- CompositeCriterion(String, ICriterion<A>) - Constructor for class ca.uhn.fhir.rest.gclient.CompositeCriterion
-
- CompositeOrListParam<A extends IQueryParameterType,B extends IQueryParameterType> - Class in ca.uhn.fhir.rest.param
-
- CompositeOrListParam(Class<A>, Class<B>) - Constructor for class ca.uhn.fhir.rest.param.CompositeOrListParam
-
- CompositeParam<A extends IQueryParameterType,B extends IQueryParameterType> - Class in ca.uhn.fhir.rest.param
-
- CompositeParam(A, B) - Constructor for class ca.uhn.fhir.rest.param.CompositeParam
-
- CompositeParam(Class<A>, Class<B>) - Constructor for class ca.uhn.fhir.rest.param.CompositeParam
-
- conditional() - Method in interface ca.uhn.fhir.rest.gclient.ICreateTyped
-
- conditional(Class<? extends IBaseResource>) - Method in interface ca.uhn.fhir.rest.gclient.IPatchWithBody
-
Build a conditional URL using fluent constants on resource types
- conditional(String) - Method in interface ca.uhn.fhir.rest.gclient.IPatchWithBody
-
Build a conditional URL using fluent constants on resource types
- conditional() - Method in interface ca.uhn.fhir.rest.gclient.IUpdateTyped
-
- conditionalByUrl(String) - Method in interface ca.uhn.fhir.rest.gclient.ICreateTyped
-
Specifies that the create should be performed as a conditional create
against a given search URL.
- conditionalByUrl(String) - Method in interface ca.uhn.fhir.rest.gclient.IPatchWithBody
-
Specifies that the update should be performed as a conditional create
against a given search URL.
- conditionalByUrl(String) - Method in interface ca.uhn.fhir.rest.gclient.IUpdateTyped
-
Specifies that the update should be performed as a conditional create
against a given search URL.
- ConditionalUrlParam - Annotation Type in ca.uhn.fhir.rest.annotation
-
On the
Update
,
Create
and
Delete
operation methods, this annotation
can be used to mark a
String
parameter which will be populated with the
conditional "search" URL for the operation, if an incoming client invocation is
a conditional operation.
- CONF_ADDITIONAL_PARAM - Static variable in class ca.uhn.fhir.util.ExtensionConstants
-
- CONF_ADDITIONAL_PARAM_DESCRIPTION - Static variable in class ca.uhn.fhir.util.ExtensionConstants
-
- CONF_ADDITIONAL_PARAM_NAME - Static variable in class ca.uhn.fhir.util.ExtensionConstants
-
- CONF_ADDITIONAL_PARAM_REQUIRED - Static variable in class ca.uhn.fhir.util.ExtensionConstants
-
- CONF_ADDITIONAL_PARAM_TYPE - Static variable in class ca.uhn.fhir.util.ExtensionConstants
-
- CONF_RESOURCE_COUNT - Static variable in class ca.uhn.fhir.util.ExtensionConstants
-
- ConfigurationException - Exception in ca.uhn.fhir.context
-
Non-checked exception indicating that HAPI was unable to initialize due to
a detected configuration problem.
- ConfigurationException() - Constructor for exception ca.uhn.fhir.context.ConfigurationException
-
- ConfigurationException(String, Throwable) - Constructor for exception ca.uhn.fhir.context.ConfigurationException
-
- ConfigurationException(String) - Constructor for exception ca.uhn.fhir.context.ConfigurationException
-
- ConfigurationException(Throwable) - Constructor for exception ca.uhn.fhir.context.ConfigurationException
-
- Constants - Class in ca.uhn.fhir.rest.api
-
- Constants() - Constructor for class ca.uhn.fhir.rest.api.Constants
-
- constructAbsoluteUrl(String, String) - Static method in class ca.uhn.fhir.util.UrlUtil
-
Resolve a relative URL - THIS METHOD WILL NOT FAIL but will log a warning and return theEndpoint if the input is invalid.
- constructRelativeUrl(String, String) - Static method in class ca.uhn.fhir.util.UrlUtil
-
- containedResourceWithNoId(IParserErrorHandler.IParseLocation) - Method in class ca.uhn.fhir.parser.ErrorHandlerAdapter
-
- containedResourceWithNoId(IParserErrorHandler.IParseLocation) - Method in interface ca.uhn.fhir.parser.IParserErrorHandler
-
Invoked when a contained resource is parsed that has no ID specified (and is therefore invalid)
- containedResourceWithNoId(IParserErrorHandler.IParseLocation) - Method in class ca.uhn.fhir.parser.LenientErrorHandler
-
- containedResourceWithNoId(IParserErrorHandler.IParseLocation) - Method in class ca.uhn.fhir.parser.StrictErrorHandler
-
- containResourcesForEncoding(IBaseResource) - Method in class ca.uhn.fhir.parser.BaseParser
-
- contains(Object) - Method in class ca.uhn.fhir.model.api.TagList
-
- contains() - Method in class ca.uhn.fhir.rest.gclient.StringClientParam
-
The string contains given value
- containsAll(Collection<?>) - Method in class ca.uhn.fhir.model.api.TagList
-
- convertIdToType(IIdType, Class<T>) - Static method in class ca.uhn.fhir.rest.param.ParameterUtil
-
- CORS_ALLOWED_HEADERS - Static variable in class ca.uhn.fhir.rest.api.Constants
-
Contains a standard set of headers which are used by FHIR / HAPI FHIR, and therefore
would make a useful set for CORS AllowedHeader declarations
- CORS_ALLWED_METHODS - Static variable in class ca.uhn.fhir.rest.api.Constants
-
Contains a standard set of HTTP Methods which are used by FHIR / HAPI FHIR, and therefore
would make a useful set for CORS AllowedMethod declarations
- Count - Annotation Type in ca.uhn.fhir.rest.annotation
-
Parameter annotation for the _count parameter, which indicates to the
server the maximum number of desired results.
- count(Integer) - Method in interface ca.uhn.fhir.rest.gclient.IHistoryTyped
-
Request that the server return only up to theCount
number of resources
- count(int) - Method in interface ca.uhn.fhir.rest.gclient.IQuery
-
Specifies the _count
parameter, which indicates to the server how many resources should be returned
on a single page.
- CoverageIgnore - Annotation Type in ca.uhn.fhir.util
-
- Create - Annotation Type in ca.uhn.fhir.rest.annotation
-
- create() - Method in interface ca.uhn.fhir.rest.client.api.IGenericClient
-
Fluent method for the "create" operation, which creates a new resource instance on the server
- createBinaryRequest(FhirContext, IBaseBinary) - Method in interface ca.uhn.fhir.rest.client.api.IHttpClient
-
Create a binary request
- createByteRequest(FhirContext, String, String, EncodingEnum) - Method in interface ca.uhn.fhir.rest.client.api.IHttpClient
-
Create a byte request
- createEscapingWriterFor(OutputStream, String) - Method in class ca.uhn.fhir.util.XmlUtil.MyEscaper
-
- createEscapingWriterFor(Writer, String) - Method in class ca.uhn.fhir.util.XmlUtil.MyEscaper
-
- createExtensionChildName(BaseRuntimeElementDefinition<?>) - Static method in class ca.uhn.fhir.context.RuntimeChildUndeclaredExtensionDefinition
-
- createFluentPathExecutor(FhirContext) - Method in interface ca.uhn.fhir.model.api.IFhirVersion
-
- createGetRequest(FhirContext, EncodingEnum) - Method in interface ca.uhn.fhir.rest.client.api.IHttpClient
-
Create a normal http get request
- createIncorrectJsonTypeMessage(String, JsonLikeValue.ValueType, JsonLikeValue.ScalarType, JsonLikeValue.ValueType, JsonLikeValue.ScalarType) - Static method in class ca.uhn.fhir.parser.LenientErrorHandler
-
- createJarLogger() - Static method in class ca.uhn.fhir.util.jar.DependencyLogFactory
-
- createParamRequest(FhirContext, Map<String, List<String>>, EncodingEnum) - Method in interface ca.uhn.fhir.rest.client.api.IHttpClient
-
Create a parameter request
- createReader() - Method in interface ca.uhn.fhir.rest.client.api.IHttpResponse
-
Returns a reader for the response entity
- createString(FhirContext, String) - Static method in class ca.uhn.fhir.util.ParametersUtil
-
- createUserAgentString(FhirContext, String) - Static method in class ca.uhn.fhir.rest.client.api.HttpClientUtil
-
- createValidationSupport() - Method in interface ca.uhn.fhir.model.api.IFhirVersion
-
- createXmlReader(Reader) - Static method in class ca.uhn.fhir.util.XmlUtil
-
- createXmlStreamWriter(Writer) - Static method in class ca.uhn.fhir.util.XmlUtil
-
- createXmlWriter(Writer) - Static method in class ca.uhn.fhir.util.XmlUtil
-
- CT_FHIR_JSON - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CT_FHIR_JSON_NEW - Static variable in class ca.uhn.fhir.rest.api.Constants
-
The FHIR MimeType for JSON encoding in FHIR DSTU3+
- CT_FHIR_XML - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CT_FHIR_XML_NEW - Static variable in class ca.uhn.fhir.rest.api.Constants
-
The FHIR MimeType for XML encoding in FHIR DSTU3+
- CT_HTML - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CT_HTML_WITH_UTF8 - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CT_JSON - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CT_JSON_PATCH - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CT_OCTET_STREAM - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CT_TEXT - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CT_TEXT_WITH_UTF8 - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CT_X_FORM_URLENCODED - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CT_XML - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CT_XML_PATCH - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- CustomThymeleafNarrativeGenerator - Class in ca.uhn.fhir.narrative
-
- CustomThymeleafNarrativeGenerator(String...) - Constructor for class ca.uhn.fhir.narrative.CustomThymeleafNarrativeGenerator
-
Create a new narrative generator
- generateNarrative(FhirContext, IBaseResource, INarrative) - Method in class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
-
- generateNarrative(FhirContext, IBaseResource, INarrative) - Method in interface ca.uhn.fhir.narrative.INarrativeGenerator
-
- generateProfile(RuntimeResourceDefinition, String) - Method in interface ca.uhn.fhir.model.api.IFhirVersion
-
- get(IResource) - Method in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum.ExtensionResourceMetadataKey
-
- get(IResource) - Method in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
-
- get(IAnyResource) - Method in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource
-
- get(int) - Method in class ca.uhn.fhir.model.api.TagList
-
Returns the tag at a given index - Note that the TagList is backed by a
LinkedHashSet
, so the order of
added tags will be consistent, but duplicates will not be preserved.
- get(int) - Method in class ca.uhn.fhir.parser.json.JsonLikeArray
-
- get(String) - Method in class ca.uhn.fhir.parser.json.JsonLikeObject
-
- get(Class<T>) - Method in interface ca.uhn.fhir.rest.gclient.IMeta
-
Fetch the current metadata
- getAccessor() - Method in class ca.uhn.fhir.context.BaseRuntimeChildDefinition
-
- getAccessor() - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
-
- getAccessor() - Method in class ca.uhn.fhir.context.RuntimeChildUndeclaredExtensionDefinition
-
- getAdditionalMessages() - Method in exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
-
- getAddProfileTagWhenEncoding() - Method in class ca.uhn.fhir.context.FhirContext
-
When encoding resources, this setting configures the parser to include
an entry in the resource's metadata section which indicates which profile(s) the
resource claims to conform to.
- getAllHeaders() - Method in interface ca.uhn.fhir.rest.client.api.IHttpRequest
-
- getAllHeaders() - Method in interface ca.uhn.fhir.rest.client.api.IHttpResponse
-
Get map of the response headers and corresponding string values.
- getAllKeys() - Method in class ca.uhn.fhir.i18n.HapiLocalizer
-
- getAllowedMethods() - Method in exception ca.uhn.fhir.rest.server.exceptions.MethodNotAllowedException
-
Specifies the list of allowed HTTP methods (GET, POST, etc).
- getAllPopulatedChildElementsOfType(Class<T>) - Method in class ca.uhn.fhir.model.api.ExtensionDt
-
Deprecated.
- getAllPopulatedChildElementsOfType(Class<T>) - Method in interface ca.uhn.fhir.model.api.ICompositeElement
-
- getAllPopulatedChildElementsOfType(Class<T>) - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Deprecated.
- getAllPopulatedChildElementsOfType(IBaseResource, Class<T>) - Method in class ca.uhn.fhir.util.FhirTerser
-
Returns a list containing all child elements (including the resource itself) which are non-empty and are either of the exact type specified, or are a subclass of that type.
- getAllResourceReferences(IBaseResource) - Method in class ca.uhn.fhir.util.FhirTerser
-
- getAllUndeclaredExtensions() - Method in class ca.uhn.fhir.model.api.BaseElement
-
- getAllUndeclaredExtensions() - Method in interface ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
-
Returns an immutable list containing all extensions (modifier and non-modifier).
- getAsArray() - Method in class ca.uhn.fhir.parser.json.JsonLikeArray
-
- getAsArray() - Method in class ca.uhn.fhir.parser.json.JsonLikeValue
-
- getAsBoolean() - Method in class ca.uhn.fhir.parser.json.JsonLikeValue
-
- getAsNumber() - Method in class ca.uhn.fhir.parser.json.JsonLikeValue
-
- getAsObject() - Method in class ca.uhn.fhir.parser.json.JsonLikeObject
-
- getAsObject() - Method in class ca.uhn.fhir.parser.json.JsonLikeValue
-
- getAsString() - Method in class ca.uhn.fhir.parser.json.JsonLikeArray
-
- getAsString() - Method in class ca.uhn.fhir.parser.json.JsonLikeObject
-
- getAsString() - Method in class ca.uhn.fhir.parser.json.JsonLikeValue
-
- getAuthorName() - Method in class ca.uhn.fhir.model.api.BaseBundle
-
- getAuthorUri() - Method in class ca.uhn.fhir.model.api.BaseBundle
-
- getBase() - Method in class ca.uhn.fhir.context.RuntimeSearchParam
-
- getBaseAsStrings(FhirContext, IBaseResource) - Static method in class ca.uhn.fhir.util.SearchParameterUtil
-
- getBaseDefinition() - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
-
If this definition refers to a class which extends another resource definition type, this
method will return the definition of the topmost resource.
- getBaseUrl() - Method in class ca.uhn.fhir.model.primitive.IdDt
-
Returns the portion of this resource ID which corresponds to the server base URL.
- getBaseUrl() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
-
- getBaseUrl() - Method in interface org.hl7.fhir.instance.model.api.IIdType
-
Returns the server base URL if this ID contains one.
- getBinder() - Method in class ca.uhn.fhir.model.primitive.BoundCodeDt
-
- getBindingValueSet() - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
-
- getBoundEnumType() - Method in class ca.uhn.fhir.context.BaseRuntimeChildDatatypeDefinition
-
If this child has a bound type, this method will return the Enum type that
it is bound to.
- getBoundEnumType() - Method in class ca.uhn.fhir.context.RuntimeChildCompositeBoundDatatypeDefinition
-
- getBoundEnumType() - Method in class ca.uhn.fhir.context.RuntimeChildPrimitiveBoundCodeDatatypeDefinition
-
- getBoundEnumType() - Method in class ca.uhn.fhir.context.RuntimeChildPrimitiveEnumerationDatatypeDefinition
-
- getBuildNumber() - Static method in class ca.uhn.fhir.util.VersionUtil
-
- getBuildTime() - Static method in class ca.uhn.fhir.util.VersionUtil
-
- getBundleEntryUrlsAndResources(FhirContext, IBaseBundle) - Static method in class ca.uhn.fhir.util.BundleUtil
-
- getBundleType(FhirContext, IBaseBundle) - Static method in class ca.uhn.fhir.util.BundleUtil
-
- getCalendarConstant() - Method in enum ca.uhn.fhir.model.api.TemporalPrecisionEnum
-
- getChain() - Method in class ca.uhn.fhir.rest.api.SortSpec
-
Gets the chained sort specification, or null
if none.
- getChain() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
-
- getChildByName(String) - Method in class ca.uhn.fhir.context.BaseRuntimeChildDatatypeDefinition
-
- getChildByName(String) - Method in class ca.uhn.fhir.context.BaseRuntimeChildDefinition
-
- getChildByName(String) - Method in class ca.uhn.fhir.context.BaseRuntimeElementCompositeDefinition
-
- getChildByName(String) - Method in class ca.uhn.fhir.context.RuntimeChildChoiceDefinition
-
- getChildByName(String) - Method in class ca.uhn.fhir.context.RuntimeChildContainedResources
-
- getChildByName(String) - Method in class ca.uhn.fhir.context.RuntimeChildDeclaredExtensionDefinition
-
- getChildByName(String) - Method in class ca.uhn.fhir.context.RuntimeChildDirectResource
-
- getChildByName(String) - Method in class ca.uhn.fhir.context.RuntimeChildExtension
-
- getChildByName(String) - Method in class ca.uhn.fhir.context.RuntimeChildResourceBlockDefinition
-
- getChildByName(String) - Method in class ca.uhn.fhir.context.RuntimeChildResourceDefinition
-
- getChildByName(String) - Method in class ca.uhn.fhir.context.RuntimeChildUndeclaredExtensionDefinition
-
- getChildByNameOrThrowDataFormatException(String) - Method in class ca.uhn.fhir.context.BaseRuntimeElementCompositeDefinition
-
- getChildElementDefinitionByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.BaseRuntimeChildDatatypeDefinition
-
- getChildElementDefinitionByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.BaseRuntimeChildDefinition
-
- getChildElementDefinitionByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.RuntimeChildChoiceDefinition
-
- getChildElementDefinitionByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.RuntimeChildContainedResources
-
- getChildElementDefinitionByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.RuntimeChildDeclaredExtensionDefinition
-
- getChildElementDefinitionByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.RuntimeChildDirectResource
-
- getChildElementDefinitionByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.RuntimeChildResourceBlockDefinition
-
- getChildElementDefinitionByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.RuntimeChildResourceDefinition
-
- getChildElementDefinitionByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.RuntimeChildUndeclaredExtensionDefinition
-
- getChildExtensionForUrl(String) - Method in class ca.uhn.fhir.context.RuntimeChildDeclaredExtensionDefinition
-
- getChildNameByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.BaseRuntimeChildDatatypeDefinition
-
- getChildNameByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.BaseRuntimeChildDefinition
-
- getChildNameByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.RuntimeChildChoiceDefinition
-
- getChildNameByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.RuntimeChildContainedResources
-
- getChildNameByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.RuntimeChildDeclaredExtensionDefinition
-
- getChildNameByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.RuntimeChildDirectResource
-
- getChildNameByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.RuntimeChildExtension
-
- getChildNameByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.RuntimeChildResourceBlockDefinition
-
- getChildNameByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.RuntimeChildResourceDefinition
-
- getChildNameByDatatype(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.RuntimeChildUndeclaredExtensionDefinition
-
- getChildren() - Method in class ca.uhn.fhir.context.BaseRuntimeElementCompositeDefinition
-
- getChildren() - Method in class ca.uhn.fhir.context.RuntimeExtensionDtDefinition
-
- getChildrenAndExtension() - Method in class ca.uhn.fhir.context.BaseRuntimeElementCompositeDefinition
-
- getChildrenIncludingUrl() - Method in class ca.uhn.fhir.context.RuntimeExtensionDtDefinition
-
- getChildType() - Method in class ca.uhn.fhir.context.BaseRuntimeElementDefinition
-
- getChildType() - Method in class ca.uhn.fhir.context.RuntimeChildDeclaredExtensionDefinition
-
- getChildType() - Method in class ca.uhn.fhir.context.RuntimeCompositeDatatypeDefinition
-
- getChildType() - Method in class ca.uhn.fhir.context.RuntimeElemContainedResourceList
-
- getChildType() - Method in class ca.uhn.fhir.context.RuntimeElemContainedResources
-
- getChildType() - Method in class ca.uhn.fhir.context.RuntimeElementDirectResource
-
- getChildType() - Method in class ca.uhn.fhir.context.RuntimeIdDatatypeDefinition
-
- getChildType() - Method in class ca.uhn.fhir.context.RuntimePrimitiveDatatypeDefinition
-
- getChildType() - Method in class ca.uhn.fhir.context.RuntimePrimitiveDatatypeNarrativeDefinition
-
- getChildType() - Method in class ca.uhn.fhir.context.RuntimePrimitiveDatatypeXhtmlHl7OrgDefinition
-
- getChildType() - Method in class ca.uhn.fhir.context.RuntimeResourceBlockDefinition
-
- getChildType() - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
-
- getChoices() - Method in class ca.uhn.fhir.context.RuntimeChildChoiceDefinition
-
- getCode() - Method in class ca.uhn.fhir.context.support.IContextValidationSupport.CodingConceptProperty
-
- getCode() - Method in class ca.uhn.fhir.model.api.Tag
-
- getCode() - Method in enum ca.uhn.fhir.model.valueset.BundleEntrySearchModeEnum
-
Returns the code associated with this enumerated value
- getCode() - Method in enum ca.uhn.fhir.model.valueset.BundleEntryTransactionMethodEnum
-
Returns the code associated with this enumerated value
- getCode() - Method in enum ca.uhn.fhir.model.valueset.BundleTypeEnum
-
Returns the code associated with this enumerated value
- getCode() - Method in enum ca.uhn.fhir.rest.api.RestOperationTypeEnum
-
Returns the code associated with this enumerated value
- getCode() - Method in enum ca.uhn.fhir.rest.api.RestSearchParameterTypeEnum
-
Returns the code associated with this enumerated value
- getCode() - Method in enum ca.uhn.fhir.rest.api.SearchTotalModeEnum
-
- getCode() - Method in enum ca.uhn.fhir.rest.api.SummaryEnum
-
- getCode() - Method in enum ca.uhn.fhir.rest.api.ValidationModeEnum
-
- getCode() - Method in enum ca.uhn.fhir.validation.ResultSeverityEnum
-
- getCode() - Method in interface org.hl7.fhir.instance.model.api.IBaseCoding
-
- getCodeElement() - Method in class ca.uhn.fhir.model.base.composite.BaseCodingDt
-
Gets the value(s) for code (Symbol in syntax defined by the system).
- getCodeElement() - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
-
Gets the value(s) for code (Coded form of the unit).
- getCodeElement() - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Gets the value(s) for code (Symbol in syntax defined by the system).
- getCodeSystem() - Method in class ca.uhn.fhir.context.support.IContextValidationSupport.CodingConceptProperty
-
- getCodeSystemName() - Method in class ca.uhn.fhir.context.support.IContextValidationSupport.CodeValidationResult
-
- getCodeSystemVersion() - Method in class ca.uhn.fhir.context.support.IContextValidationSupport.CodeValidationResult
-
- getComparatorElement() - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
-
Gets the value(s) for comparator (< | <= | >= | > - how to understand the value).
- getCompositeElementId(IBase) - Method in class ca.uhn.fhir.parser.BaseParser
-
- getCompositeOf() - Method in class ca.uhn.fhir.context.RuntimeSearchParam
-
- getConnectionRequestTimeout() - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
Gets the connection request timeout, in milliseconds.
- getConnectTimeout() - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
Gets the connect timeout, in milliseconds.
- getContained() - Method in interface ca.uhn.fhir.model.api.IResource
-
Returns the contained resource list for this resource.
- getContained() - Method in interface org.hl7.fhir.instance.model.api.IDomainResource
-
- getContainedResources() - Method in class ca.uhn.fhir.model.base.composite.BaseContainedDt
-
- getContainedType() - Method in interface ca.uhn.fhir.model.api.IFhirVersion
-
- getContent() - Method in interface org.hl7.fhir.instance.model.api.IBaseBinary
-
- getContentAsBase64() - Method in interface org.hl7.fhir.instance.model.api.IBaseBinary
-
- getContentType() - Method in enum ca.uhn.fhir.rest.api.PatchTypeEnum
-
- getContentType() - Method in interface org.hl7.fhir.instance.model.api.IBaseBinary
-
- getCreated() - Method in class ca.uhn.fhir.rest.api.MethodOutcome
-
This will be set to
Boolean.TRUE
for instance of MethodOutcome which are
returned to client instances, if the server has responded with an HTTP 201 Created.
- getCurrentResourcePath() - Method in class ca.uhn.fhir.parser.BaseParser.EncodeContextPath
-
- getDatatype() - Method in class ca.uhn.fhir.context.BaseRuntimeChildDatatypeDefinition
-
- getDataType() - Method in class ca.uhn.fhir.parser.json.JsonLikeArray
-
- getDataType() - Method in class ca.uhn.fhir.parser.json.JsonLikeObject
-
- getDataType() - Method in class ca.uhn.fhir.parser.json.JsonLikeValue
-
- getDay() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Returns the month with 1-index, e.g.
- getDeclaredExtension(String, String) - Method in class ca.uhn.fhir.context.BaseRuntimeElementDefinition
-
- getDeclaredMethods(Class<?>) - Static method in class ca.uhn.fhir.util.ReflectionUtil
-
- getDef() - Method in class ca.uhn.fhir.parser.BaseParser.CompositeChildElement
-
- getDefaultPrecisionForDatatype() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Returns the default precision for the given datatype
- getDefaultPrecisionForDatatype() - Method in class ca.uhn.fhir.model.primitive.DateDt
-
Returns the default precision for this datatype
- getDefaultPrecisionForDatatype() - Method in class ca.uhn.fhir.model.primitive.DateTimeDt
-
Returns the default precision for this datatype
- getDefaultPrecisionForDatatype() - Method in class ca.uhn.fhir.model.primitive.InstantDt
-
Returns the default precision for this datatype
- getDefaultPrecisionForDatatype() - Method in class ca.uhn.fhir.rest.param.DateParam.DateParamDateTimeHolder
-
- getDefaultTypeForProfile(String) - Method in class ca.uhn.fhir.context.FhirContext
-
Returns the default resource type for the given profile
- getDefinition(Class<? extends IBaseResource>, String) - Method in class ca.uhn.fhir.util.FhirTerser
-
- getDescription() - Method in class ca.uhn.fhir.context.RuntimeSearchParam
-
- getDescriptionElement() - Method in interface ca.uhn.fhir.model.base.resource.BaseConformance
-
- getDetailsElement() - Method in class ca.uhn.fhir.model.base.resource.BaseOperationOutcome.BaseIssue
-
- getDisplay() - Method in class ca.uhn.fhir.context.support.IContextValidationSupport.CodingConceptProperty
-
- getDisplay() - Method in class ca.uhn.fhir.model.api.Tag
-
- getDisplay() - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Gets the value(s) for display (Representation defined by the system).
- getDisplay() - Method in interface org.hl7.fhir.instance.model.api.IBaseCoding
-
- getDisplayElement() - Method in class ca.uhn.fhir.model.base.composite.BaseCodingDt
-
Gets the value(s) for display (Representation defined by the system).
- getDisplayElement() - Method in class ca.uhn.fhir.model.base.composite.BaseResourceReferenceDt
-
- getDisplayElement() - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
- getDisplayElement() - Method in interface org.hl7.fhir.instance.model.api.IBaseReference
-
- getDiv() - Method in class ca.uhn.fhir.model.base.composite.BaseNarrativeDt
-
- getDivAsString() - Method in class ca.uhn.fhir.model.base.composite.BaseNarrativeDt
-
- getDivAsString() - Method in interface org.hl7.fhir.instance.model.api.INarrative
-
- getDontStripVersionsFromReferencesAtPaths() - Method in class ca.uhn.fhir.context.ParserOptions
-
- getDontStripVersionsFromReferencesAtPaths() - Method in class ca.uhn.fhir.parser.BaseParser
-
- getDontStripVersionsFromReferencesAtPaths() - Method in interface ca.uhn.fhir.parser.IParser
-
- getElementDefinition(Class<? extends IBase>) - Method in class ca.uhn.fhir.context.FhirContext
-
Returns the scanned runtime model for the given type.
- getElementDefinition(String) - Method in class ca.uhn.fhir.context.FhirContext
-
Returns the scanned runtime model for the given type.
- getElementDefinitions() - Method in class ca.uhn.fhir.context.FhirContext
-
Returns all element definitions (resources, datatypes, etc.)
- getElementName() - Method in class ca.uhn.fhir.context.BaseRuntimeChildDefinition
-
- getElementName() - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
-
- getElementName() - Method in class ca.uhn.fhir.context.RuntimeChildDeclaredExtensionDefinition
-
- getElementName() - Method in class ca.uhn.fhir.context.RuntimeChildUndeclaredExtensionDefinition
-
- getElementSpecificId() - Method in class ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- getElementSpecificId() - Method in interface ca.uhn.fhir.model.api.IIdentifiableElement
-
Used to retrieve an ID for this specific element within a resource.
- getEncodeForceResourceId() - Method in class ca.uhn.fhir.parser.BaseParser
-
- getEncodeForceResourceId() - Method in interface ca.uhn.fhir.parser.IParser
-
If not set to null (as is the default) this ID will be used as the ID in any
resources encoded by this parser
- getEncoding() - Method in interface ca.uhn.fhir.parser.IParser
-
Which encoding does this parser instance produce?
- getEncoding() - Method in class ca.uhn.fhir.parser.JsonParser
-
- getEncoding() - Method in class ca.uhn.fhir.parser.XmlParser
-
- getEncoding() - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClient
-
Returns the encoding that will be used on requests.
- getErrorHandler() - Method in class ca.uhn.fhir.parser.BaseParser
-
- getEstimatedTimeRemaining(double, double) - Method in class ca.uhn.fhir.util.StopWatch
-
Given an amount of something completed so far, and a total amount, calculates how long it will take for something to complete
- getExtension() - Method in class ca.uhn.fhir.model.api.ExtensionDt
-
- getExtension() - Method in interface org.hl7.fhir.instance.model.api.IBaseExtension
-
- getExtension() - Method in interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
-
- getExtensionMetadataKeys(IResource) - Method in class ca.uhn.fhir.parser.BaseParser
-
- getExtensions() - Method in class ca.uhn.fhir.context.BaseRuntimeElementDefinition
-
- getExtensionsModifier() - Method in class ca.uhn.fhir.context.BaseRuntimeElementDefinition
-
- getExtensionsNonModifier() - Method in class ca.uhn.fhir.context.BaseRuntimeElementDefinition
-
- getExtensionUrl() - Method in class ca.uhn.fhir.context.BaseRuntimeChildDefinition
-
- getExtensionUrl() - Method in class ca.uhn.fhir.context.RuntimeChildDeclaredExtensionDefinition
-
- getExtensionUrl(String) - Method in class ca.uhn.fhir.parser.BaseParser
-
- getFamily() - Method in class ca.uhn.fhir.model.base.composite.BaseHumanNameDt
-
Gets the value(s) for family (Family name (often called 'Surname')).
- getFamilyAsSingleString() - Method in class ca.uhn.fhir.model.base.composite.BaseHumanNameDt
-
Returns all repetitions of
family name
as a space separated string
- getFhirContext() - Method in interface ca.uhn.fhir.rest.api.server.IRequestDetails
-
- getFhirContext() - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClient
-
Returns the FHIR context associated with this client
- getFhirContext() - Method in interface ca.uhn.fhir.validation.IValidationContext
-
- getFhirVersionElement() - Method in interface ca.uhn.fhir.model.base.resource.BaseConformance
-
- getFhirVersionPropertiesFile() - Method in interface ca.uhn.fhir.model.api.IFhirVersion
-
- getFhirVersionString() - Method in enum ca.uhn.fhir.context.FhirVersionEnum
-
- getField() - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
-
- getFirstIssueDetails(FhirContext, IBaseOperationOutcome) - Static method in class ca.uhn.fhir.util.OperationOutcomeUtil
-
- getFirstIssueLocation(FhirContext, IBaseOperationOutcome) - Static method in class ca.uhn.fhir.util.OperationOutcomeUtil
-
- getFormalDefinition() - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
-
- getFormatCommentsPost() - Method in class ca.uhn.fhir.model.api.BaseElement
-
- getFormatCommentsPost() - Method in class ca.uhn.fhir.model.api.TagList
-
- getFormatCommentsPost() - Method in class ca.uhn.fhir.model.base.composite.BaseContainedDt
-
- getFormatCommentsPost() - Method in interface org.hl7.fhir.instance.model.api.IBase
-
Returns a list of comments appearing immediately after this element within the serialized
form of the resource.
- getFormatCommentsPre() - Method in class ca.uhn.fhir.model.api.BaseElement
-
- getFormatCommentsPre() - Method in class ca.uhn.fhir.model.api.TagList
-
- getFormatCommentsPre() - Method in class ca.uhn.fhir.model.base.composite.BaseContainedDt
-
- getFormatCommentsPre() - Method in interface org.hl7.fhir.instance.model.api.IBase
-
Returns a list of comments appearing immediately before this element within the serialized
form of the resource.
- getFormatContentType() - Method in enum ca.uhn.fhir.rest.api.EncodingEnum
-
Returns xml
or json
as used on the _format
search parameter
- getFormatString(String) - Method in class ca.uhn.fhir.i18n.HapiLocalizer
-
- getGenericCollectionTypeOfField(Field) - Static method in class ca.uhn.fhir.util.ReflectionUtil
-
- getGenericCollectionTypeOfFieldWithSecondOrderForList(Field) - Static method in class ca.uhn.fhir.util.ReflectionUtil
-
For a field of type List>, returns Foo
- getGenericCollectionTypeOfMethodParameter(Method, int) - Static method in class ca.uhn.fhir.util.ReflectionUtil
-
- getGenericCollectionTypeOfMethodReturnType(Method) - Static method in class ca.uhn.fhir.util.ReflectionUtil
-
- getGiven() - Method in class ca.uhn.fhir.model.base.composite.BaseHumanNameDt
-
Gets the value(s) for given (Given names (not always 'first').
- getGivenAsSingleString() - Method in class ca.uhn.fhir.model.base.composite.BaseHumanNameDt
-
Returns all repetitions of
given name
as a space separated string
- getHeaders(String) - Method in interface ca.uhn.fhir.rest.client.api.IHttpResponse
-
Return all headers in the response with the given type
- getHeaderValue() - Method in enum ca.uhn.fhir.rest.api.PreferReturnEnum
-
- getHour() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Returns the hour of the day in a 24h clock, e.g.
- getHttpClient() - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClient
-
Do not call this method in client code.
- getHttpClient(StringBuilder, Map<String, List<String>>, String, RequestTypeEnum, List<Header>) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
Returns the HTTP client instance.
- getHttpVerbName() - Method in interface ca.uhn.fhir.rest.client.api.IHttpRequest
-
Return the HTTP verb (e.g.
- getId() - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
-
- getId() - Method in class ca.uhn.fhir.context.RuntimeSearchParam
-
- getId() - Method in class ca.uhn.fhir.model.api.BaseBundle
-
- getId() - Method in class ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- getId() - Method in interface ca.uhn.fhir.model.api.IIdentifiableElement
-
- getId() - Method in interface ca.uhn.fhir.model.api.IResource
-
Returns the ID of this resource.
- getId() - Method in class ca.uhn.fhir.rest.api.MethodOutcome
-
- getId() - Method in interface org.hl7.fhir.instance.model.api.IAnyResource
-
- getId() - Method in interface org.hl7.fhir.instance.model.api.IBaseElement
-
- getIdElement() - Method in interface org.hl7.fhir.instance.model.api.IAnyResource
-
- getIdElement() - Method in interface org.hl7.fhir.instance.model.api.IBaseResource
-
- getIdPart() - Method in class ca.uhn.fhir.model.primitive.IdDt
-
Returns only the logical ID part of this ID.
- getIdPart() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
-
- getIdPart() - Method in interface org.hl7.fhir.instance.model.api.IIdType
-
Returns only the logical ID part of this ID.
- getIdPartAsBigDecimal() - Method in class ca.uhn.fhir.model.primitive.IdDt
-
Returns the unqualified portion of this ID as a big decimal, or null
if the value is null
- getIdPartAsBigDecimal() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
-
- getIdPartAsLong() - Method in class ca.uhn.fhir.model.primitive.IdDt
-
Returns the unqualified portion of this ID as a
Long
, or
null
if the value is null
- getIdPartAsLong() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
-
- getIdPartAsLong() - Method in interface org.hl7.fhir.instance.model.api.IIdType
-
Returns the ID part of this ID (e.g.
- getImplementingClass() - Method in class ca.uhn.fhir.context.BaseRuntimeElementDefinition
-
- getImplementingClass() - Method in interface ca.uhn.fhir.context.IRuntimeDatatypeDefinition
-
- getImplementingClass(Class<T>) - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
-
- getInstance() - Method in class ca.uhn.fhir.parser.json.GsonStructure
-
- getInstance() - Method in interface ca.uhn.fhir.parser.json.JsonLikeStructure
-
- getInstanceConstructorArguments() - Method in class ca.uhn.fhir.context.BaseRuntimeChildDefinition
-
- getInstanceConstructorArguments() - Method in class ca.uhn.fhir.context.RuntimeChildCompositeBoundDatatypeDefinition
-
- getInstanceConstructorArguments() - Method in class ca.uhn.fhir.context.RuntimeChildDeclaredExtensionDefinition
-
- getInstanceConstructorArguments() - Method in class ca.uhn.fhir.context.RuntimeChildPrimitiveBoundCodeDatatypeDefinition
-
- getInstanceConstructorArguments() - Method in class ca.uhn.fhir.context.RuntimeChildPrimitiveEnumerationDatatypeDefinition
-
- getInstantiableCollectionType(Class<? extends Collection<?>>, String) - Static method in class ca.uhn.fhir.rest.param.binder.CollectionBinder
-
- getInterceptors() - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClient
-
Returns the client interceptors that have been registered with this client
- getIssue() - Method in interface ca.uhn.fhir.model.base.resource.BaseOperationOutcome
-
- getIssueFirstRep() - Method in interface ca.uhn.fhir.model.base.resource.BaseOperationOutcome
-
- getJsonLikeWriter(Writer) - Method in class ca.uhn.fhir.parser.json.GsonStructure
-
- getJsonLikeWriter() - Method in class ca.uhn.fhir.parser.json.GsonStructure
-
- getJsonLikeWriter() - Method in interface ca.uhn.fhir.parser.json.JsonLikeStructure
-
- getJsonLikeWriter(Writer) - Method in interface ca.uhn.fhir.parser.json.JsonLikeStructure
-
- getJsonType() - Method in class ca.uhn.fhir.parser.json.JsonLikeArray
-
- getJsonType() - Method in class ca.uhn.fhir.parser.json.JsonLikeObject
-
- getJsonType() - Method in class ca.uhn.fhir.parser.json.JsonLikeValue
-
- getLabel() - Method in class ca.uhn.fhir.model.api.Tag
-
- getLanguage() - Method in interface ca.uhn.fhir.model.api.IResource
-
Gets the language of the resource itself - NOTE that this language attribute applies to the resource itself, it is not (for example) the language spoken by a practitioner or patient
- getLanguageElement() - Method in interface org.hl7.fhir.instance.model.api.IAnyResource
-
- getLastUpdated(IBaseResource) - Method in interface ca.uhn.fhir.model.api.IFhirVersion
-
- getLastUpdated() - Method in interface org.hl7.fhir.instance.model.api.IBaseMetaType
-
- getLeafResourcePathFirstField() - Method in class ca.uhn.fhir.parser.BaseParser.EncodeContext
-
- getLeftType() - Method in class ca.uhn.fhir.rest.param.CompositeOrListParam
-
- getLeftValue() - Method in class ca.uhn.fhir.rest.param.CompositeParam
-
- getLinkUrlOfType(FhirContext, IBaseBundle, String) - Static method in class ca.uhn.fhir.util.BundleUtil
-
- getListAsCodings() - Method in class ca.uhn.fhir.rest.param.TokenOrListParam
-
- getLocalizer() - Method in class ca.uhn.fhir.context.FhirContext
-
This feature is not yet in its final state and should be considered an internal part of HAPI for now - use with
caution
- getLocationCol() - Method in class ca.uhn.fhir.validation.SingleValidationMessage
-
- getLocationFirstRep() - Method in class ca.uhn.fhir.model.base.resource.BaseOperationOutcome.BaseIssue
-
- getLocationLine() - Method in class ca.uhn.fhir.validation.SingleValidationMessage
-
- getLocationString() - Method in class ca.uhn.fhir.validation.SingleValidationMessage
-
- getLowerBound() - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
- getLowerBoundAsInstant() - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
- getMax() - Method in class ca.uhn.fhir.context.BaseRuntimeChildDefinition
-
- getMax() - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
-
- getMax() - Method in class ca.uhn.fhir.context.RuntimeChildContainedResources
-
- getMax() - Method in class ca.uhn.fhir.context.RuntimeChildUndeclaredExtensionDefinition
-
- getMaxResults() - Method in class ca.uhn.fhir.rest.api.CacheControlDirective
-
If the
no-store
directive is set, this HAPI FHIR extention
to the
Cache-Control
header called
max-results=123
specified the maximum number of results which will be fetched from the
database before returning.
- getMessage() - Method in class ca.uhn.fhir.context.support.IContextValidationSupport.CodeValidationResult
-
- getMessage(Class<?>, String, Object...) - Method in class ca.uhn.fhir.i18n.HapiLocalizer
-
- getMessage(String, Object...) - Method in class ca.uhn.fhir.i18n.HapiLocalizer
-
- getMessage() - Method in class ca.uhn.fhir.validation.SingleValidationMessage
-
- getMessages() - Method in interface ca.uhn.fhir.validation.IValidationContext
-
- getMessages() - Method in class ca.uhn.fhir.validation.ValidationResult
-
- getMeta() - Method in interface ca.uhn.fhir.model.api.IResource
-
- getMeta() - Method in interface org.hl7.fhir.instance.model.api.IBaseResource
-
- getMetaTagsForEncoding(IResource, BaseParser.EncodeContext) - Method in class ca.uhn.fhir.parser.BaseParser
-
- getMillis() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Returns the milliseconds within the current second.
- getMillis(Date) - Method in class ca.uhn.fhir.util.StopWatch
-
- getMillis() - Method in class ca.uhn.fhir.util.StopWatch
-
- getMillisAndRestart() - Method in class ca.uhn.fhir.util.StopWatch
-
- getMillisPerOperation(int) - Method in class ca.uhn.fhir.util.StopWatch
-
- getMimeType() - Method in interface ca.uhn.fhir.rest.client.api.IHttpResponse
-
Extracts Content-Type
value from the response exactly as
specified by the Content-Type
header.
- getMin() - Method in class ca.uhn.fhir.context.BaseRuntimeChildDefinition
-
- getMin() - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
-
- getMin() - Method in class ca.uhn.fhir.context.RuntimeChildContainedResources
-
- getMin() - Method in class ca.uhn.fhir.context.RuntimeChildUndeclaredExtensionDefinition
-
- getMinute() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Returns the minute of the hour in the range 0-59
- getMissing() - Method in interface ca.uhn.fhir.model.api.IQueryParameterType
-
If set to non-null value, indicates that this parameter has been populated with a "[name]:missing=true" or "[name]:missing=false" vale
instead of a normal value
- getMissing() - Method in class ca.uhn.fhir.model.base.composite.BaseCodingDt
-
- getMissing() - Method in class ca.uhn.fhir.model.base.composite.BaseIdentifierDt
-
- getMissing() - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
-
- getMissing() - Method in class ca.uhn.fhir.model.primitive.StringDt
-
- getMissing() - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Deprecated.
- getModifier() - Method in class ca.uhn.fhir.rest.param.TokenParam
-
Returns the modifier for this token
- getModifierExtension() - Method in interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
-
- getMonth() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Returns the month with 0-index, e.g.
- getMutator() - Method in class ca.uhn.fhir.context.BaseRuntimeChildDefinition
-
- getMutator() - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
-
- getMutator() - Method in class ca.uhn.fhir.context.RuntimeChildUndeclaredExtensionDefinition
-
- getName() - Method in class ca.uhn.fhir.context.BaseRuntimeElementDefinition
-
- getName() - Method in class ca.uhn.fhir.context.RuntimeSearchParam
-
- getName() - Method in class ca.uhn.fhir.parser.BaseParser.EncodeContextPathElement
-
- getName() - Method in class ca.uhn.fhir.rest.client.api.Header
-
Get the name of the Header.
- getName() - Method in class ca.uhn.fhir.util.ResourceReferenceInfo
-
- getNameAsSingleString() - Method in class ca.uhn.fhir.model.base.composite.BaseHumanNameDt
-
Returns all of the components of the name (prefix, given, family, suffix) as a
single string with a single spaced string separating each part.
- getNamedParameterValuesAsString(FhirContext, IBaseParameters, String) - Static method in class ca.uhn.fhir.util.ParametersUtil
-
- getNamespaceContext() - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
-
- getNamespaceContext() - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
-
- getNanos() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Returns the nanoseconds within the current second
- getNarrativeGenerator() - Method in class ca.uhn.fhir.context.FhirContext
-
- getNativeType() - Method in class ca.uhn.fhir.context.RuntimePrimitiveDatatypeDefinition
-
- getOperationOutcome() - Method in class ca.uhn.fhir.rest.api.MethodOutcome
-
- getOperationOutcome() - Method in exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
-
- getOperationOutcome() - Method in exception ca.uhn.fhir.validation.ValidationFailureException
-
- getOperationOutcome() - Method in class ca.uhn.fhir.validation.ValidationResult
-
- getOrder() - Method in class ca.uhn.fhir.rest.api.SortSpec
-
- getOverrideResourceIdWithBundleEntryFullUrl() - Method in class ca.uhn.fhir.parser.BaseParser
-
- getOverrideResourceIdWithBundleEntryFullUrl() - Method in interface ca.uhn.fhir.parser.IParser
-
If set to true
(which is the default), the Bundle.entry.fullUrl will override the Bundle.entry.resource's
resource id if the fullUrl is defined.
- getOwningFieldName() - Method in class ca.uhn.fhir.rest.param.HasParam
-
- GetPage - Annotation Type in ca.uhn.fhir.rest.annotation
-
INTERNAL API (do not use): REST method annotation for the method called when a client requests a page.
- getParameterName() - Method in class ca.uhn.fhir.rest.gclient.CompositeCriterion
-
- getParameterName() - Method in interface ca.uhn.fhir.rest.gclient.ICriterionInternal
-
- getParameterName() - Method in class ca.uhn.fhir.rest.param.HasParam
-
- getParameters() - Method in interface ca.uhn.fhir.rest.api.server.IRequestDetails
-
- getParameterValue(FhirContext) - Method in class ca.uhn.fhir.rest.gclient.CompositeCriterion
-
- getParameterValue(FhirContext) - Method in interface ca.uhn.fhir.rest.gclient.ICriterionInternal
-
- getParameterValue() - Method in class ca.uhn.fhir.rest.param.HasParam
-
- getParamName() - Method in class ca.uhn.fhir.model.api.Include
-
Returns the portion of the value after the first colon but before the second colon
- getParamName() - Method in class ca.uhn.fhir.rest.api.SortSpec
-
Returns the actual name of the search param to sort by
- getParamName() - Method in class ca.uhn.fhir.rest.gclient.CompositeClientParam
-
- getParamName() - Method in class ca.uhn.fhir.rest.gclient.DateClientParam
-
- getParamName() - Method in interface ca.uhn.fhir.rest.gclient.IParam
-
Returns the name of this parameter
- getParamName() - Method in class ca.uhn.fhir.rest.gclient.NumberClientParam
-
- getParamName() - Method in class ca.uhn.fhir.rest.gclient.QuantityClientParam
-
- getParamName() - Method in class ca.uhn.fhir.rest.gclient.ReferenceClientParam
-
- getParamName() - Method in class ca.uhn.fhir.rest.gclient.SpecialClientParam
-
- getParamName() - Method in class ca.uhn.fhir.rest.gclient.StringClientParam
-
- getParamName() - Method in class ca.uhn.fhir.rest.gclient.TokenClientParam
-
- getParamName() - Method in class ca.uhn.fhir.rest.gclient.UriClientParam
-
- getParamName() - Method in class ca.uhn.fhir.rest.param.QualifierDetails
-
- getParams() - Method in class ca.uhn.fhir.util.UrlUtil.UrlParts
-
- getParamTargetType() - Method in class ca.uhn.fhir.model.api.Include
-
Returns the portion of the string after the second colon, or null if there are not two colons in the value.
- getParamType() - Method in class ca.uhn.fhir.context.RuntimeSearchParam
-
- getParamType() - Method in class ca.uhn.fhir.model.api.Include
-
Returns the portion of the value before the first colon
- getParent() - Method in class ca.uhn.fhir.parser.BaseParser.CompositeChildElement
-
- getParentElementName() - Method in interface ca.uhn.fhir.parser.IParserErrorHandler.IParseLocation
-
Returns the name of the parent element (the element containing the element currently being parsed)
- getParserOptions() - Method in class ca.uhn.fhir.context.FhirContext
-
Returns the parser options object which will be used to supply default
options to newly created parsers
- getPath() - Method in class ca.uhn.fhir.context.RuntimeSearchParam
-
- getPath() - Method in class ca.uhn.fhir.parser.BaseParser.EncodeContextPath
-
- getPathsSplit() - Method in class ca.uhn.fhir.context.RuntimeSearchParam
-
- getPathToSchemaDefinitions() - Method in interface ca.uhn.fhir.model.api.IFhirVersion
-
- getPerformanceOptions() - Method in class ca.uhn.fhir.context.FhirContext
-
Get the configured performance options
- getPoolMaxPerRoute() - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
Gets the maximum number of connections per route allowed in the pool.
- getPoolMaxTotal() - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
Gets the maximum number of connections allowed in the pool.
- getPrecision() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Gets the precision for this datatype (using the default for the given type if not set)
- getPrecision() - Method in class ca.uhn.fhir.rest.param.DateParam
-
- getPreferTypes() - Method in class ca.uhn.fhir.parser.BaseParser
-
- getPreferTypes() - Method in interface ca.uhn.fhir.parser.IParser
-
- getPrefix() - Method in class ca.uhn.fhir.model.base.composite.BaseHumanNameDt
-
Gets the value(s) for prefix (Parts that come before the name).
- getPrefix() - Method in class ca.uhn.fhir.rest.param.BaseParamWithPrefix
-
Returns the prefix used by this parameter (e.g.
- getPrefix(String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
-
- getPrefix(String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
-
- getPrefixAsSingleString() - Method in class ca.uhn.fhir.model.base.composite.BaseHumanNameDt
-
Returns all repetitions of
prefix name
as a space separated string
- getPrimary() - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Gets the value(s) for primary (If this code was chosen directly by the user).
- getProfile() - Method in interface org.hl7.fhir.instance.model.api.IBaseMetaType
-
- getProfileOf() - Method in interface ca.uhn.fhir.context.IRuntimeDatatypeDefinition
-
- getProfileOf() - Method in class ca.uhn.fhir.context.RuntimeCompositeDatatypeDefinition
-
- getProfileOf() - Method in class ca.uhn.fhir.context.RuntimePrimitiveDatatypeDefinition
-
- getProfileTagsForEncoding(IBaseResource, List<T>) - Method in class ca.uhn.fhir.parser.BaseParser
-
- getProperties() - Method in class ca.uhn.fhir.context.support.IContextValidationSupport.CodeValidationResult
-
- getProperty(String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
-
- getProperty(String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
-
- getPropertyFile() - Method in class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
-
- getPropertyFile() - Method in class ca.uhn.fhir.narrative.CustomThymeleafNarrativeGenerator
-
- getPropertyFile() - Method in class ca.uhn.fhir.narrative.DefaultThymeleafNarrativeGenerator
-
- getPropertyName() - Method in class ca.uhn.fhir.context.support.IContextValidationSupport.BaseConceptProperty
-
- getProvidesMembershipInCompartments() - Method in class ca.uhn.fhir.context.RuntimeSearchParam
-
Can return null
- getPublisherElement() - Method in interface ca.uhn.fhir.model.base.resource.BaseConformance
-
- getQualifier() - Method in class ca.uhn.fhir.rest.api.QualifiedParamList
-
- getQualifier() - Method in class ca.uhn.fhir.rest.param.UriParam
-
Gets the qualifier for this param (may be null
and generally will be)
- getQueryParameterQualifier() - Method in interface ca.uhn.fhir.model.api.IQueryParameterType
-
This method will return any qualifier that should be appended to the parameter name (e.g ":exact").
- getQueryParameterQualifier() - Method in class ca.uhn.fhir.model.base.composite.BaseCodingDt
-
- getQueryParameterQualifier() - Method in class ca.uhn.fhir.model.base.composite.BaseIdentifierDt
-
- getQueryParameterQualifier() - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
-
- getQueryParameterQualifier() - Method in class ca.uhn.fhir.model.primitive.StringDt
-
- getReference() - Method in class ca.uhn.fhir.model.base.composite.BaseResourceReferenceDt
-
- getReferenceElement() - Method in interface org.hl7.fhir.instance.model.api.IBaseReference
-
- getRequestBodyFromStream() - Method in interface ca.uhn.fhir.rest.client.api.IHttpRequest
-
Return the request body as a string.
- getRequestStopWatch() - Method in interface ca.uhn.fhir.rest.client.api.IHttpResponse
-
- getRequestType() - Method in class ca.uhn.fhir.util.BundleUtil.BundleEntryParts
-
- getResource() - Method in class ca.uhn.fhir.model.base.composite.BaseResourceReferenceDt
-
Gets the actual loaded and parsed resource instance, if it is already present.
- getResource() - Method in class ca.uhn.fhir.rest.api.MethodOutcome
-
From a client response: If the method returned an actual resource body (e.g.
- getResource() - Method in class ca.uhn.fhir.util.BundleUtil.BundleEntryParts
-
- getResource() - Method in interface ca.uhn.fhir.validation.IValidationContext
-
- getResource() - Method in class ca.uhn.fhir.validation.ValidationContext
-
- getResource() - Method in interface org.hl7.fhir.instance.model.api.IBaseReference
-
- getResourceAsString() - Method in interface ca.uhn.fhir.validation.IValidationContext
-
- getResourceAsString() - Method in class ca.uhn.fhir.validation.ValidationContext
-
- getResourceAsStringEncoding() - Method in interface ca.uhn.fhir.validation.IValidationContext
-
- getResourceAsStringEncoding() - Method in class ca.uhn.fhir.validation.ValidationContext
-
- getResourceBundle() - Method in interface ca.uhn.fhir.rest.api.IVersionSpecificBundleFactory
-
- getResourceContentType() - Method in enum ca.uhn.fhir.rest.api.EncodingEnum
-
Will return application/xml+fhir style
- getResourceContentTypeNonLegacy() - Method in enum ca.uhn.fhir.rest.api.EncodingEnum
-
Will return application/fhir+xml style
- getResourceDefinition(Class<? extends IBaseResource>) - Method in class ca.uhn.fhir.context.FhirContext
-
Returns the scanned runtime model for the given type.
- getResourceDefinition(FhirVersionEnum, String) - Method in class ca.uhn.fhir.context.FhirContext
-
- getResourceDefinition(IBaseResource) - Method in class ca.uhn.fhir.context.FhirContext
-
Returns the scanned runtime model for the given type.
- getResourceDefinition(String) - Method in class ca.uhn.fhir.context.FhirContext
-
Returns the scanned runtime model for the given type.
- getResourceDefinitionById(String) - Method in class ca.uhn.fhir.context.FhirContext
-
Returns the scanned runtime model for the given type.
- getResourceDefinitionsWithExplicitId() - Method in class ca.uhn.fhir.context.FhirContext
-
Returns the scanned runtime models.
- getResourceId() - Method in class ca.uhn.fhir.util.UrlUtil.UrlParts
-
- getResourceMetadata() - Method in interface ca.uhn.fhir.model.api.IResource
-
Returns the metadata map for this object, creating it if neccesary.
- getResourceName() - Method in interface ca.uhn.fhir.model.api.IResource
-
Returns a String representing the name of this Resource.
- getResourceNames() - Method in class ca.uhn.fhir.context.FhirContext
-
Returns an unmodifiable set containing all resource names known to this
context
- getResourcePath() - Method in class ca.uhn.fhir.parser.BaseParser.EncodeContext
-
- getResourceProfile() - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
-
Deprecated.
- getResourceProfile(String) - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
-
- getResourceReference() - Method in class ca.uhn.fhir.util.ResourceReferenceInfo
-
- getResourceReferenceType() - Method in interface ca.uhn.fhir.model.api.IFhirVersion
-
- getResourceType() - Method in class ca.uhn.fhir.model.primitive.IdDt
-
- getResourceType() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
-
- getResourceType(FhirContext) - Method in class ca.uhn.fhir.rest.param.ReferenceParam
-
- getResourceType() - Method in class ca.uhn.fhir.util.UrlUtil.UrlParts
-
- getResourceType() - Method in interface org.hl7.fhir.instance.model.api.IIdType
-
- getResourceTypes() - Method in class ca.uhn.fhir.context.RuntimeChildChoiceDefinition
-
- getResourceTypes() - Method in class ca.uhn.fhir.context.RuntimeChildResourceDefinition
-
- getResponse() - Method in interface ca.uhn.fhir.rest.client.api.IHttpResponse
-
- getResponseBody() - Method in exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
-
In a RESTful client, this method will be populated with the body of the HTTP respone if one was provided by the server, or null
otherwise.
- getResponseHeaders() - Method in class ca.uhn.fhir.rest.api.MethodOutcome
-
Gets the headers for the HTTP response
- getResponseHeaders() - Method in exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
-
Returns a map containing any headers which should be added to the outgoing
response.
- getResponseMimeType() - Method in exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
-
In a RESTful client, this method will be populated with the HTTP status code that was returned with the HTTP response.
- getRestfulClientFactory() - Method in class ca.uhn.fhir.context.FhirContext
-
Get the restful client factory.
- getRightType() - Method in class ca.uhn.fhir.rest.param.CompositeOrListParam
-
- getRightValue() - Method in class ca.uhn.fhir.rest.param.CompositeParam
-
- getRootArray() - Method in class ca.uhn.fhir.parser.json.GsonStructure
-
- getRootArray() - Method in interface ca.uhn.fhir.parser.json.JsonLikeStructure
-
- getRootObject() - Method in class ca.uhn.fhir.parser.json.GsonStructure
-
- getRootObject() - Method in interface ca.uhn.fhir.parser.json.JsonLikeStructure
-
- getRuntimeChildUndeclaredExtensionDefinition() - Method in class ca.uhn.fhir.context.FhirContext
-
- getSchematronValidatorClass() - Static method in class ca.uhn.fhir.validation.schematron.SchematronProvider
-
- getSchematronValidatorInstance(FhirContext) - Static method in class ca.uhn.fhir.validation.schematron.SchematronProvider
-
- getScheme() - Method in class ca.uhn.fhir.model.api.Tag
-
- getSearchParam(String) - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
-
- getSearchParams() - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
-
- getSearchParamsForCompartmentName(String) - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
-
Will not return null
- getSecond() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Returns the second of the minute in the range 0-59
- getSecurity() - Method in interface org.hl7.fhir.instance.model.api.IBaseMetaType
-
- getSecurity(String, String) - Method in interface org.hl7.fhir.instance.model.api.IBaseMetaType
-
Returns the first security label (if any) that has the given system and code, or returns
null
if none
- getSecurityContext(FhirContext, IBaseBinary) - Static method in class ca.uhn.fhir.util.BinaryUtil
-
- getServerBase() - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClient
-
Base URL for the server, with no trailing "/"
- getServerBaseUrl() - Method in class ca.uhn.fhir.parser.BaseParser
-
- getServerConformanceStatement() - Method in interface ca.uhn.fhir.rest.client.api.IBasicClient
-
- getServerValidationMode() - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
Gets the server validation mode for any clients created from this factory.
- getServerValidationModeEnum() - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
- getServerVersion() - Method in interface ca.uhn.fhir.model.api.IFhirVersion
-
Returns an instance of IFhirVersionServer for this version.
- getSeverity() - Method in class ca.uhn.fhir.context.support.IContextValidationSupport.CodeValidationResult
-
- getSeverity() - Method in class ca.uhn.fhir.validation.SingleValidationMessage
-
- getSeverityElement() - Method in class ca.uhn.fhir.model.base.resource.BaseOperationOutcome.BaseIssue
-
- getShortDefinition() - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
-
- getSingleChildOrThrow() - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
-
- getSingleValueOrNull(IBase, String) - Method in class ca.uhn.fhir.util.FhirTerser
-
- getSingleValueOrNull(IBase, String, Class<T>) - Method in class ca.uhn.fhir.util.FhirTerser
-
- getSocketTimeout() - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
Gets the socket timeout, in milliseconds.
- getStartedDate() - Method in class ca.uhn.fhir.util.StopWatch
-
- getStatus() - Method in class ca.uhn.fhir.context.RuntimeSearchParam
-
- getStatus() - Method in class ca.uhn.fhir.model.base.composite.BaseNarrativeDt
-
- getStatus() - Method in interface ca.uhn.fhir.rest.client.api.IHttpResponse
-
Get the status code associated with the response.
- getStatusAsString() - Method in class ca.uhn.fhir.model.base.composite.BaseNarrativeDt
-
- getStatusAsString() - Method in interface org.hl7.fhir.instance.model.api.INarrative
-
- getStatusCode() - Method in exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
-
Returns the HTTP status code corresponding to this problem
- getStatusInfo() - Method in interface ca.uhn.fhir.rest.client.api.IHttpResponse
-
Get the response status information reason phrase associated with the response.
- getString(String) - Method in class ca.uhn.fhir.parser.json.JsonLikeObject
-
- getString(String, String) - Method in class ca.uhn.fhir.parser.json.JsonLikeObject
-
- getStripVersionsFromReferences() - Method in class ca.uhn.fhir.parser.BaseParser
-
- getStripVersionsFromReferences() - Method in interface ca.uhn.fhir.parser.IParser
-
If set to true (which is the default), resource references containing a version
will have the version removed when the resource is encoded.
- getStructureFhirVersionEnum() - Method in interface ca.uhn.fhir.model.api.IResource
-
Returns the FHIR version represented by this structure
- getStructureFhirVersionEnum() - Method in interface org.hl7.fhir.instance.model.api.IBaseResource
-
- getStructureVersion() - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
-
- getSuffix() - Method in class ca.uhn.fhir.model.base.composite.BaseHumanNameDt
-
Gets the value(s) for suffix (Parts that come after the name).
- getSuffixAsSingleString() - Method in class ca.uhn.fhir.model.base.composite.BaseHumanNameDt
-
Returns all repetitions of
suffix
as a space separated string
- getSuppressNarratives() - Method in class ca.uhn.fhir.parser.BaseParser
-
- getSystem() - Method in class ca.uhn.fhir.model.api.Tag
-
- getSystem() - Method in enum ca.uhn.fhir.model.valueset.BundleEntrySearchModeEnum
-
Returns the code system associated with this enumerated value
- getSystem() - Method in enum ca.uhn.fhir.model.valueset.BundleEntryTransactionMethodEnum
-
Returns the code system associated with this enumerated value
- getSystem() - Method in enum ca.uhn.fhir.model.valueset.BundleTypeEnum
-
Returns the code system associated with this enumerated value
- getSystem() - Method in enum ca.uhn.fhir.rest.api.RestSearchParameterTypeEnum
-
Returns the code system associated with this enumerated value
- getSystem() - Method in class ca.uhn.fhir.rest.param.QuantityParam
-
Returns the system, or null if none was provided
- getSystem() - Method in class ca.uhn.fhir.rest.param.TokenParam
-
Returns the system for this token.
- getSystem() - Method in interface org.hl7.fhir.instance.model.api.IBaseCoding
-
- getSystemAsUriDt() - Method in class ca.uhn.fhir.rest.param.QuantityParam
-
- getSystemElement() - Method in class ca.uhn.fhir.model.base.composite.BaseCodingDt
-
Gets the value(s) for system (Identity of the terminology system).
- getSystemElement() - Method in class ca.uhn.fhir.model.base.composite.BaseIdentifierDt
-
Gets the value(s) for system (The namespace for the identifier).
- getSystemElement() - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
-
Gets the value(s) for system (System that defines coded unit form).
- getSystemElement() - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Gets the value(s) for system (Identity of the terminology system).
- getTag(String, String) - Method in class ca.uhn.fhir.model.api.TagList
-
- getTag() - Method in interface org.hl7.fhir.instance.model.api.IBaseMetaType
-
- getTag(String, String) - Method in interface org.hl7.fhir.instance.model.api.IBaseMetaType
-
Returns the first tag (if any) that has the given system and code, or returns
null
if none
- getTagsWithScheme(String) - Method in class ca.uhn.fhir.model.api.TagList
-
- getTarget() - Method in class ca.uhn.fhir.model.primitive.IdrefDt
-
- getTargetResourceType() - Method in class ca.uhn.fhir.rest.param.HasParam
-
- getTargets() - Method in class ca.uhn.fhir.context.RuntimeSearchParam
-
- getTerm() - Method in class ca.uhn.fhir.model.api.Tag
-
- getText() - Method in interface ca.uhn.fhir.model.api.IResource
-
Returns the narrative block for this resource
- getText() - Method in interface org.hl7.fhir.instance.model.api.IDomainResource
-
- getTextElement() - Method in class ca.uhn.fhir.model.base.composite.BaseHumanNameDt
-
Gets the value(s) for text (Text representation of the full name).
- getThroughput(int, TimeUnit) - Method in class ca.uhn.fhir.util.StopWatch
-
Determine the current throughput per unit of time (specified in theUnit)
assuming that theNumOperations operations have happened.
- getTimeZone() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Returns the TimeZone associated with this dateTime's value.
- getTotal(FhirContext, IBaseBundle) - Static method in class ca.uhn.fhir.util.BundleUtil
-
- getUndeclaredExtensions() - Method in class ca.uhn.fhir.model.api.BaseElement
-
- getUndeclaredExtensions() - Method in interface ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
-
Returns a list containing all undeclared non-modifier extensions.
- getUndeclaredExtensionsByUrl(String) - Method in class ca.uhn.fhir.model.api.BaseElement
-
- getUndeclaredExtensionsByUrl(String) - Method in interface ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
-
Returns an immutable list containing all undeclared extensions (modifier and non-modifier) by extension URL
- getUndeclaredModifierExtensions() - Method in class ca.uhn.fhir.model.api.BaseElement
-
- getUndeclaredModifierExtensions() - Method in interface ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
-
Returns a list containing all undeclared modifier extensions.
- getUnits() - Method in class ca.uhn.fhir.rest.param.QuantityParam
-
- getUnitsElement() - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
-
Gets the value(s) for units (Unit representation).
- getUnqualifiedToQualifiedNames() - Method in interface ca.uhn.fhir.rest.api.server.IRequestDetails
-
- getUpperBound() - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
- getUpperBoundAsInstant() - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
- getUri() - Method in class ca.uhn.fhir.context.RuntimeSearchParam
-
- getUri() - Method in interface ca.uhn.fhir.rest.client.api.IHttpRequest
-
Return the request URI, or null
- getUrl() - Method in class ca.uhn.fhir.model.api.ExtensionDt
-
Returns the URL for this extension.
- getUrl() - Method in class ca.uhn.fhir.util.BundleUtil.BundleEntryParts
-
- getUrl() - Method in interface org.hl7.fhir.instance.model.api.IBaseExtension
-
- getUrlAsString() - Method in class ca.uhn.fhir.model.api.ExtensionDt
-
Retained for backward compatibility
- getUserData(String) - Method in interface org.hl7.fhir.instance.model.api.IAnyResource
-
- getValidationSupport() - Method in class ca.uhn.fhir.context.FhirContext
-
- getValidChildNames() - Method in class ca.uhn.fhir.context.BaseRuntimeChildDatatypeDefinition
-
- getValidChildNames() - Method in class ca.uhn.fhir.context.BaseRuntimeChildDefinition
-
- getValidChildNames() - Method in class ca.uhn.fhir.context.RuntimeChildChoiceDefinition
-
- getValidChildNames() - Method in class ca.uhn.fhir.context.RuntimeChildContainedResources
-
- getValidChildNames() - Method in class ca.uhn.fhir.context.RuntimeChildDirectResource
-
- getValidChildNames() - Method in class ca.uhn.fhir.context.RuntimeChildExtension
-
- getValidChildNames() - Method in class ca.uhn.fhir.context.RuntimeChildResourceBlockDefinition
-
- getValidChildNames() - Method in class ca.uhn.fhir.context.RuntimeChildResourceDefinition
-
- getValidChildNames() - Method in class ca.uhn.fhir.context.RuntimeChildUndeclaredExtensionDefinition
-
- getValidChildTypes() - Method in class ca.uhn.fhir.context.RuntimeChildChoiceDefinition
-
- getValue() - Method in class ca.uhn.fhir.context.support.IContextValidationSupport.StringConceptProperty
-
- getValue() - Method in class ca.uhn.fhir.model.api.BasePrimitive
-
- getValue() - Method in class ca.uhn.fhir.model.api.ExtensionDt
-
Returns the value of this extension, if one exists.
- getValue() - Method in class ca.uhn.fhir.model.api.Include
-
- getValue() - Method in interface ca.uhn.fhir.model.api.IPrimitiveDatatype
-
- getValue() - Method in class ca.uhn.fhir.model.primitive.IdDt
-
Returns the value of this ID.
- getValue() - Method in class ca.uhn.fhir.model.primitive.XhtmlDt
-
Note that as of HAPI FHIR 3.1.0, this method no longer uses
the StAX XMLEvent type as the XML representation, and uses a
String instead.
- getValue() - Method in class ca.uhn.fhir.parser.json.JsonLikeValue
-
- getValue() - Method in class ca.uhn.fhir.rest.client.api.Header
-
Get the value of the Header.
- getValue() - Method in class ca.uhn.fhir.rest.param.DateParam
-
- getValue() - Method in class ca.uhn.fhir.rest.param.NumberParam
-
- getValue() - Method in enum ca.uhn.fhir.rest.param.ParamPrefixEnum
-
Returns the value, e.g.
- getValue() - Method in class ca.uhn.fhir.rest.param.QuantityParam
-
Returns the quantity/value, or null if none was provided
- getValue() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
-
- getValue() - Method in class ca.uhn.fhir.rest.param.SpecialParam
-
Returns the value for the token (generally the value to the right of the
vertical bar on the URL)
- getValue() - Method in class ca.uhn.fhir.rest.param.StringParam
-
- getValue() - Method in class ca.uhn.fhir.rest.param.TokenParam
-
Returns the value for the token (generally the value to the right of the
vertical bar on the URL)
- getValue() - Method in enum ca.uhn.fhir.rest.param.TokenParamModifier
-
- getValue() - Method in class ca.uhn.fhir.rest.param.UriParam
-
- getValue() - Method in enum ca.uhn.fhir.rest.param.UriParamQualifierEnum
-
Returns the qualifier value, e.g.
- getValue() - Method in interface org.hl7.fhir.instance.model.api.IBaseExtension
-
- getValue() - Method in interface org.hl7.fhir.instance.model.api.IIdType
-
Returns the value of this ID.
- getValue() - Method in interface org.hl7.fhir.instance.model.api.IPrimitiveType
-
- getValueAsCalendar() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
- getValueAsCoding() - Method in class ca.uhn.fhir.rest.param.TokenParam
-
- getValueAsDateTimeDt() - Method in class ca.uhn.fhir.rest.param.DateParam
-
- getValueAsEnum() - Method in class ca.uhn.fhir.model.primitive.BoundCodeDt
-
- getValueAsInstantDt() - Method in class ca.uhn.fhir.rest.param.DateParam
-
- getValueAsInteger() - Method in class ca.uhn.fhir.model.primitive.DecimalDt
-
- getValueAsNumber() - Method in class ca.uhn.fhir.model.primitive.DecimalDt
-
- getValueAsPrimitive() - Method in class ca.uhn.fhir.model.api.ExtensionDt
-
Returns the value of this extension, casted to a primitive datatype.
- getValueAsQueryToken(FhirContext) - Method in interface ca.uhn.fhir.model.api.IQueryParameterType
-
Returns a representation of this parameter's value as it will be represented "over the wire".
- getValueAsQueryToken(FhirContext) - Method in class ca.uhn.fhir.model.base.composite.BaseCodingDt
-
Returns a representation of this parameter's value as it will be represented "over the wire".
- getValueAsQueryToken(FhirContext) - Method in class ca.uhn.fhir.model.base.composite.BaseIdentifierDt
-
Returns a representation of this parameter's value as it will be represented "over the wire".
- getValueAsQueryToken(FhirContext) - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
-
- getValueAsQueryToken(FhirContext) - Method in class ca.uhn.fhir.model.primitive.StringDt
-
Returns a representation of this parameter's value as it will be represented "over the wire".
- getValueAsString() - Method in class ca.uhn.fhir.model.api.BasePrimitive
-
- getValueAsString() - Method in interface ca.uhn.fhir.model.api.IPrimitiveDatatype
-
- getValueAsString() - Method in class ca.uhn.fhir.model.primitive.IdDt
-
- getValueAsString() - Method in class ca.uhn.fhir.rest.param.DateParam
-
- getValueAsString() - Method in class ca.uhn.fhir.rest.param.QuantityParam
-
- getValueAsString() - Method in interface org.hl7.fhir.instance.model.api.IPrimitiveType
-
- getValueAsStringDt() - Method in class ca.uhn.fhir.rest.param.StringParam
-
- getValueAsStringDt() - Method in class ca.uhn.fhir.rest.param.UriParam
-
- getValueAsUriDt() - Method in class ca.uhn.fhir.rest.param.UriParam
-
- getValueElement() - Method in class ca.uhn.fhir.model.base.composite.BaseIdentifierDt
-
Gets the value(s) for value (The value that is unique).
- getValueElement() - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
-
Gets the value(s) for value (Numerical value (with implicit precision)).
- getValueNotNull() - Method in class ca.uhn.fhir.model.primitive.StringDt
-
- getValueNotNull() - Method in class ca.uhn.fhir.rest.param.SpecialParam
-
- getValueNotNull() - Method in class ca.uhn.fhir.rest.param.StringParam
-
- getValueNotNull() - Method in class ca.uhn.fhir.rest.param.TokenParam
-
- getValueNotNull() - Method in class ca.uhn.fhir.rest.param.UriParam
-
- getValues(Object) - Method in interface ca.uhn.fhir.context.BaseRuntimeChildDefinition.IAccessor
-
- getValues(IBaseResource, String) - Method in class ca.uhn.fhir.util.FhirTerser
-
Returns values stored in an element identified by its path.
- getValues(IBaseResource, String, boolean) - Method in class ca.uhn.fhir.util.FhirTerser
-
Returns values stored in an element identified by its path.
- getValues(IBaseResource, String, boolean, boolean) - Method in class ca.uhn.fhir.util.FhirTerser
-
Returns values stored in an element identified by its path.
- getValues(IBaseResource, String, Class<T>) - Method in class ca.uhn.fhir.util.FhirTerser
-
Returns values stored in an element identified by its path.
- getValues(IBaseResource, String, Class<T>, boolean) - Method in class ca.uhn.fhir.util.FhirTerser
-
Returns values stored in an element identified by its path.
- getValues(IBaseResource, String, Class<T>, boolean, boolean) - Method in class ca.uhn.fhir.util.FhirTerser
-
Returns values stored in an element identified by its path.
- getValuesAsQueryTokens() - Method in interface ca.uhn.fhir.model.api.IQueryParameterAnd
-
- getValuesAsQueryTokens() - Method in interface ca.uhn.fhir.model.api.IQueryParameterOr
-
- getValuesAsQueryTokens() - Method in class ca.uhn.fhir.rest.param.BaseAndListParam
-
- getValuesAsQueryTokens() - Method in class ca.uhn.fhir.rest.param.DateParam
-
- getValuesAsQueryTokens() - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
- getValueSet() - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Gets the value(s) for valueSet (Set this coding was chosen from).
- getVersion() - Method in class ca.uhn.fhir.context.FhirContext
-
- getVersion() - Method in interface ca.uhn.fhir.model.api.IFhirVersion
-
- getVersion() - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Gets the value(s) for version (Version of the system - if relevant).
- getVersion() - Static method in class ca.uhn.fhir.util.VersionUtil
-
- getVersionId() - Method in class ca.uhn.fhir.util.UrlUtil.UrlParts
-
- getVersionId() - Method in interface org.hl7.fhir.instance.model.api.IBaseMetaType
-
- getVersionIdPart() - Method in class ca.uhn.fhir.model.primitive.IdDt
-
- getVersionIdPart() - Method in interface org.hl7.fhir.instance.model.api.IIdType
-
- getVersionIdPartAsLong() - Method in class ca.uhn.fhir.model.primitive.IdDt
-
- getVersionIdPartAsLong() - Method in interface org.hl7.fhir.instance.model.api.IIdType
-
Returns the version ID part of this ID (e.g.
- getVersionImplementation() - Method in enum ca.uhn.fhir.context.FhirVersionEnum
-
- getWholeQualifier() - Method in class ca.uhn.fhir.rest.param.QualifierDetails
-
- getWriter() - Method in class ca.uhn.fhir.parser.json.JsonLikeWriter
-
- getYear() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Returns the year, e.g.
- GMT - Static variable in class ca.uhn.fhir.util.DateUtils
-
- GraphQL - Annotation Type in ca.uhn.fhir.rest.annotation
-
A method annotated with this annotation will be treated as a GraphQL implementation
method
- GraphQLQuery - Annotation Type in ca.uhn.fhir.rest.annotation
-
This annotation should be placed on the parameter of a
@GraphQL
annotated method.
- greaterThan() - Method in class ca.uhn.fhir.rest.gclient.NumberClientParam
-
- greaterThan() - Method in class ca.uhn.fhir.rest.gclient.QuantityClientParam
-
- greaterThanOrEqual() - Method in class ca.uhn.fhir.rest.gclient.NumberClientParam
-
- greaterThanOrEquals() - Method in class ca.uhn.fhir.rest.gclient.QuantityClientParam
-
- GsonStructure - Class in ca.uhn.fhir.parser.json
-
- GsonStructure() - Constructor for class ca.uhn.fhir.parser.json.GsonStructure
-
- GsonStructure(JsonObject) - Constructor for class ca.uhn.fhir.parser.json.GsonStructure
-
- GsonStructure(JsonArray) - Constructor for class ca.uhn.fhir.parser.json.GsonStructure
-
- GsonWriter - Class in ca.uhn.fhir.parser.json
-
- GsonWriter() - Constructor for class ca.uhn.fhir.parser.json.GsonWriter
-
- GsonWriter(Writer) - Constructor for class ca.uhn.fhir.parser.json.GsonWriter
-
- IAnyResource - Interface in org.hl7.fhir.instance.model.api
-
- IAuditDataStore - Interface in ca.uhn.fhir.store
-
This interface provides a way to persist FHIR SecurityEvents to any kind of data store
- IBackboneElement - Interface in org.hl7.fhir.instance.model.api
-
- IBase - Interface in org.hl7.fhir.instance.model.api
-
This interface is a simple marker for anything which is an HL7
structure of some kind.
- IBaseBackboneElement - Interface in org.hl7.fhir.instance.model.api
-
- IBaseBinary - Interface in org.hl7.fhir.instance.model.api
-
- IBaseBooleanDatatype - Interface in org.hl7.fhir.instance.model.api
-
- IBaseBundle - Interface in org.hl7.fhir.instance.model.api
-
- IBaseCoding - Interface in org.hl7.fhir.instance.model.api
-
- IBaseConformance - Interface in org.hl7.fhir.instance.model.api
-
- IBaseDatatype - Interface in org.hl7.fhir.instance.model.api
-
- IBaseDatatypeElement - Interface in org.hl7.fhir.instance.model.api
-
- IBaseDecimalDatatype - Interface in org.hl7.fhir.instance.model.api
-
- IBaseElement - Interface in org.hl7.fhir.instance.model.api
-
- IBaseEnumeration<T extends Enum<?>> - Interface in org.hl7.fhir.instance.model.api
-
- IBaseEnumFactory<T extends Enum<?>> - Interface in org.hl7.fhir.instance.model.api
-
- IBaseExtension<T,D> - Interface in org.hl7.fhir.instance.model.api
-
- IBaseFhirEnum - Interface in org.hl7.fhir.instance.model.api
-
Interface to be implemented by all built-in FHIR enumerations (i.e.
- IBaseHasExtensions - Interface in org.hl7.fhir.instance.model.api
-
- IBaseHasModifierExtensions - Interface in org.hl7.fhir.instance.model.api
-
- IBaseIntegerDatatype - Interface in org.hl7.fhir.instance.model.api
-
- IBaseMetaType - Interface in org.hl7.fhir.instance.model.api
-
- IBaseOn<T> - Interface in ca.uhn.fhir.rest.gclient
-
- IBaseOperationOutcome - Interface in org.hl7.fhir.instance.model.api
-
- IBaseParameters - Interface in org.hl7.fhir.instance.model.api
-
- IBaseQuery<T extends IBaseQuery<?>> - Interface in ca.uhn.fhir.rest.gclient
-
- IBaseReference - Interface in org.hl7.fhir.instance.model.api
-
- IBaseResource - Interface in org.hl7.fhir.instance.model.api
-
For now, this is a simple marker interface indicating that a class is a resource type.
- IBaseXhtml - Interface in org.hl7.fhir.instance.model.api
-
- IBasicClient - Interface in ca.uhn.fhir.rest.client.api
-
Base interface for a client supporting the mandatory operations as defined by
the FHIR specification.
- IBoundCodeableConcept - Interface in ca.uhn.fhir.model.api
-
- ICallable<T> - Interface in ca.uhn.fhir.util
-
- IClientExecutable<T extends IClientExecutable<?,Y>,Y> - Interface in ca.uhn.fhir.rest.gclient
-
- IClientInterceptor - Interface in ca.uhn.fhir.rest.client.api
-
This interface represents an interceptor which can be used to access (and optionally change or take actions upon)
requests that are being sent by the HTTP client, and responses received by it.
- ICompositeDatatype - Interface in ca.uhn.fhir.model.api
-
- ICompositeElement - Interface in ca.uhn.fhir.model.api
-
- ICompositeType - Interface in org.hl7.fhir.instance.model.api
-
- ICompositeWithLeft<B extends IParam> - Interface in ca.uhn.fhir.rest.gclient
-
- IContextValidationSupport<EVS_IN,EVS_OUT,SDT,CST,CDCT,IST> - Interface in ca.uhn.fhir.context.support
-
This interface is a version-independent representation of the
various functions that can be provided by validation and terminology
services.
- IContextValidationSupport.BaseConceptProperty - Class in ca.uhn.fhir.context.support
-
- IContextValidationSupport.CodeValidationResult<CDCT,IST> - Class in ca.uhn.fhir.context.support
-
- IContextValidationSupport.CodingConceptProperty - Class in ca.uhn.fhir.context.support
-
- IContextValidationSupport.StringConceptProperty - Class in ca.uhn.fhir.context.support
-
- ICreate - Interface in ca.uhn.fhir.rest.gclient
-
- ICreateTyped - Interface in ca.uhn.fhir.rest.gclient
-
- ICreateWithQuery - Interface in ca.uhn.fhir.rest.gclient
-
- ICreateWithQueryTyped - Interface in ca.uhn.fhir.rest.gclient
-
- ICriterion<T extends IParam> - Interface in ca.uhn.fhir.rest.gclient
-
- ICriterionInternal - Interface in ca.uhn.fhir.rest.gclient
-
- IDatatype - Interface in ca.uhn.fhir.model.api
-
- IdDt - Class in ca.uhn.fhir.model.primitive
-
Represents the FHIR ID type.
- IdDt() - Constructor for class ca.uhn.fhir.model.primitive.IdDt
-
Create a new empty ID
- IdDt(BigDecimal) - Constructor for class ca.uhn.fhir.model.primitive.IdDt
-
Create a new ID, using a BigDecimal input.
- IdDt(long) - Constructor for class ca.uhn.fhir.model.primitive.IdDt
-
Create a new ID using a long
- IdDt(String) - Constructor for class ca.uhn.fhir.model.primitive.IdDt
-
Create a new ID using a string.
- IdDt(String, BigDecimal) - Constructor for class ca.uhn.fhir.model.primitive.IdDt
-
Constructor
- IdDt(String, Long) - Constructor for class ca.uhn.fhir.model.primitive.IdDt
-
Constructor
- IdDt(String, String) - Constructor for class ca.uhn.fhir.model.primitive.IdDt
-
Constructor
- IdDt(String, String, String) - Constructor for class ca.uhn.fhir.model.primitive.IdDt
-
Constructor
- IdDt(String, String, String, String) - Constructor for class ca.uhn.fhir.model.primitive.IdDt
-
Constructor
- IdDt(UriDt) - Constructor for class ca.uhn.fhir.model.primitive.IdDt
-
Creates an ID based on a given URL
- IDelete - Interface in ca.uhn.fhir.rest.gclient
-
- IDeleteTyped - Interface in ca.uhn.fhir.rest.gclient
-
- IDeleteWithQuery - Interface in ca.uhn.fhir.rest.gclient
-
- IDeleteWithQueryTyped - Interface in ca.uhn.fhir.rest.gclient
-
- identifier(BaseIdentifierDt) - Method in interface ca.uhn.fhir.rest.gclient.TokenClientParam.IMatches
-
Creates a search criterion that matches against the given identifier (system and code if both are present, or whatever is present)
- identifier(String) - Method in interface ca.uhn.fhir.rest.gclient.TokenClientParam.IMatches
-
Creates a search criterion that matches against the given identifier, with no system specified
- identifiers(BaseIdentifierDt...) - Method in interface ca.uhn.fhir.rest.gclient.TokenClientParam.IMatches
-
Creates a search criterion that matches against the given collection of identifiers (system and code if both are present, or whatever is present).
- identifiers(List<BaseIdentifierDt>) - Method in interface ca.uhn.fhir.rest.gclient.TokenClientParam.IMatches
-
Creates a search criterion that matches against the given collection of identifiers (system and code if both are present, or whatever is present).
- IDependencyLog - Interface in ca.uhn.fhir.util.jar
-
- IDomainResource - Interface in org.hl7.fhir.instance.model.api
-
- IdParam - Annotation Type in ca.uhn.fhir.rest.annotation
-
- IdrefDt - Class in ca.uhn.fhir.model.primitive
-
- IdrefDt() - Constructor for class ca.uhn.fhir.model.primitive.IdrefDt
-
- IElement - Interface in ca.uhn.fhir.model.api
-
- IExtension - Interface in ca.uhn.fhir.model.api
-
- IFetchConformanceTyped<T extends IBaseConformance> - Interface in ca.uhn.fhir.rest.gclient
-
- IFetchConformanceUntyped - Interface in ca.uhn.fhir.rest.gclient
-
- IFhirVersion - Interface in ca.uhn.fhir.model.api
-
Each structure version JAR will have an implementation of this interface.
- IFluentPath - Interface in ca.uhn.fhir.fluentpath
-
- ifVersionMatches(String) - Method in interface ca.uhn.fhir.rest.gclient.IReadExecutable
-
Send an "If-None-Match" header containing theVersion
, which requests
that the server return an "HTTP 301 Not Modified" if the newest version of the resource
on the server has the same version as the version ID specified by theVersion
.
- IGenericClient - Interface in ca.uhn.fhir.rest.client.api
-
- IGetPage - Interface in ca.uhn.fhir.rest.gclient
-
- IGetPageTyped<T> - Interface in ca.uhn.fhir.rest.gclient
-
- IGetPageUntyped - Interface in ca.uhn.fhir.rest.gclient
-
- IHistory - Interface in ca.uhn.fhir.rest.gclient
-
- IHistoryTyped<T> - Interface in ca.uhn.fhir.rest.gclient
-
- IHistoryUntyped - Interface in ca.uhn.fhir.rest.gclient
-
- IHttpClient - Interface in ca.uhn.fhir.rest.client.api
-
A HTTP Client interface.
- IHttpRequest - Interface in ca.uhn.fhir.rest.client.api
-
Http Request.
- IHttpResponse - Interface in ca.uhn.fhir.rest.client.api
-
An interface around the HTTP Response.
- IIdentifiableElement - Interface in ca.uhn.fhir.model.api
-
- IIdType - Interface in org.hl7.fhir.instance.model.api
-
Base interface for ID datatype.
- IJsonLikeParser - Interface in ca.uhn.fhir.parser
-
An extension to the parser interface that is implemented by parsers that understand a generalized form of
JSON data.
- IMeta - Interface in ca.uhn.fhir.rest.gclient
-
- IMetaAddOrDeleteSourced - Interface in ca.uhn.fhir.rest.gclient
-
- IMetaAddOrDeleteUnsourced - Interface in ca.uhn.fhir.rest.gclient
-
- IMetaGetUnsourced<T extends IBaseMetaType> - Interface in ca.uhn.fhir.rest.gclient
-
- IModelVisitor - Interface in ca.uhn.fhir.util
-
- IModelVisitor2 - Interface in ca.uhn.fhir.util
-
- INarrative - Interface in org.hl7.fhir.instance.model.api
-
- INarrativeGenerator - Interface in ca.uhn.fhir.narrative
-
- Include - Class in ca.uhn.fhir.model.api
-
Represents a FHIR resource path specification, e.g.
- Include(String) - Constructor for class ca.uhn.fhir.model.api.Include
-
Constructor for non-recursive include
- Include(String, boolean) - Constructor for class ca.uhn.fhir.model.api.Include
-
Constructor for an include
- Include(String, boolean, boolean) - Constructor for class ca.uhn.fhir.model.api.Include
-
Constructor for an include
- include(Include) - Method in interface ca.uhn.fhir.rest.gclient.IQuery
-
Add an "_include" specification or an "_include:recurse" specification.
- INCLUDE_ALL - Static variable in interface org.hl7.fhir.instance.model.api.IBaseResource
-
Include constant for *
(return all includes)
- IncludeParam - Annotation Type in ca.uhn.fhir.rest.annotation
-
Method parameter which is used to indicate a parameter that will
be populated with the "_include" (or "_revinclude") values for a search param.
- incorrectJsonType(IParserErrorHandler.IParseLocation, String, JsonLikeValue.ValueType, JsonLikeValue.ScalarType, JsonLikeValue.ValueType, JsonLikeValue.ScalarType) - Method in class ca.uhn.fhir.parser.ErrorHandlerAdapter
-
- incorrectJsonType(IParserErrorHandler.IParseLocation, String, JsonLikeValue.ValueType, JsonLikeValue.ScalarType, JsonLikeValue.ValueType, JsonLikeValue.ScalarType) - Method in interface ca.uhn.fhir.parser.IParserErrorHandler
-
Invoked if the wrong type of element is found while parsing JSON.
- incorrectJsonType(IParserErrorHandler.IParseLocation, String, JsonLikeValue.ValueType, JsonLikeValue.ScalarType, JsonLikeValue.ValueType, JsonLikeValue.ScalarType) - Method in class ca.uhn.fhir.parser.LenientErrorHandler
-
- incorrectJsonType(IParserErrorHandler.IParseLocation, String, JsonLikeValue.ValueType, JsonLikeValue.ScalarType, JsonLikeValue.ValueType, JsonLikeValue.ScalarType) - Method in class ca.uhn.fhir.parser.StrictErrorHandler
-
- init() - Method in class ca.uhn.fhir.i18n.HapiLocalizer
-
- init() - Method in class ca.uhn.fhir.parser.json.GsonWriter
-
- init() - Method in class ca.uhn.fhir.parser.json.JsonLikeWriter
-
- Initialize - Annotation Type in ca.uhn.fhir.rest.annotation
-
ResourceProvider methods tagged with
Initialize
will be invoked when the RestfulServer is starting up.
- initializeBundleFromResourceList(String, List<? extends IBaseResource>, String, String, int, BundleTypeEnum) - Method in interface ca.uhn.fhir.rest.api.IVersionSpecificBundleFactory
-
- initializeWithBundleResource(IBaseResource) - Method in interface ca.uhn.fhir.rest.api.IVersionSpecificBundleFactory
-
- InstantDt - Class in ca.uhn.fhir.model.primitive
-
Represents a FHIR instant datatype.
- InstantDt() - Constructor for class ca.uhn.fhir.model.primitive.InstantDt
-
Constructor which creates an InstantDt with no timne value.
- InstantDt(Calendar) - Constructor for class ca.uhn.fhir.model.primitive.InstantDt
-
Create a new DateTimeDt
- InstantDt(Date, TemporalPrecisionEnum, TimeZone) - Constructor for class ca.uhn.fhir.model.primitive.InstantDt
-
Create a new instance using the given date, precision level, and time zone
- InstantDt(BaseDateTimeDt) - Constructor for class ca.uhn.fhir.model.primitive.InstantDt
-
Create a new DateTimeDt using an existing value.
- InstantDt(Date) - Constructor for class ca.uhn.fhir.model.primitive.InstantDt
-
- InstantDt(Date, TemporalPrecisionEnum) - Constructor for class ca.uhn.fhir.model.primitive.InstantDt
-
Constructor which accepts a date value and a precision value.
- InstantDt(String) - Constructor for class ca.uhn.fhir.model.primitive.InstantDt
-
Create a new InstantDt from a string value
- IntegerDt - Class in ca.uhn.fhir.model.primitive
-
- IntegerDt() - Constructor for class ca.uhn.fhir.model.primitive.IntegerDt
-
Constructor
- IntegerDt(int) - Constructor for class ca.uhn.fhir.model.primitive.IntegerDt
-
Constructor
- IntegerDt(String) - Constructor for class ca.uhn.fhir.model.primitive.IntegerDt
-
Constructor
- interceptRequest(IHttpRequest) - Method in interface ca.uhn.fhir.rest.client.api.IClientInterceptor
-
Fired by the client just before invoking the HTTP client request
- interceptResponse(IHttpResponse) - Method in interface ca.uhn.fhir.rest.client.api.IClientInterceptor
-
Fired by the client upon receiving an HTTP response, prior to processing that response
- InternalCodingDt - Class in ca.uhn.fhir.rest.param
-
- InternalCodingDt() - Constructor for class ca.uhn.fhir.rest.param.InternalCodingDt
-
Constructor
- InternalCodingDt(String, String) - Constructor for class ca.uhn.fhir.rest.param.InternalCodingDt
-
Creates a new Coding with the given system and code
- InternalErrorException - Exception in ca.uhn.fhir.rest.server.exceptions
-
Represents an HTTP 500 Internal Error response.
- InternalErrorException(String, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.InternalErrorException
-
Constructor
- InternalErrorException(String) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.InternalErrorException
-
- InternalErrorException(String, Throwable) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.InternalErrorException
-
- InternalErrorException(Throwable) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.InternalErrorException
-
- InvalidRequestException - Exception in ca.uhn.fhir.rest.server.exceptions
-
Represents an HTTP 400 Bad Request response.
- InvalidRequestException(String) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.InvalidRequestException
-
Constructor
- InvalidRequestException(String, Throwable) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.InvalidRequestException
-
Constructor
- InvalidRequestException(Throwable) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.InvalidRequestException
-
Constructor
- InvalidRequestException(String, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.InvalidRequestException
-
Constructor
- InvalidResponseException - Exception in ca.uhn.fhir.rest.client.exceptions
-
- InvalidResponseException(int, String) - Constructor for exception ca.uhn.fhir.rest.client.exceptions.InvalidResponseException
-
Constructor
- InvalidResponseException(int, String, Throwable) - Constructor for exception ca.uhn.fhir.rest.client.exceptions.InvalidResponseException
-
Constructor
- InvalidResponseException(int, Throwable) - Constructor for exception ca.uhn.fhir.rest.client.exceptions.InvalidResponseException
-
Constructor
- invalidValue(IParserErrorHandler.IParseLocation, String, String) - Method in class ca.uhn.fhir.parser.ErrorHandlerAdapter
-
- invalidValue(IParserErrorHandler.IParseLocation, String, String) - Method in interface ca.uhn.fhir.parser.IParserErrorHandler
-
The parser detected an attribute value that was invalid (such as: empty "" values are not permitted)
- invalidValue(IParserErrorHandler.IParseLocation, String, String) - Method in class ca.uhn.fhir.parser.LenientErrorHandler
-
- invalidValue(IParserErrorHandler.IParseLocation, String, String) - Method in class ca.uhn.fhir.parser.StrictErrorHandler
-
- IOperation - Interface in ca.uhn.fhir.rest.gclient
-
- IOperationOn - Interface in ca.uhn.fhir.rest.gclient
-
- IOperationProcessMsg - Interface in ca.uhn.fhir.rest.gclient
-
- IOperationProcessMsgMode<T extends IBaseResource> - Interface in ca.uhn.fhir.rest.gclient
-
- IOperationTyped - Interface in ca.uhn.fhir.rest.gclient
-
- IOperationUnnamed - Interface in ca.uhn.fhir.rest.gclient
-
- IOperationUntyped - Interface in ca.uhn.fhir.rest.gclient
-
- IOperationUntypedWithInput<T> - Interface in ca.uhn.fhir.rest.gclient
-
- IOperationUntypedWithInputAndPartialOutput<T extends IBaseParameters> - Interface in ca.uhn.fhir.rest.gclient
-
- IParam - Interface in ca.uhn.fhir.rest.gclient
-
- IParamBinder<T> - Interface in ca.uhn.fhir.rest.param.binder
-
- IParser - Interface in ca.uhn.fhir.parser
-
A parser, which can be used to convert between HAPI FHIR model/structure objects, and their respective String wire
formats, in either XML or JSON.
- IParserErrorHandler - Interface in ca.uhn.fhir.parser
-
Error handler
- IParserErrorHandler.IParseLocation - Interface in ca.uhn.fhir.parser
-
For now this is an empty interface.
- IPatch - Interface in ca.uhn.fhir.rest.gclient
-
- IPatchExecutable - Interface in ca.uhn.fhir.rest.gclient
-
- IPatchWithBody - Interface in ca.uhn.fhir.rest.gclient
-
- IPatchWithQuery - Interface in ca.uhn.fhir.rest.gclient
-
- IPatchWithQueryTyped - Interface in ca.uhn.fhir.rest.gclient
-
- IPrimitiveDatatype<T> - Interface in ca.uhn.fhir.model.api
-
- IPrimitiveDatatypeWithPrecision<T,P> - Interface in ca.uhn.fhir.model.api
-
- IPrimitiveType<T> - Interface in org.hl7.fhir.instance.model.api
-
- IQuery<Y> - Interface in ca.uhn.fhir.rest.gclient
-
- IQueryParameterAnd<T extends IQueryParameterOr<?>> - Interface in ca.uhn.fhir.model.api
-
- IQueryParameterOr<T extends IQueryParameterType> - Interface in ca.uhn.fhir.model.api
-
- IQueryParameterType - Interface in ca.uhn.fhir.model.api
-
- IRead - Interface in ca.uhn.fhir.rest.gclient
-
- IReadExecutable<T extends IBaseResource> - Interface in ca.uhn.fhir.rest.gclient
-
- IReadIfNoneMatch<T extends IBaseResource> - Interface in ca.uhn.fhir.rest.gclient
-
- IReadTyped<T extends IBaseResource> - Interface in ca.uhn.fhir.rest.gclient
-
- IRequestDetails - Interface in ca.uhn.fhir.rest.api.server
-
- IResource - Interface in ca.uhn.fhir.model.api
-
This interface is the parent interface for all FHIR Resource definition classes.
- IResourceBlock - Interface in ca.uhn.fhir.model.api
-
- IResourceLoader - Interface in ca.uhn.fhir.validation
-
- IRestfulClient - Interface in ca.uhn.fhir.rest.client.api
-
- IRestfulClientFactory - Interface in ca.uhn.fhir.rest.client.api
-
- IRuntimeDatatypeDefinition - Interface in ca.uhn.fhir.context
-
- isAbsolute() - Method in class ca.uhn.fhir.model.primitive.IdDt
-
Returns true
if this ID contains an absolute URL (in other words, a URL starting with "http://" or "https://"
- isAbsolute(String) - Static method in class ca.uhn.fhir.util.UrlUtil
-
- isAbsolute() - Method in interface org.hl7.fhir.instance.model.api.IIdType
-
Returns true
if this ID contains an absolute URL (in other words, a URL starting with "http://" or "https://"
- isArray() - Method in class ca.uhn.fhir.parser.json.JsonLikeArray
-
- isArray() - Method in class ca.uhn.fhir.parser.json.JsonLikeValue
-
- isBaseEmpty() - Method in class ca.uhn.fhir.model.api.BaseElement
-
Intended to be called by extending classes
IBase.isEmpty()
implementations, returns
true
if all
content in this superclass instance is empty per the semantics of
IBase.isEmpty()
.
- isBaseEmpty() - Method in class ca.uhn.fhir.model.base.composite.BaseResourceReferenceDt
-
- isBindableIntegerType(Class<?>) - Static method in class ca.uhn.fhir.rest.param.ParameterUtil
-
- isBundle() - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
-
- isChildContained(BaseRuntimeElementDefinition<?>, boolean) - Method in class ca.uhn.fhir.parser.BaseParser
-
- isCleanWhitespace() - Method in class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
-
If set to true
(which is the default), most whitespace will be trimmed from the generated narrative
before it is returned.
- isCodeSystemSupported(FhirContext, String) - Method in interface ca.uhn.fhir.context.support.IContextValidationSupport
-
Returns true
if codes in the given code system can be expanded
or validated
- isContains() - Method in class ca.uhn.fhir.rest.param.StringParam
-
String parameter modifier :contains
- isDefinedLocally() - Method in class ca.uhn.fhir.context.RuntimeChildDeclaredExtensionDefinition
-
- isEmpty() - Method in class ca.uhn.fhir.model.api.BaseBundle
-
- isEmpty() - Method in class ca.uhn.fhir.model.api.BasePrimitive
-
- isEmpty() - Method in class ca.uhn.fhir.model.api.ExtensionDt
-
- isEmpty() - Method in class ca.uhn.fhir.model.api.Tag
-
Returns true
if either scheme or term is populated.
- isEmpty() - Method in class ca.uhn.fhir.model.api.TagList
-
- isEmpty() - Method in class ca.uhn.fhir.model.primitive.CodeDt
-
- isEmpty() - Method in class ca.uhn.fhir.model.primitive.IdDt
-
- isEmpty() - Method in class ca.uhn.fhir.model.primitive.StringDt
-
Returns true
if this datatype has no extensions, and has either a null
value or an empty ("") value.
- isEmpty() - Method in class ca.uhn.fhir.model.primitive.XhtmlDt
-
- isEmpty() - Method in class ca.uhn.fhir.rest.param.DateParam
-
Returns true
if no date/time is specified.
- isEmpty() - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
- isEmpty() - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
- isEmpty() - Method in class ca.uhn.fhir.rest.param.SpecialParam
-
- isEmpty() - Method in class ca.uhn.fhir.rest.param.StringParam
-
- isEmpty() - Method in class ca.uhn.fhir.rest.param.TokenParam
-
- isEmpty() - Method in class ca.uhn.fhir.rest.param.UriParam
-
- isEmpty(Object...) - Static method in class ca.uhn.fhir.util.ElementUtil
-
- isEmpty(IBase...) - Static method in class ca.uhn.fhir.util.ElementUtil
-
- isEmpty(IElement...) - Static method in class ca.uhn.fhir.util.ElementUtil
-
- isEmpty(List<? extends IBase>) - Static method in class ca.uhn.fhir.util.ElementUtil
-
- isEmpty() - Method in interface org.hl7.fhir.instance.model.api.IBase
-
- isEmpty() - Method in interface org.hl7.fhir.instance.model.api.IIdType
-
- isEmpty() - Method in interface org.hl7.fhir.instance.model.api.INarrative
-
- isEncodeElementsAppliesToChildResourcesOnly() - Method in class ca.uhn.fhir.parser.BaseParser
-
- isEncodeElementsAppliesToChildResourcesOnly() - Method in interface ca.uhn.fhir.parser.IParser
-
If set to
true
(default is false), the values supplied
to
IParser.setEncodeElements(Set)
will not be applied to the root
resource (typically a Bundle), but will be applied to any sub-resources
contained within it (i.e.
- isEqualOrNewerThan(FhirVersionEnum) - Method in enum ca.uhn.fhir.context.FhirVersionEnum
-
- isEquivalentTo(FhirVersionEnum) - Method in enum ca.uhn.fhir.context.FhirVersionEnum
-
- isErrorOnInvalidValue() - Method in class ca.uhn.fhir.parser.LenientErrorHandler
-
If set to false
(default is true
) invalid values will be logged.
- IServerMethodBinding - Interface in ca.uhn.fhir.rest.api.server
-
- isExact() - Method in class ca.uhn.fhir.rest.param.StringParam
-
- isGreaterThan(long, long, String) - Static method in class ca.uhn.fhir.util.ValidateUtil
-
- isGreaterThanOrEqualTo(long, long, String) - Static method in class ca.uhn.fhir.util.ValidateUtil
-
- isIdPartValid() - Method in class ca.uhn.fhir.model.primitive.IdDt
-
- isIdPartValid() - Method in interface org.hl7.fhir.instance.model.api.IIdType
-
- isIdPartValidLong() - Method in class ca.uhn.fhir.model.primitive.IdDt
-
- isIdPartValidLong() - Method in interface org.hl7.fhir.instance.model.api.IIdType
-
- isIgnoreFailures() - Method in class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
-
If set to true
, which is the default, if any failure occurs during narrative generation the
generator will suppress any generated exceptions, and simply return a default narrative indicating that no
narrative is available.
- isIgnoreMissingTemplates() - Method in class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
-
If set to true, will return an empty narrative block for any profiles where no template is available
- isInstantiable(Class<?>) - Static method in class ca.uhn.fhir.util.ReflectionUtil
-
- isLegacy(String) - Static method in enum ca.uhn.fhir.rest.api.EncodingEnum
-
Is the given type a FHIR legacy (pre-DSTU3) content type?
- isLocal() - Method in class ca.uhn.fhir.model.primitive.IdDt
-
Returns true
if the ID is a local reference (in other words,
it begins with the '#' character)
- isLocal() - Method in interface org.hl7.fhir.instance.model.api.IIdType
-
Returns true
if the ID is a local reference (in other words, it begins with the '#' character)
- isLocked() - Method in class ca.uhn.fhir.model.api.Include
-
- isMissing(boolean) - Method in interface ca.uhn.fhir.rest.gclient.IParam
-
Sets the :missing
qualifier for this parameter.
- isModifier() - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
-
- isModifier() - Method in class ca.uhn.fhir.context.RuntimeChildDeclaredExtensionDefinition
-
- isModifier() - Method in class ca.uhn.fhir.model.api.ExtensionDt
-
- isNeedsSanitization(String) - Static method in class ca.uhn.fhir.util.UrlUtil
-
- isNewerThan(FhirVersionEnum) - Method in enum ca.uhn.fhir.context.FhirVersionEnum
-
- isNoCache() - Method in class ca.uhn.fhir.rest.api.CacheControlDirective
-
If true<
, adds the no-cache
directive to the
request.
- isNoStore() - Method in class ca.uhn.fhir.rest.api.CacheControlDirective
-
- isNotBlankOrThrowInvalidRequest(String, String) - Static method in class ca.uhn.fhir.util.ValidateUtil
-
- isNotBlankOrThrowUnprocessableEntity(String, String) - Static method in class ca.uhn.fhir.util.ValidateUtil
-
- isNull() - Method in class ca.uhn.fhir.parser.json.JsonLikeValue
-
- isNumber() - Method in class ca.uhn.fhir.parser.json.JsonLikeValue
-
- isObject() - Method in class ca.uhn.fhir.parser.json.JsonLikeObject
-
- isObject() - Method in class ca.uhn.fhir.parser.json.JsonLikeValue
-
- isOk() - Method in class ca.uhn.fhir.context.support.IContextValidationSupport.CodeValidationResult
-
- isOlderThan(FhirVersionEnum) - Method in enum ca.uhn.fhir.context.FhirVersionEnum
-
- isOmitResourceId() - Method in class ca.uhn.fhir.parser.BaseParser
-
- isOmitResourceId() - Method in interface ca.uhn.fhir.parser.IParser
-
Returns true if resource IDs should be omitted
- ISort<T> - Interface in ca.uhn.fhir.rest.gclient
-
- isOverrideResourceIdWithBundleEntryFullUrl() - Method in class ca.uhn.fhir.context.ParserOptions
-
If set to true
(which is the default), the Bundle.entry.fullUrl will override the Bundle.entry.resource's
resource id if the fullUrl is defined.
- isPrecisionAllowed(TemporalPrecisionEnum) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
To be implemented by subclasses to indicate whether the given precision is allowed by this type
- isPrecisionAllowed(TemporalPrecisionEnum) - Method in class ca.uhn.fhir.model.primitive.DateDt
-
- isPrecisionAllowed(TemporalPrecisionEnum) - Method in class ca.uhn.fhir.model.primitive.DateTimeDt
-
- isPrecisionAllowed(TemporalPrecisionEnum) - Method in class ca.uhn.fhir.model.primitive.InstantDt
-
- isPrecisionAllowed(TemporalPrecisionEnum) - Method in class ca.uhn.fhir.rest.param.DateParam.DateParamDateTimeHolder
-
- isPresentOnClasspath() - Method in enum ca.uhn.fhir.context.FhirVersionEnum
-
Returns true if the given version is present on the classpath
- isPrettyPrint() - Method in class ca.uhn.fhir.parser.json.JsonLikeWriter
-
- isProfileOf(Class<? extends IBaseDatatype>) - Method in interface ca.uhn.fhir.context.IRuntimeDatatypeDefinition
-
- isProfileOf(Class<? extends IBaseDatatype>) - Method in class ca.uhn.fhir.context.RuntimeCompositeDatatypeDefinition
-
- isProfileOf(Class<? extends IBaseDatatype>) - Method in class ca.uhn.fhir.context.RuntimePrimitiveDatatypeDefinition
-
- isRecurse() - Method in class ca.uhn.fhir.model.api.Include
-
- isResource() - Method in class ca.uhn.fhir.parser.BaseParser.EncodeContextPathElement
-
- isRi() - Method in enum ca.uhn.fhir.context.FhirVersionEnum
-
Is this version using the HL7.org RI structures?
- isScalar() - Method in class ca.uhn.fhir.parser.json.JsonLikeValue
-
- isSchematronAvailable(FhirContext) - Static method in class ca.uhn.fhir.validation.schematron.SchematronProvider
-
- isSealed() - Method in class ca.uhn.fhir.context.BaseRuntimeElementCompositeDefinition
-
Has this class been sealed
- isSourceInCompartmentForTarget(String, IBaseResource, IIdType) - Method in class ca.uhn.fhir.util.FhirTerser
-
Returns true
if theSource
is in the compartment named theCompartmentName
belonging to resource theTarget
- isSpecialization() - Method in interface ca.uhn.fhir.context.IRuntimeDatatypeDefinition
-
- isSpecialization() - Method in class ca.uhn.fhir.context.RuntimeCompositeDatatypeDefinition
-
- isSpecialization() - Method in class ca.uhn.fhir.context.RuntimePrimitiveDatatypeDefinition
-
- isStandardType() - Method in class ca.uhn.fhir.context.BaseRuntimeElementDefinition
-
- isStaxPresent() - Static method in class ca.uhn.fhir.util.XmlDetectionUtil
-
This method will return true
if a StAX XML parsing library is present
on the classpath
- isString() - Method in class ca.uhn.fhir.parser.json.JsonLikeValue
-
- isStripVersionsFromReferences() - Method in class ca.uhn.fhir.context.ParserOptions
-
If set to true (which is the default), resource references containing a version
will have the version removed when the resource is encoded.
- isSuccessful() - Method in class ca.uhn.fhir.validation.ValidationResult
-
- isSummary() - Method in class ca.uhn.fhir.context.BaseRuntimeChildDefinition
-
- isSummary() - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
-
- isSummary() - Method in class ca.uhn.fhir.context.RuntimeChildUndeclaredExtensionDefinition
-
- isSummaryMode() - Method in class ca.uhn.fhir.parser.BaseParser
-
- isSummaryMode() - Method in interface ca.uhn.fhir.parser.IParser
-
- isSupportsChain() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
-
- isSuppressNarratives() - Method in class ca.uhn.fhir.parser.BaseParser
-
If set to true
(default is false
), narratives will not be included in the encoded
values.
- isText() - Method in class ca.uhn.fhir.rest.param.TokenParam
-
- isTimeZoneZulu() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Returns true if the timezone is set to GMT-0:00 (Z)
- isToday() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Returns true
if this object represents a date that is today's date
- isTrueOrThrowInvalidRequest(boolean, String) - Static method in class ca.uhn.fhir.util.ValidateUtil
-
- ISupportsUndeclaredExtensions - Interface in ca.uhn.fhir.model.api
-
- isUseHapiServerConformanceNarrative() - Method in class ca.uhn.fhir.narrative.DefaultThymeleafNarrativeGenerator
-
If set to true
(default is false
) a special custom narrative for the Conformance resource will be provided, which is designed to be used with HAPI RestfulServer
instances.
- isValid(String) - Static method in class ca.uhn.fhir.util.UrlUtil
-
- isValidateAgainstStandardSchema() - Method in class ca.uhn.fhir.validation.FhirValidator
-
Should the validator validate the resource against the base schema (the schema provided with the FHIR distribution itself)
- isValidateAgainstStandardSchematron() - Method in class ca.uhn.fhir.validation.FhirValidator
-
Should the validator validate the resource against the base schema (the schema provided with the FHIR distribution itself)
- isVersionIdPartValidLong() - Method in class ca.uhn.fhir.model.primitive.IdDt
-
- isVersionIdPartValidLong() - Method in interface org.hl7.fhir.instance.model.api.IIdType
-
- iterator() - Method in class ca.uhn.fhir.model.api.TagList
-
- ITransaction - Interface in ca.uhn.fhir.rest.gclient
-
- ITransactionTyped<T> - Interface in ca.uhn.fhir.rest.gclient
-
- IUntypedQuery<T> - Interface in ca.uhn.fhir.rest.gclient
-
- IUpdate - Interface in ca.uhn.fhir.rest.gclient
-
- IUpdateExecutable - Interface in ca.uhn.fhir.rest.gclient
-
- IUpdateTyped - Interface in ca.uhn.fhir.rest.gclient
-
- IUpdateWithQuery - Interface in ca.uhn.fhir.rest.gclient
-
- IUpdateWithQueryTyped - Interface in ca.uhn.fhir.rest.gclient
-
- IValidate - Interface in ca.uhn.fhir.rest.gclient
-
- IValidateUntyped - Interface in ca.uhn.fhir.rest.gclient
-
- IValidationContext<T> - Interface in ca.uhn.fhir.validation
-
- IValidatorModule - Interface in ca.uhn.fhir.validation
-
An individual validation module, which applies validation rules against
resources and adds failure/informational messages as it goes.
- IValueSetEnumBinder<T extends Enum<?>> - Interface in ca.uhn.fhir.model.api
-
- IVersionSpecificBundleFactory - Interface in ca.uhn.fhir.rest.api
-
This interface should be considered experimental and will likely change in future releases of HAPI.
- sanitizeUrlPart(String) - Static method in class ca.uhn.fhir.util.UrlUtil
-
This method specifically HTML-encodes the " and
< characters in order to prevent injection attacks
- scanForProvidedResources(Object) - Method in class ca.uhn.fhir.context.ProvidedResourceScanner
-
If theProvider
is tagged with the ProvidesResources
annotation, this method will add every
resource listed by the resources
method.
- SchemaBaseValidator - Class in ca.uhn.fhir.validation
-
- SchemaBaseValidator(FhirContext) - Constructor for class ca.uhn.fhir.validation.SchemaBaseValidator
-
- SchematronBaseValidator - Class in ca.uhn.fhir.validation.schematron
-
This class is only used using reflection from
SchematronProvider
in order
to be truly optional.
- SchematronBaseValidator(FhirContext) - Constructor for class ca.uhn.fhir.validation.schematron.SchematronBaseValidator
-
Constructor
- SchematronProvider - Class in ca.uhn.fhir.validation.schematron
-
- SchematronProvider() - Constructor for class ca.uhn.fhir.validation.schematron.SchematronProvider
-
- sealAndInitialize(FhirContext, Map<Class<? extends IBase>, BaseRuntimeElementDefinition<?>>) - Method in class ca.uhn.fhir.context.RuntimeCompositeDatatypeDefinition
-
- sealAndInitialize(FhirContext, Map<Class<? extends IBase>, BaseRuntimeElementDefinition<?>>) - Method in class ca.uhn.fhir.context.RuntimeExtensionDtDefinition
-
- sealAndInitialize(FhirContext, Map<Class<? extends IBase>, BaseRuntimeElementDefinition<?>>) - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
-
- Search - Annotation Type in ca.uhn.fhir.rest.annotation
-
RESTful method annotation used for a method which provides
the FHIR "search" method.
- search() - Method in interface ca.uhn.fhir.rest.client.api.IGenericClient
-
Search for resources matching a given set of criteria.
- SearchParamDefinition - Annotation Type in ca.uhn.fhir.model.api.annotation
-
- SearchParameterUtil - Class in ca.uhn.fhir.util
-
- SearchParameterUtil() - Constructor for class ca.uhn.fhir.util.SearchParameterUtil
-
- SearchStyleEnum - Enum in ca.uhn.fhir.rest.api
-
- SearchTotalModeEnum - Enum in ca.uhn.fhir.rest.api
-
- second(Date) - Method in interface ca.uhn.fhir.rest.gclient.DateClientParam.IDateSpecifier
-
- second(String) - Method in interface ca.uhn.fhir.rest.gclient.DateClientParam.IDateSpecifier
-
- SECURITY_LABELS - Static variable in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
-
- ServerBase - Annotation Type in ca.uhn.fhir.rest.annotation
-
RESTful server method parameter annotation which indicates
that the parameter should be injected with the HTTP server base.
- ServerValidationModeEnum - Enum in ca.uhn.fhir.rest.client.api
-
- setAddProfileTagWhenEncoding(AddProfileTagEnum) - Method in class ca.uhn.fhir.context.FhirContext
-
When encoding resources, this setting configures the parser to include
an entry in the resource's metadata section which indicates which profile(s) the
resource claims to conform to.
- setAllowedMethods(RequestTypeEnum...) - Method in exception ca.uhn.fhir.rest.server.exceptions.MethodNotAllowedException
-
Specifies the list of allowed HTTP methods (GET, POST, etc).
- setAllowedMethods(Set<RequestTypeEnum>) - Method in exception ca.uhn.fhir.rest.server.exceptions.MethodNotAllowedException
-
Specifies the list of allowed HTTP methods (GET, POST, etc).
- setChain(SortSpec) - Method in class ca.uhn.fhir.rest.api.SortSpec
-
Sets the chained sort specification, or null
if none.
- setChain(String) - Method in class ca.uhn.fhir.rest.param.ReferenceParam
-
- setCleanWhitespace(boolean) - Method in class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
-
If set to true
(which is the default), most whitespace will be trimmed from the generated narrative
before it is returned.
- setCode(String) - Method in class ca.uhn.fhir.model.api.Tag
-
- setCode(String) - Method in class ca.uhn.fhir.model.base.composite.BaseCodingDt
-
Sets the value for code (Symbol in syntax defined by the system)
- setCode(String) - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
-
Sets the value for code (Coded form of the unit)
- setCode(CodeDt) - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Sets the value(s) for code (Symbol in syntax defined by the system)
- setCode(String) - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Sets the value for code (Symbol in syntax defined by the system)
- setCode(String) - Method in interface org.hl7.fhir.instance.model.api.IBaseCoding
-
- setCodeSystemName(String) - Method in class ca.uhn.fhir.context.support.IContextValidationSupport.CodeValidationResult
-
- setCodeSystemVersion(String) - Method in class ca.uhn.fhir.context.support.IContextValidationSupport.CodeValidationResult
-
- setColonQualifier(String) - Method in class ca.uhn.fhir.rest.param.QualifierDetails
-
- setConnectionRequestTimeout(int) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
Sets the connection request timeout, in milliseconds.
- setConnectTimeout(int) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
Sets the connect timeout, in milliseconds.
- setContains(boolean) - Method in class ca.uhn.fhir.rest.param.StringParam
-
String parameter modifier :contains
- setContent(byte[]) - Method in interface org.hl7.fhir.instance.model.api.IBaseBinary
-
- setContentAsBase64(String) - Method in interface org.hl7.fhir.instance.model.api.IBaseBinary
-
- setContentType(String) - Method in interface org.hl7.fhir.instance.model.api.IBaseBinary
-
- setCreated(Boolean) - Method in class ca.uhn.fhir.rest.api.MethodOutcome
-
If not null, indicates whether the resource was created (as opposed to being updated).
- setCreatedUsingStatusCode(int) - Method in class ca.uhn.fhir.rest.api.MethodOutcome
-
- setDay(int) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Sets the month with 1-index, e.g.
- setDefaultNamespace(String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
-
- setDefaultNamespace(String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
-
- setDefaultTypeForProfile(String, Class<? extends IBaseResource>) - Method in class ca.uhn.fhir.context.FhirContext
-
Sets the default type which will be used when parsing a resource that is found to be
of the given profile.
- setDetails(String) - Method in class ca.uhn.fhir.model.base.resource.BaseOperationOutcome.BaseIssue
-
- setDiagnostics(String) - Method in class ca.uhn.fhir.model.base.resource.BaseOperationOutcome.BaseIssue
-
- setDisplay(String) - Method in class ca.uhn.fhir.model.api.Tag
-
- setDisplay(String) - Method in class ca.uhn.fhir.model.base.composite.BaseCodingDt
-
- setDisplay(StringDt) - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Sets the value(s) for display (Representation defined by the system)
- setDisplay(String) - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Sets the value for display (Representation defined by the system)
- setDisplay(String) - Method in interface org.hl7.fhir.instance.model.api.IBaseCoding
-
- setDisplay(String) - Method in interface org.hl7.fhir.instance.model.api.IBaseReference
-
- setDivAsString(String) - Method in class ca.uhn.fhir.model.base.composite.BaseNarrativeDt
-
- setDivAsString(String) - Method in interface org.hl7.fhir.instance.model.api.INarrative
-
- setDontEncodeElements(Set<String>) - Method in class ca.uhn.fhir.parser.BaseParser
-
- setDontEncodeElements(Set<String>) - Method in interface ca.uhn.fhir.parser.IParser
-
If provided, specifies the elements which should NOT be encoded.
- setDontStripVersionsFromReferencesAtPaths(String...) - Method in class ca.uhn.fhir.context.ParserOptions
-
If supplied value(s), any resource references at the specified paths will have their
resource versions encoded instead of being automatically stripped during the encoding
process.
- setDontStripVersionsFromReferencesAtPaths(Collection<String>) - Method in class ca.uhn.fhir.context.ParserOptions
-
If supplied value(s), any resource references at the specified paths will have their
resource versions encoded instead of being automatically stripped during the encoding
process.
- setDontStripVersionsFromReferencesAtPaths(String...) - Method in class ca.uhn.fhir.parser.BaseParser
-
- setDontStripVersionsFromReferencesAtPaths(Collection<String>) - Method in class ca.uhn.fhir.parser.BaseParser
-
- setDontStripVersionsFromReferencesAtPaths(String...) - Method in interface ca.uhn.fhir.parser.IParser
-
If supplied value(s), any resource references at the specified paths will have their
resource versions encoded instead of being automatically stripped during the encoding
process.
- setDontStripVersionsFromReferencesAtPaths(Collection<String>) - Method in interface ca.uhn.fhir.parser.IParser
-
If supplied value(s), any resource references at the specified paths will have their
resource versions encoded instead of being automatically stripped during the encoding
process.
- setDotQualifier(String) - Method in class ca.uhn.fhir.rest.param.QualifierDetails
-
- setElementSpecificId(String) - Method in class ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- setElementSpecificId(String) - Method in interface ca.uhn.fhir.model.api.IIdentifiableElement
-
Used to set an ID for this specific element within a resource.
- setEncodeElements(Set<String>) - Method in class ca.uhn.fhir.parser.BaseParser
-
- setEncodeElements(Set<String>) - Method in interface ca.uhn.fhir.parser.IParser
-
If provided, specifies the elements which should be encoded, to the exclusion of all others.
- setEncodeElementsAppliesToChildResourcesOnly(boolean) - Method in class ca.uhn.fhir.parser.BaseParser
-
- setEncodeElementsAppliesToChildResourcesOnly(boolean) - Method in interface ca.uhn.fhir.parser.IParser
-
If set to
true
(default is false), the values supplied
to
IParser.setEncodeElements(Set)
will not be applied to the root
resource (typically a Bundle), but will be applied to any sub-resources
contained within it (i.e.
- setEncodeForceResourceId(IIdType) - Method in class ca.uhn.fhir.parser.BaseParser
-
- setEncodeForceResourceId(IIdType) - Method in interface ca.uhn.fhir.parser.IParser
-
When encoding, force this resource ID to be encoded as the resource ID
- setEncoding(EncodingEnum) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClient
-
Specifies that the client should use the given encoding to do its
queries.
- setEnumerationType(Class<?>) - Method in class ca.uhn.fhir.context.RuntimeChildDeclaredExtensionDefinition
-
- setErrorOnInvalidValue(boolean) - Method in class ca.uhn.fhir.parser.LenientErrorHandler
-
If set to false
(default is true
) invalid values will be logged.
- setExact(boolean) - Method in class ca.uhn.fhir.rest.param.StringParam
-
- setFormatParamStyle(RequestFormatParamStyleEnum) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClient
-
Configures what style of _format parameter should be used in requests
- setHour(int) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Sets the hour of the day in a 24h clock, e.g.
- setHttpClient(T) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
Sets the Apache HTTP client instance to be used by any new restful clients created by this factory.
- setId(IdDt) - Method in class ca.uhn.fhir.model.api.BaseBundle
-
- setId(IdDt) - Method in class ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- setId(String) - Method in class ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- setId(IdDt) - Method in interface ca.uhn.fhir.model.api.IIdentifiableElement
-
- setId(String) - Method in interface ca.uhn.fhir.model.api.IIdentifiableElement
-
- setId(IdDt) - Method in interface ca.uhn.fhir.model.api.IResource
-
Sets the ID of this resource.
- setId(IdDt) - Method in class ca.uhn.fhir.model.primitive.IdDt
-
Deprecated.
- setId(IIdType) - Method in class ca.uhn.fhir.rest.api.MethodOutcome
-
- setId(String) - Method in interface org.hl7.fhir.instance.model.api.IAnyResource
-
- setId(String) - Method in interface org.hl7.fhir.instance.model.api.IBaseElement
-
- setId(String) - Method in interface org.hl7.fhir.instance.model.api.IBaseResource
-
- setId(IIdType) - Method in interface org.hl7.fhir.instance.model.api.IBaseResource
-
- setIgnoreFailures(boolean) - Method in class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
-
If set to true
, which is the default, if any failure occurs during narrative generation the
generator will suppress any generated exceptions, and simply return a default narrative indicating that no
narrative is available.
- setIgnoreMissingTemplates(boolean) - Method in class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
-
If set to true, will return an empty narrative block for any profiles where no template is available
- setLabel(String) - Method in class ca.uhn.fhir.model.api.Tag
-
Sets the label and returns a reference to this tag
- setLanguage(CodeDt) - Method in interface ca.uhn.fhir.model.api.IResource
-
Sets the language of the resource itself - NOTE that this language attribute applies to the resource itself, it is not (for example) the language spoken by a practitioner or patient
- setLastUpdated(Date) - Method in interface org.hl7.fhir.instance.model.api.IBaseMetaType
-
- setLocalizer(HapiLocalizer) - Method in class ca.uhn.fhir.context.FhirContext
-
This feature is not yet in its final state and should be considered an internal part of HAPI for now - use with
caution
- setLocationCol(Integer) - Method in class ca.uhn.fhir.validation.SingleValidationMessage
-
- setLocationLine(Integer) - Method in class ca.uhn.fhir.validation.SingleValidationMessage
-
- setLocationString(String) - Method in class ca.uhn.fhir.validation.SingleValidationMessage
-
- setLogRequestAndResponse(boolean) - Method in interface ca.uhn.fhir.rest.client.api.IGenericClient
-
- setLowerBound(DateParam) - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
- setLowerBound(String) - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
Sets the lower bound using a string that is compliant with
FHIR dateTime format (ISO-8601).
- setLowerBoundExclusive(Date) - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
Sets the lower bound to be greaterthan to the given date
- setLowerBoundInclusive(Date) - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
Sets the lower bound to be greaterthan or equal to the given date
- setMaxResults(Integer) - Method in class ca.uhn.fhir.rest.api.CacheControlDirective
-
If the
no-store
directive is set, this HAPI FHIR extention
to the
Cache-Control
header called
max-results=123
specified the maximum number of results which will be fetched from the
database before returning.
- setMessage(String) - Method in class ca.uhn.fhir.validation.SingleValidationMessage
-
- setMessageBundle(IBaseBundle) - Method in interface ca.uhn.fhir.rest.gclient.IOperationProcessMsg
-
Set the Message Bundle to POST to the messaging server.
After this call you must choose either the method synchronous or asynchronous to set the processing mode.
- setMessageResolver(IMessageResolver) - Method in class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
-
- setMillis(int) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Sets the milliseconds within the current second.
- setMinute(int) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Sets the minute of the hour in the range 0-59
- setMissing(Boolean) - Method in interface ca.uhn.fhir.model.api.IQueryParameterType
-
If set to non-null value, indicates that this parameter has been populated with a "[name]:missing=true" or "[name]:missing=false" vale
instead of a normal value
- setMissing(Boolean) - Method in class ca.uhn.fhir.model.base.composite.BaseCodingDt
-
- setMissing(Boolean) - Method in class ca.uhn.fhir.model.base.composite.BaseIdentifierDt
-
- setMissing(Boolean) - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
-
- setMissing(Boolean) - Method in class ca.uhn.fhir.model.primitive.StringDt
-
- setMissing(Boolean) - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Deprecated.
- setModifier(boolean) - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition
-
- setModifier(boolean) - Method in class ca.uhn.fhir.model.api.ExtensionDt
-
- setModifier(TokenParamModifier) - Method in class ca.uhn.fhir.rest.param.TokenParam
-
- setMonth(int) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Sets the month with 0-index, e.g.
- setNamespaceContext(NamespaceContext) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
-
- setNamespaceContext(NamespaceContext) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
-
- setNanos(long) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Sets the nanoseconds within the current second
- setNarrativeGenerator(INarrativeGenerator) - Method in class ca.uhn.fhir.context.FhirContext
-
- setNativeArray(JsonArray) - Method in class ca.uhn.fhir.parser.json.GsonStructure
-
- setNativeObject(JsonObject) - Method in class ca.uhn.fhir.parser.json.GsonStructure
-
- setNoCache(boolean) - Method in class ca.uhn.fhir.rest.api.CacheControlDirective
-
If true<
, adds the no-cache
directive to the
request.
- setNoStore(boolean) - Method in class ca.uhn.fhir.rest.api.CacheControlDirective
-
- setOmitResourceId(boolean) - Method in class ca.uhn.fhir.parser.BaseParser
-
- setOmitResourceId(boolean) - Method in interface ca.uhn.fhir.parser.IParser
-
If set to true
(default is false
) the ID of any resources being encoded will not be
included in the output.
- setOperationOutcome(IBaseOperationOutcome) - Method in class ca.uhn.fhir.rest.api.MethodOutcome
-
- setOperationOutcome(IBaseOperationOutcome) - Method in exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
-
Sets the BaseOperationOutcome resource associated with this exception.
- setOrder(SortOrderEnum) - Method in class ca.uhn.fhir.rest.api.SortSpec
-
- setOurFailOnMissingMessage(boolean) - Static method in class ca.uhn.fhir.i18n.HapiLocalizer
-
This global setting causes the localizer to fail if any attempts
are made to retrieve a key that does not exist.
- setOverrideResourceIdWithBundleEntryFullUrl(boolean) - Method in class ca.uhn.fhir.context.ParserOptions
-
If set to true
(which is the default), the Bundle.entry.fullUrl will override the Bundle.entry.resource's
resource id if the fullUrl is defined.
- setOverrideResourceIdWithBundleEntryFullUrl(Boolean) - Method in class ca.uhn.fhir.parser.BaseParser
-
- setOverrideResourceIdWithBundleEntryFullUrl(Boolean) - Method in interface ca.uhn.fhir.parser.IParser
-
If set to true
(which is the default), the Bundle.entry.fullUrl will override the Bundle.entry.resource's
resource id if the fullUrl is defined.
- setParamName(String) - Method in class ca.uhn.fhir.rest.api.SortSpec
-
Sets the actual name of the search param to sort by
- setParamName(String) - Method in class ca.uhn.fhir.rest.param.QualifierDetails
-
- setParams(String) - Method in class ca.uhn.fhir.util.UrlUtil.UrlParts
-
- setParserErrorHandler(IParserErrorHandler) - Method in class ca.uhn.fhir.context.FhirContext
-
Sets a parser error handler to use by default on all parsers
- setParserErrorHandler(IParserErrorHandler) - Method in class ca.uhn.fhir.parser.BaseParser
-
- setParserErrorHandler(IParserErrorHandler) - Method in interface ca.uhn.fhir.parser.IParser
-
Registers an error handler which will be invoked when any parse errors are found
- setParserOptions(ParserOptions) - Method in class ca.uhn.fhir.context.FhirContext
-
Sets the parser options object which will be used to supply default
options to newly created parsers
- setParts(String, String, String, String) - Method in class ca.uhn.fhir.model.primitive.IdDt
-
- setParts(String, String, String, String) - Method in interface org.hl7.fhir.instance.model.api.IIdType
-
Sets the value of this ID by combining all of the individual parts.
- setPerformanceOptions(Collection<PerformanceOptionsEnum>) - Method in class ca.uhn.fhir.context.FhirContext
-
Sets the configured performance options
- setPerformanceOptions(PerformanceOptionsEnum...) - Method in class ca.uhn.fhir.context.FhirContext
-
Sets the configured performance options
- setPoolMaxPerRoute(int) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
Sets the maximum number of connections per route allowed in the pool.
- setPoolMaxTotal(int) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
Sets the maximum number of connections allowed in the pool.
- setPrecision(TemporalPrecisionEnum) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Sets the precision for this datatype
- setPreferTypes(List<Class<? extends IBaseResource>>) - Method in class ca.uhn.fhir.parser.BaseParser
-
- setPreferTypes(List<Class<? extends IBaseResource>>) - Method in interface ca.uhn.fhir.parser.IParser
-
If set, when parsing resources the parser will try to use the given types when possible, in
the order that they are provided (from highest to lowest priority).
- setPrefix(ParamPrefixEnum) - Method in class ca.uhn.fhir.rest.param.BaseParamWithPrefix
-
Sets the prefix used by this parameter (e.g.
- setPrefix(String, String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
-
- setPrefix(String, String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
-
- setPrettyPrint(boolean) - Method in interface ca.uhn.fhir.parser.IParser
-
Sets the "pretty print" flag, meaning that the parser will encode resources with human-readable spacing and
newlines between elements instead of condensing output as much as possible.
- setPrettyPrint(boolean) - Method in class ca.uhn.fhir.parser.json.JsonLikeWriter
-
- setPrettyPrint(boolean) - Method in class ca.uhn.fhir.parser.JsonParser
-
- setPrettyPrint(boolean) - Method in class ca.uhn.fhir.parser.XmlParser
-
- setPrettyPrint(Boolean) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClient
-
Specifies that the client should request that the server respond with "pretty printing"
enabled.
- setPrimary(BooleanDt) - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Sets the value(s) for primary (If this code was chosen directly by the user)
- setPrimary(boolean) - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Sets the value for primary (If this code was chosen directly by the user)
- setProperties(List<IContextValidationSupport.BaseConceptProperty>) - Method in class ca.uhn.fhir.context.support.IContextValidationSupport.CodeValidationResult
-
- setPropertyFile(String...) - Method in class ca.uhn.fhir.narrative.CustomThymeleafNarrativeGenerator
-
Set the property file to use
- setProxy(String, Integer) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
Sets the HTTP proxy to use for outgoing connections
- setProxyCredentials(String, String) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
Sets the credentials to use to authenticate with the HTTP proxy,
if one is defined.
- setQualifier(String) - Method in class ca.uhn.fhir.rest.api.QualifiedParamList
-
- setQualifier(UriParamQualifierEnum) - Method in class ca.uhn.fhir.rest.param.UriParam
-
Sets the qualifier for this param (may be null
and generally will be)
- setRangeFromDatesInclusive(Date, Date) - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
Sets the range from a pair of dates, inclusive on both ends
- setRangeFromDatesInclusive(DateParam, DateParam) - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
Sets the range from a pair of dates, inclusive on both ends
- setRangeFromDatesInclusive(IPrimitiveType<Date>, IPrimitiveType<Date>) - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
Sets the range from a pair of dates, inclusive on both ends.
- setRangeFromDatesInclusive(String, String) - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
Sets the range from a pair of dates, inclusive on both ends
- setReason(FhirContext, IBaseResource, String) - Static method in class ca.uhn.fhir.util.SubscriptionUtil
-
- setRecurse(boolean) - Method in class ca.uhn.fhir.model.api.Include
-
Should this include recurse
- setReference(IdDt) - Method in class ca.uhn.fhir.model.base.composite.BaseResourceReferenceDt
-
- setReference(IIdType) - Method in class ca.uhn.fhir.model.base.composite.BaseResourceReferenceDt
-
- setReference(String) - Method in interface org.hl7.fhir.instance.model.api.IBaseReference
-
- setResource(IBaseResource) - Method in class ca.uhn.fhir.model.base.composite.BaseResourceReferenceDt
-
- setResource(IBaseResource) - Method in class ca.uhn.fhir.rest.api.MethodOutcome
-
In a server response: This field may be populated in server code with the final resource for operations
where a resource body is being created/updated.
- setResource(IBaseResource) - Method in interface org.hl7.fhir.instance.model.api.IBaseReference
-
- setResourceId(String) - Method in class ca.uhn.fhir.util.UrlUtil.UrlParts
-
- setResourceMetadata(ResourceMetadataMap) - Method in interface ca.uhn.fhir.model.api.IResource
-
Sets the metadata map for this object.
- setResourceType(String) - Method in class ca.uhn.fhir.util.UrlUtil.UrlParts
-
- setResponseBody(String) - Method in exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
-
This method is currently only called internally by HAPI, it should not be called by user code.
- setResponseHeaders(Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.api.MethodOutcome
-
Sets the headers for the HTTP response
- setResponseMimeType(String) - Method in exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
-
This method is currently only called internally by HAPI, it should not be called by user code.
- setResponseUrlParam(String) - Method in interface ca.uhn.fhir.rest.gclient.IOperationProcessMsg
-
An optional query parameter indicating that responses from the receiving server should be sent to this url
- setRestfulClientFactory(IRestfulClientFactory) - Method in class ca.uhn.fhir.context.FhirContext
-
Set the restful client factory
- setScheme(String) - Method in class ca.uhn.fhir.model.api.Tag
-
Sets the scheme and returns a reference to this tag
- setSecond(int) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Sets the second of the minute in the range 0-59
- setSecurityContext(FhirContext, IBaseBinary, String) - Static method in class ca.uhn.fhir.util.BinaryUtil
-
- setServerBaseUrl(String) - Method in class ca.uhn.fhir.parser.BaseParser
-
- setServerBaseUrl(String) - Method in interface ca.uhn.fhir.parser.IParser
-
Sets the server's base URL used by this parser.
- setServerValidationMode(ServerValidationModeEnum) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
Sets the server validation mode for any clients created from this factory.
- setServerValidationModeEnum(ServerValidationModeEnum) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
- setSeverity(ResultSeverityEnum) - Method in class ca.uhn.fhir.validation.SingleValidationMessage
-
- setSocketTimeout(int) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClientFactory
-
Sets the socket timeout, in milliseconds.
- setStatus(FhirContext, IBaseResource, String) - Static method in class ca.uhn.fhir.util.SubscriptionUtil
-
- setStatusAsString(String) - Method in class ca.uhn.fhir.model.base.composite.BaseNarrativeDt
-
- setStatusAsString(String) - Method in interface org.hl7.fhir.instance.model.api.INarrative
-
- setStripVersionsFromReferences(boolean) - Method in class ca.uhn.fhir.context.ParserOptions
-
If set to true (which is the default), resource references containing a version
will have the version removed when the resource is encoded.
- setStripVersionsFromReferences(Boolean) - Method in class ca.uhn.fhir.parser.BaseParser
-
- setStripVersionsFromReferences(Boolean) - Method in interface ca.uhn.fhir.parser.IParser
-
If set to true (which is the default), resource references containing a version
will have the version removed when the resource is encoded.
- setSummary(SummaryEnum) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClient
-
If not set to null
, specifies a value for the _summary
parameter
to be applied globally on this client.
- setSummaryMode(boolean) - Method in class ca.uhn.fhir.parser.BaseParser
-
- setSummaryMode(boolean) - Method in interface ca.uhn.fhir.parser.IParser
-
If set to true
(default is false
) only elements marked by the FHIR specification as
being "summary elements" will be included.
- setSuppressNarratives(boolean) - Method in class ca.uhn.fhir.parser.BaseParser
-
- setSuppressNarratives(boolean) - Method in interface ca.uhn.fhir.parser.IParser
-
If set to true
(default is false
), narratives will not be included in the encoded
values.
- setSystem(String) - Method in class ca.uhn.fhir.model.api.Tag
-
- setSystem(String) - Method in class ca.uhn.fhir.model.base.composite.BaseCodingDt
-
Sets the value for system (Identity of the terminology system)
- setSystem(String) - Method in class ca.uhn.fhir.model.base.composite.BaseIdentifierDt
-
Sets the value for system (The namespace for the identifier)
- setSystem(String) - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
-
Sets the value for system (System that defines coded unit form)
- setSystem(UriDt) - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Sets the value(s) for system (Identity of the terminology system)
- setSystem(String) - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Sets the value for system (Identity of the terminology system)
- setSystem(String) - Method in class ca.uhn.fhir.rest.param.QuantityParam
-
- setSystem(IPrimitiveType<String>) - Method in class ca.uhn.fhir.rest.param.QuantityParam
-
- setSystem(String) - Method in class ca.uhn.fhir.rest.param.TokenParam
-
- setSystem(String) - Method in interface org.hl7.fhir.instance.model.api.IBaseCoding
-
- setTarget(IElement) - Method in class ca.uhn.fhir.model.primitive.IdrefDt
-
- setTerm(String) - Method in class ca.uhn.fhir.model.api.Tag
-
Sets the term and returns a reference to this tag
- setText(StringDt) - Method in class ca.uhn.fhir.model.base.composite.BaseHumanNameDt
-
Sets the value(s) for text (Text representation of the full name)
- setText(boolean) - Method in class ca.uhn.fhir.rest.param.TokenParam
-
- setTimeZone(TimeZone) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
- setTimeZoneZulu(boolean) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
- setToCurrentTimeInLocalTimeZone() - Method in class ca.uhn.fhir.model.primitive.InstantDt
-
Sets the value of this instant to the current time (from the system
clock) and the local/default timezone (as retrieved using
TimeZone.getDefault()
.
- setUnits(String) - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
-
Sets the value for units (Unit representation)
- setUnits(String) - Method in class ca.uhn.fhir.rest.param.QuantityParam
-
- setUpperBound(String) - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
Sets the upper bound using a string that is compliant with
FHIR dateTime format (ISO-8601).
- setUpperBound(DateParam) - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
- setUpperBoundExclusive(Date) - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
Sets the upper bound to be greaterthan to the given date
- setUpperBoundInclusive(Date) - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
Sets the upper bound to be greaterthan or equal to the given date
- setUrl(String) - Method in class ca.uhn.fhir.model.api.ExtensionDt
-
- setUrl(StringDt) - Method in class ca.uhn.fhir.model.api.ExtensionDt
-
- setUrl(String) - Method in interface org.hl7.fhir.instance.model.api.IBaseExtension
-
- setUseHapiServerConformanceNarrative(boolean) - Method in class ca.uhn.fhir.narrative.DefaultThymeleafNarrativeGenerator
-
If set to true
(default is false
) a special custom narrative for the Conformance resource will be provided, which is designed to be used with HAPI RestfulServer
instances.
- setUserData(String, Object) - Method in interface org.hl7.fhir.instance.model.api.IAnyResource
-
- setValidateAgainstStandardSchema(boolean) - Method in class ca.uhn.fhir.validation.FhirValidator
-
Should the validator validate the resource against the base schema (the schema provided with the FHIR distribution itself)
- setValidateAgainstStandardSchematron(boolean) - Method in class ca.uhn.fhir.validation.FhirValidator
-
Should the validator validate the resource against the base schematron (the schematron provided with the FHIR distribution itself)
- setValidationSupport(IContextValidationSupport<?, ?, ?, ?, ?, ?>) - Method in class ca.uhn.fhir.context.FhirContext
-
Sets the validation support module to use for this context.
- setValue(Object, IBase) - Method in interface ca.uhn.fhir.context.BaseRuntimeChildDefinition.IMutator
-
- setValue(Object, IBase) - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition.FieldListMutator
-
- setValue(Object, IBase) - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition.FieldPlainMutator
-
- setValue(T) - Method in class ca.uhn.fhir.model.api.BasePrimitive
-
- setValue(IBaseDatatype) - Method in class ca.uhn.fhir.model.api.ExtensionDt
-
- setValue(String) - Method in class ca.uhn.fhir.model.api.Include
-
- setValue(T) - Method in interface ca.uhn.fhir.model.api.IPrimitiveDatatype
-
- setValue(String) - Method in class ca.uhn.fhir.model.base.composite.BaseIdentifierDt
-
Sets the value for value (The value that is unique)
- setValue(BigDecimal) - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
-
Sets the value(s) for value (Numerical value (with implicit precision))
- setValue(Date) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Sets the value for this type using the given Java Date object as the time, and using the default precision for
this datatype (unless the precision is already set), as well as the local timezone as determined by the local operating
system.
- setValue(Date, TemporalPrecisionEnum) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Sets the value for this type using the given Java Date object as the time, and using the specified precision, as
well as the local timezone as determined by the local operating system.
- setValue(String) - Method in class ca.uhn.fhir.model.primitive.IdDt
-
Set the value
- setValue(String) - Method in class ca.uhn.fhir.model.primitive.XhtmlDt
-
Note that as of HAPI FHIR 3.1.0, this method no longer uses
the StAX XMLEvent type as the XML representation, and uses a
String instead.
- setValue(Date) - Method in class ca.uhn.fhir.rest.param.DateParam
-
Sets the value of the param to the given date (sets to the
millisecond
precision, and will be encoded using the system local time zone).
- setValue(IPrimitiveType<Date>) - Method in class ca.uhn.fhir.rest.param.DateParam
-
Sets the value using a FHIR Date type, such as a
DateDt
, or a DateTimeType.
- setValue(BigDecimal) - Method in class ca.uhn.fhir.rest.param.NumberParam
-
- setValue(BigDecimal) - Method in class ca.uhn.fhir.rest.param.QuantityParam
-
- setValue(IPrimitiveType<BigDecimal>) - Method in class ca.uhn.fhir.rest.param.QuantityParam
-
- setValue(String) - Method in class ca.uhn.fhir.rest.param.QuantityParam
-
- setValue(double) - Method in class ca.uhn.fhir.rest.param.QuantityParam
-
- setValue(long) - Method in class ca.uhn.fhir.rest.param.QuantityParam
-
- setValue(String) - Method in class ca.uhn.fhir.rest.param.ReferenceParam
-
- setValue(String) - Method in class ca.uhn.fhir.rest.param.SpecialParam
-
- setValue(String) - Method in class ca.uhn.fhir.rest.param.StringParam
-
- setValue(String) - Method in class ca.uhn.fhir.rest.param.TokenParam
-
- setValue(String) - Method in class ca.uhn.fhir.rest.param.UriParam
-
Sets the value for this param
- setValue(IBaseDatatype) - Method in interface org.hl7.fhir.instance.model.api.IBaseExtension
-
- setValue(String) - Method in interface org.hl7.fhir.instance.model.api.IIdType
-
- setValue(T) - Method in interface org.hl7.fhir.instance.model.api.IPrimitiveType
-
- setValueAsEnum(T) - Method in class ca.uhn.fhir.model.primitive.BoundCodeDt
-
- setValueAsInteger(int) - Method in class ca.uhn.fhir.model.primitive.DecimalDt
-
Sets a new value using an integer
- setValueAsQueryToken(FhirContext, String, String, String) - Method in interface ca.uhn.fhir.model.api.IQueryParameterType
-
This method is generally only called by HAPI itself, and should not need to be called from user code.
- setValueAsQueryToken(FhirContext, String, String, String) - Method in class ca.uhn.fhir.model.base.composite.BaseCodingDt
-
This method is generally only called by HAPI itself, and should not need to be called from user code.
- setValueAsQueryToken(FhirContext, String, String, String) - Method in class ca.uhn.fhir.model.base.composite.BaseIdentifierDt
-
This method is generally only called by HAPI itself, and should not need to be called from user code.
- setValueAsQueryToken(FhirContext, String, String, String) - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
-
- setValueAsQueryToken(FhirContext, String, String, String) - Method in class ca.uhn.fhir.model.primitive.StringDt
-
This method is generally only called by HAPI itself, and should not need to be called from user code.
- setValueAsString(String) - Method in class ca.uhn.fhir.model.api.BasePrimitive
-
- setValueAsString(String) - Method in interface ca.uhn.fhir.model.api.IPrimitiveDatatype
-
- setValueAsString(String) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
- setValueAsString(String) - Method in class ca.uhn.fhir.model.primitive.IdDt
-
Set the value
- setValueAsString(String) - Method in class ca.uhn.fhir.model.primitive.XhtmlDt
-
Accepts a textual DIV and parses it into XHTML events which are stored internally.
- setValueAsString(String) - Method in class ca.uhn.fhir.rest.param.DateParam
-
Accepts values with or without a prefix (e.g.
- setValueAsString(String) - Method in interface org.hl7.fhir.instance.model.api.IPrimitiveType
-
- setValuesAsQueryTokens(FhirContext, String, List<QualifiedParamList>) - Method in interface ca.uhn.fhir.model.api.IQueryParameterAnd
-
- setValuesAsQueryTokens(FhirContext, String, QualifiedParamList) - Method in interface ca.uhn.fhir.model.api.IQueryParameterOr
-
- setValuesAsQueryTokens(FhirContext, String, List<QualifiedParamList>) - Method in class ca.uhn.fhir.rest.param.BaseAndListParam
-
- setValuesAsQueryTokens(FhirContext, String, QualifiedParamList) - Method in class ca.uhn.fhir.rest.param.DateParam
-
- setValuesAsQueryTokens(FhirContext, String, List<QualifiedParamList>) - Method in class ca.uhn.fhir.rest.param.DateRangeParam
-
- setVersion(StringDt) - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Sets the value(s) for version (Version of the system - if relevant)
- setVersion(String) - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
-
Sets the value for version (Version of the system - if relevant)
- setVersionId(String) - Method in class ca.uhn.fhir.util.UrlUtil.UrlParts
-
- setVersionId(String) - Method in interface org.hl7.fhir.instance.model.api.IBaseMetaType
-
- setWholeQualifier(String) - Method in class ca.uhn.fhir.rest.param.QualifierDetails
-
- setWriter(Writer) - Method in class ca.uhn.fhir.parser.json.JsonLikeWriter
-
- setYear(int) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Sets the year, e.g.
- shouldAddSubsettedTag(BaseParser.EncodeContext) - Method in class ca.uhn.fhir.parser.BaseParser
-
- shouldBeEncoded() - Method in class ca.uhn.fhir.parser.BaseParser.CompositeChildElement
-
- shouldEncodePath(IResource, String) - Method in class ca.uhn.fhir.parser.BaseParser
-
Used for DSTU2 only
- shouldEncodeResourceId(IBaseResource, BaseParser.EncodeContext) - Method in class ca.uhn.fhir.parser.BaseParser
-
- shouldEncodeResourceMeta(IResource) - Method in class ca.uhn.fhir.parser.BaseParser
-
Used for DSTU2 only
- shouldIncludeReferencedResource(ResourceReferenceInfo, Set<Include>) - Method in enum ca.uhn.fhir.context.api.BundleInclusionRule
-
- SimpleSetter - Annotation Type in ca.uhn.fhir.model.api.annotation
-
Marker annotation for a primitive setter method that can be used to
indicate a "simple setter" method on a resource or composite type.
- SimpleSetter.Parameter - Annotation Type in ca.uhn.fhir.model.api.annotation
-
- Since - Annotation Type in ca.uhn.fhir.rest.annotation
-
Parameter annotation for the _since parameter, which indicates to the
server that only results dated since the given instant will be returned.
- since(IPrimitiveType<Date>) - Method in interface ca.uhn.fhir.rest.gclient.IHistoryTyped
-
Request that the server return only resource versions that were created at or after the given time (inclusive)
- since(Date) - Method in interface ca.uhn.fhir.rest.gclient.IHistoryTyped
-
Request that the server return only resource versions that were created at or after the given time (inclusive)
- singleton(String) - Static method in class ca.uhn.fhir.rest.api.QualifiedParamList
-
- singleton(String, String) - Static method in class ca.uhn.fhir.rest.api.QualifiedParamList
-
- singleton(IQueryParameterType, String) - Static method in class ca.uhn.fhir.rest.param.ParameterUtil
-
- SingleValidationMessage - Class in ca.uhn.fhir.validation
-
- SingleValidationMessage() - Constructor for class ca.uhn.fhir.validation.SingleValidationMessage
-
- size() - Method in class ca.uhn.fhir.model.api.TagList
-
- size() - Method in class ca.uhn.fhir.parser.json.JsonLikeArray
-
- size() - Method in class ca.uhn.fhir.rest.param.BaseAndListParam
-
Returns the number of AND parameters
- Sort - Annotation Type in ca.uhn.fhir.rest.annotation
-
For searches, a parameter may be annotated with the
Sort
annotation.
- sort() - Method in interface ca.uhn.fhir.rest.gclient.IQuery
-
Adds a sort criteria
- sort(SortSpec) - Method in interface ca.uhn.fhir.rest.gclient.IQuery
-
- SortOrderEnum - Enum in ca.uhn.fhir.rest.api
-
- SortSpec - Class in ca.uhn.fhir.rest.api
-
Represents values for
sorting resources
returned by a server.
- SortSpec() - Constructor for class ca.uhn.fhir.rest.api.SortSpec
-
Constructor
- SortSpec(String) - Constructor for class ca.uhn.fhir.rest.api.SortSpec
-
Constructor
- SortSpec(String, SortOrderEnum) - Constructor for class ca.uhn.fhir.rest.api.SortSpec
-
Constructor
- SortSpec(String, SortOrderEnum, SortSpec) - Constructor for class ca.uhn.fhir.rest.api.SortSpec
-
Constructor
- SP_RES_ID - Static variable in interface org.hl7.fhir.instance.model.api.IAnyResource
-
Search parameter constant for _id
- SP_RES_LANGUAGE - Static variable in interface org.hl7.fhir.instance.model.api.IAnyResource
-
Search parameter constant for _language
- SpecialAndListParam - Class in ca.uhn.fhir.rest.param
-
- SpecialAndListParam() - Constructor for class ca.uhn.fhir.rest.param.SpecialAndListParam
-
- SpecialClientParam - Class in ca.uhn.fhir.rest.gclient
-
- SpecialClientParam(String) - Constructor for class ca.uhn.fhir.rest.gclient.SpecialClientParam
-
- SpecialOrListParam - Class in ca.uhn.fhir.rest.param
-
- SpecialOrListParam() - Constructor for class ca.uhn.fhir.rest.param.SpecialOrListParam
-
- SpecialParam - Class in ca.uhn.fhir.rest.param
-
- SpecialParam() - Constructor for class ca.uhn.fhir.rest.param.SpecialParam
-
Constructor
- splitQueryStringByCommasIgnoreEscape(String, String) - Static method in class ca.uhn.fhir.rest.api.QualifiedParamList
-
- startsWith(BaseParser.EncodeContextPath) - Method in class ca.uhn.fhir.parser.BaseParser.ElementsPath
-
- startTask(String) - Method in class ca.uhn.fhir.util.StopWatch
-
Starts a counter for a sub-task
- STATUS_CODE - Static variable in exception ca.uhn.fhir.rest.server.exceptions.AuthenticationException
-
- STATUS_CODE - Static variable in exception ca.uhn.fhir.rest.server.exceptions.ForbiddenOperationException
-
- STATUS_CODE - Static variable in exception ca.uhn.fhir.rest.server.exceptions.InternalErrorException
-
- STATUS_CODE - Static variable in exception ca.uhn.fhir.rest.server.exceptions.InvalidRequestException
-
- STATUS_CODE - Static variable in exception ca.uhn.fhir.rest.server.exceptions.MethodNotAllowedException
-
- STATUS_CODE - Static variable in exception ca.uhn.fhir.rest.server.exceptions.NotImplementedOperationException
-
- STATUS_CODE - Static variable in exception ca.uhn.fhir.rest.server.exceptions.NotModifiedException
-
- STATUS_CODE - Static variable in exception ca.uhn.fhir.rest.server.exceptions.PreconditionFailedException
-
- STATUS_CODE - Static variable in exception ca.uhn.fhir.rest.server.exceptions.ResourceGoneException
-
- STATUS_CODE - Static variable in exception ca.uhn.fhir.rest.server.exceptions.ResourceNotFoundException
-
- STATUS_CODE - Static variable in exception ca.uhn.fhir.rest.server.exceptions.ResourceVersionConflictException
-
- STATUS_CODE - Static variable in exception ca.uhn.fhir.rest.server.exceptions.ResourceVersionNotSpecifiedException
-
Deprecated.
- STATUS_CODE - Static variable in exception ca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException
-
- STATUS_HTTP_200_OK - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- STATUS_HTTP_201_CREATED - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- STATUS_HTTP_204_NO_CONTENT - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- STATUS_HTTP_304_NOT_MODIFIED - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- STATUS_HTTP_400_BAD_REQUEST - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- STATUS_HTTP_401_CLIENT_UNAUTHORIZED - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- STATUS_HTTP_403_FORBIDDEN - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- STATUS_HTTP_404_NOT_FOUND - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- STATUS_HTTP_405_METHOD_NOT_ALLOWED - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- STATUS_HTTP_409_CONFLICT - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- STATUS_HTTP_410_GONE - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- STATUS_HTTP_412_PRECONDITION_FAILED - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- STATUS_HTTP_422_UNPROCESSABLE_ENTITY - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- STATUS_HTTP_500_INTERNAL_ERROR - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- STATUS_HTTP_501_NOT_IMPLEMENTED - Static variable in class ca.uhn.fhir.rest.api.Constants
-
- StopWatch - Class in ca.uhn.fhir.util
-
A multipurpose stopwatch which can be used to time tasks and produce
human readable output about task duration, throughput, estimated task completion,
etc.
- StopWatch() - Constructor for class ca.uhn.fhir.util.StopWatch
-
Constructor
- StopWatch(Date) - Constructor for class ca.uhn.fhir.util.StopWatch
-
Constructor
- store(BaseSecurityEvent) - Method in interface ca.uhn.fhir.store.IAuditDataStore
-
Take in a SecurityEvent object and handle storing it to a persistent data store (database, JMS, file, etc).
- StrictErrorHandler - Class in ca.uhn.fhir.parser
-
Parser error handler which throws a
DataFormatException
any time an
issue is found while parsing.
- StrictErrorHandler() - Constructor for class ca.uhn.fhir.parser.StrictErrorHandler
-
- StringAndListParam - Class in ca.uhn.fhir.rest.param
-
- StringAndListParam() - Constructor for class ca.uhn.fhir.rest.param.StringAndListParam
-
- StringBinder - Class in ca.uhn.fhir.rest.param.binder
-
- StringBinder() - Constructor for class ca.uhn.fhir.rest.param.binder.StringBinder
-
- StringClientParam - Class in ca.uhn.fhir.rest.gclient
-
- StringClientParam(String) - Constructor for class ca.uhn.fhir.rest.gclient.StringClientParam
-
- StringClientParam.IStringMatch - Interface in ca.uhn.fhir.rest.gclient
-
- StringConceptProperty(String, String) - Constructor for class ca.uhn.fhir.context.support.IContextValidationSupport.StringConceptProperty
-
Constructor
- StringDt - Class in ca.uhn.fhir.model.primitive
-
- StringDt() - Constructor for class ca.uhn.fhir.model.primitive.StringDt
-
Create a new String
- StringDt(String) - Constructor for class ca.uhn.fhir.model.primitive.StringDt
-
Create a new String
- StringOrListParam - Class in ca.uhn.fhir.rest.param
-
- StringOrListParam() - Constructor for class ca.uhn.fhir.rest.param.StringOrListParam
-
- StringParam - Class in ca.uhn.fhir.rest.param
-
- StringParam() - Constructor for class ca.uhn.fhir.rest.param.StringParam
-
Constructor
- StringParam(String) - Constructor for class ca.uhn.fhir.rest.param.StringParam
-
Constructor
- StringParam(String, boolean) - Constructor for class ca.uhn.fhir.rest.param.StringParam
-
Constructor
- stripReturns(String) - Static method in class ca.uhn.fhir.util.TestUtil
-
THIS IS FOR UNIT TESTS ONLY - DO NOT CALL THIS METHOD FROM USER CODE
- subContext(IValidationContext<IBaseResource>, IBaseResource) - Static method in class ca.uhn.fhir.validation.ValidationContext
-
- SubscriptionUtil - Class in ca.uhn.fhir.util
-
Utilities for working with the subscription resource
- SubscriptionUtil() - Constructor for class ca.uhn.fhir.util.SubscriptionUtil
-
- SummaryEnum - Enum in ca.uhn.fhir.rest.api
-
Enum representing the values for the _summary
search parameter
- summaryMode(SummaryEnum) - Method in interface ca.uhn.fhir.rest.gclient.IClientExecutable
-
Request that the server modify the response using the _summary
param
- synchronous(Class<R>) - Method in interface ca.uhn.fhir.rest.gclient.IOperationProcessMsgMode
-
- systemAndCode(String, String) - Method in interface ca.uhn.fhir.rest.gclient.TokenClientParam.IMatches
-
Creates a search criterion that matches against the given code system and code
- systemAndIdentifier(String, String) - Method in interface ca.uhn.fhir.rest.gclient.TokenClientParam.IMatches
-
Creates a search criterion that matches against the given system and identifier
- systemAndValues(String, Collection<String>) - Method in interface ca.uhn.fhir.rest.gclient.TokenClientParam.IMatches
-
Creates a search criterion that matches a given system with a collection of possible
values (this will be used to form a comma-separated OR query)
- systemAndValues(String, String...) - Method in interface ca.uhn.fhir.rest.gclient.TokenClientParam.IMatches
-
Creates a search criterion that matches a given system with a collection of possible
values (this will be used to form a comma-separated OR query)