Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X 

A

acceptElement(IBase, List<String>, BaseRuntimeChildDefinition, BaseRuntimeElementDefinition<?>) - Method in interface ca.uhn.fhir.util.IModelVisitor
 
acceptElement(IBase, List<IBase>, List<BaseRuntimeChildDefinition>, List<BaseRuntimeElementDefinition<?>>) - Method in interface ca.uhn.fhir.util.IModelVisitor2
 
acceptUndeclaredExtension(ISupportsUndeclaredExtensions, List<String>, BaseRuntimeChildDefinition, BaseRuntimeElementDefinition<?>, ExtensionDt) - Method in interface ca.uhn.fhir.util.IModelVisitor
 
acceptUndeclaredExtension(IBaseExtension<?, ?>, List<IBase>, List<BaseRuntimeChildDefinition>, List<BaseRuntimeElementDefinition<?>>) - Method in interface ca.uhn.fhir.util.IModelVisitor2
 
ActionRequestDetails(IIdType, String, FhirContext) - Constructor for class ca.uhn.fhir.rest.server.interceptor.IServerInterceptor.ActionRequestDetails
 
ActionRequestDetails(RequestDetails) - Constructor for class ca.uhn.fhir.rest.server.interceptor.IServerInterceptor.ActionRequestDetails
 
ActionRequestDetails(IIdType, String, IBaseResource, FhirContext) - Constructor for class ca.uhn.fhir.rest.server.interceptor.IServerInterceptor.ActionRequestDetails
 
ActiveRequestReader() - Constructor for class ca.uhn.fhir.rest.method.BaseMethodBinding.ActiveRequestReader
 
add(Tag) - Method in class ca.uhn.fhir.model.api.TagList
 
add(Date, int) - Method in enum ca.uhn.fhir.model.api.TemporalPrecisionEnum
 
add() - Method in interface ca.uhn.fhir.rest.gclient.IMeta
Add the elements in the given metadata to the already existing set (do not remove any)
add(BaseCodingDt) - Method in class ca.uhn.fhir.rest.param.TokenOrListParam
Convenience method which adds a token to this OR list using the system and code from a coding
add(BaseIdentifierDt) - Method in class ca.uhn.fhir.rest.param.TokenOrListParam
Convenience method which adds a token to this OR list using the system and value from an identifier
add(String, String) - Method in class ca.uhn.fhir.rest.param.TokenOrListParam
Add a new token to this list
add(String, CompositeOrListParam<A, B>) - Method in class ca.uhn.fhir.rest.server.SearchParameterMap
 
add(String, DateOrListParam) - Method in class ca.uhn.fhir.rest.server.SearchParameterMap
 
add(String, NumberOrListParam) - Method in class ca.uhn.fhir.rest.server.SearchParameterMap
 
add(String, QuantityOrListParam) - Method in class ca.uhn.fhir.rest.server.SearchParameterMap
 
add(String, ReferenceOrListParam) - Method in class ca.uhn.fhir.rest.server.SearchParameterMap
 
add(String, StringOrListParam) - Method in class ca.uhn.fhir.rest.server.SearchParameterMap
 
add(String, TokenOrListParam) - Method in class ca.uhn.fhir.rest.server.SearchParameterMap
 
add(String, UriOrListParam) - Method in class ca.uhn.fhir.rest.server.SearchParameterMap
 
addAll(Collection<? extends Tag>) - Method in class ca.uhn.fhir.model.api.TagList
 
addAnd(T) - Method in class ca.uhn.fhir.rest.param.BaseAndListParam
 
addAnd(CompositeOrListParam<A, B>) - Method in class ca.uhn.fhir.rest.param.CompositeAndListParam
 
addAnd(DateOrListParam) - Method in class ca.uhn.fhir.rest.param.DateAndListParam
 
addAnd(NumberOrListParam) - Method in class ca.uhn.fhir.rest.param.NumberAndListParam
 
addAnd(QuantityOrListParam) - Method in class ca.uhn.fhir.rest.param.QuantityAndListParam
 
addAnd(ReferenceOrListParam) - Method in class ca.uhn.fhir.rest.param.ReferenceAndListParam
 
addAnd(StringOrListParam) - Method in class ca.uhn.fhir.rest.param.StringAndListParam
 
addAnd(TokenOrListParam) - Method in class ca.uhn.fhir.rest.param.TokenAndListParam
 
addAnd(UriOrListParam) - Method in class ca.uhn.fhir.rest.param.UriAndListParam
 
addCategory() - Method in class ca.uhn.fhir.model.api.Bundle
Deprecated.
Tags wil become immutable in a future release of HAPI, so Bundle.addCategory(String, String, String) should be used instead
addCategory(String, String, String) - Method in class ca.uhn.fhir.model.api.Bundle
 
addCategory(Tag) - Method in class ca.uhn.fhir.model.api.Bundle
 
addCategory() - Method in class ca.uhn.fhir.model.api.BundleEntry
Deprecated.
Tags wil become immutable in a future release of HAPI, so BundleEntry.addCategory(String, String, String) should be used instead
addCategory(String, String, String) - Method in class ca.uhn.fhir.model.api.BundleEntry
 
addCategory(Tag) - Method in class ca.uhn.fhir.model.api.BundleEntry
 
addEntry() - Method in class ca.uhn.fhir.model.api.Bundle
Adds and returns a new bundle entry
addEntry(BundleEntry) - Method in class ca.uhn.fhir.model.api.Bundle
Adds a new entry
addExcludeOperationType(RestOperationTypeEnum) - Method in class ca.uhn.fhir.rest.server.interceptor.ResponseValidatingInterceptor
Do not validate the following operations.
addExtension(RuntimeChildDeclaredExtensionDefinition) - Method in class ca.uhn.fhir.context.BaseRuntimeElementDefinition
 
addExtension() - Method in interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
 
addHeader(String, String) - Method in class ca.uhn.fhir.rest.client.BaseHttpClientInvocation
 
addHeader(String, String) - Method in interface ca.uhn.fhir.rest.server.IRestfulResponse
 
addHeader(String, String) - Method in class ca.uhn.fhir.rest.server.RestfulResponse
 
addHeadersToRequest(HttpRequestBase, EncodingEnum) - Method in class ca.uhn.fhir.rest.client.BaseHttpClientInvocation
 
addHeadersToResponse(HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.RestfulServer
This method is called prior to sending a response to incoming requests.
addIssue() - Method in interface ca.uhn.fhir.model.base.resource.BaseOperationOutcome
 
addIssue(FhirContext, IBaseOperationOutcome, String, String, String, String) - Static method in class ca.uhn.fhir.util.OperationOutcomeUtil
Add an issue to an OperationOutcome
addLocation(String) - Method in class ca.uhn.fhir.model.base.resource.BaseOperationOutcome.BaseIssue
 
addMethod(BaseMethodBinding<?>) - Method in class ca.uhn.fhir.rest.server.ResourceBinding
 
addModifierExtension() - Method in interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
 
addOr(CompositeParam<A, B>) - Method in class ca.uhn.fhir.rest.param.CompositeOrListParam
 
addOr(DateParam) - Method in class ca.uhn.fhir.rest.param.DateOrListParam
 
addOr(NumberParam) - Method in class ca.uhn.fhir.rest.param.NumberOrListParam
 
addOr(QuantityParam) - Method in class ca.uhn.fhir.rest.param.QuantityOrListParam
 
addOr(ReferenceParam) - Method in class ca.uhn.fhir.rest.param.ReferenceOrListParam
 
addOr(StringParam) - Method in class ca.uhn.fhir.rest.param.StringOrListParam
 
addOr(TokenParam) - Method in class ca.uhn.fhir.rest.param.TokenOrListParam
 
addOr(UriParam) - Method in class ca.uhn.fhir.rest.param.UriOrListParam
 
addParametersForServerRequest(RequestDetails, Object[]) - Method in class ca.uhn.fhir.rest.method.DeleteMethodBinding
 
addParametersForServerRequest(RequestDetails, Object[]) - Method in class ca.uhn.fhir.rest.method.UpdateMethodBinding
 
addParametersForServerRequest(RequestDetails, Object[]) - Method in class ca.uhn.fhir.rest.method.ValidateMethodBindingDstu1
 
addParameterToParameters(FhirContext, IBaseResource, Object, String) - Static method in class ca.uhn.fhir.util.ParametersUtil
 
addProfile(String) - Method in interface org.hl7.fhir.instance.model.api.IBaseMetaType
 
AddProfileTagEnum - Enum in ca.uhn.fhir.rest.server
RESTful server behaviour for automatically adding profile tags
addProfileToBundleEntry(FhirContext, IBaseResource, String) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
 
addResource(IResource, FhirContext, String) - Method in class ca.uhn.fhir.model.api.Bundle
Creates a new entry using the given resource and populates it accordingly
addResourcesToBundle(List<IBaseResource>, BundleTypeEnum, String, BundleInclusionRule, Set<Include>) - Method in interface ca.uhn.fhir.rest.server.IVersionSpecificBundleFactory
 
addRootPropertiesToBundle(String, String, String, Integer, BundleTypeEnum, IPrimitiveType<Date>) - Method in interface ca.uhn.fhir.rest.server.IVersionSpecificBundleFactory
 
addSearchParam(RuntimeSearchParam) - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
 
addSecurity() - Method in interface org.hl7.fhir.instance.model.api.IBaseMetaType
 
addTag() - Method in class ca.uhn.fhir.model.api.TagList
Deprecated.
Tags wil become immutable in a future release of HAPI, so TagList.addTag(String, String, String) should be used instead
addTag(String, String) - Method in class ca.uhn.fhir.model.api.TagList
Add a new tag instance
addTag(String, String, String) - Method in class ca.uhn.fhir.model.api.TagList
Add a new tag instance
addTag() - Method in interface org.hl7.fhir.instance.model.api.IBaseMetaType
 
AddTags - Annotation Type in ca.uhn.fhir.rest.annotation
RESTful method annotation to be used for the FHIR Tag Operations which have to do with adding tags.
addUndeclaredExtension(boolean, String, IBaseDatatype) - Method in class ca.uhn.fhir.model.api.BaseElement
 
addUndeclaredExtension(boolean, String) - Method in class ca.uhn.fhir.model.api.BaseElement
 
addUndeclaredExtension(ExtensionDt) - Method in class ca.uhn.fhir.model.api.BaseElement
 
addUndeclaredExtension(ExtensionDt) - Method in interface ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
Adds an extension to this object.
addUndeclaredExtension(boolean, String, IBaseDatatype) - Method in interface ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
Adds an extension to this object
addUndeclaredExtension(boolean, String) - Method in interface ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
Adds an extension to this object.
addValidationMessage(SingleValidationMessage) - Method in interface ca.uhn.fhir.validation.IValidationContext
 
addValue(Object, IBase) - Method in interface ca.uhn.fhir.context.BaseRuntimeChildDefinition.IMutator
 
addValue(Object, IBase) - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition.FieldListMutator
 
addValue(Object, IBase) - Method in class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition.FieldPlainMutator
 
addValue(T) - Method in class ca.uhn.fhir.rest.param.BaseAndListParam
 
after(Date) - Method in class ca.uhn.fhir.model.primitive.InstantDt
Invokes Date.after(Date) on the contained Date against the given date
after() - Method in class ca.uhn.fhir.rest.gclient.DateClientParam
 
afterOrEquals() - Method in class ca.uhn.fhir.rest.gclient.DateClientParam
 
ALLOW_CHAIN_ANY - Static variable in annotation type ca.uhn.fhir.rest.annotation.OptionalParam
 
ALLOW_CHAIN_NOTCHAINED - Static variable in annotation type ca.uhn.fhir.rest.annotation.OptionalParam
 
ALLOWED_PARAMS - Static variable in class ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding
 
allowVoidReturnType() - Method in class ca.uhn.fhir.rest.method.DeleteMethodBinding
 
allowVoidReturnType() - Method in class ca.uhn.fhir.rest.method.ValidateMethodBindingDstu1
 
allPopulatedChildElements(Class<T>, Object...) - Static method in class ca.uhn.fhir.util.ElementUtil
Note that this method does not work on HL7.org structures
and(ICriterion<?>) - Method in interface ca.uhn.fhir.rest.gclient.IBaseQuery
 
and(ICriterion<?>) - Method in interface ca.uhn.fhir.rest.gclient.IQuery
andLogRequestAndResponse(boolean) - Method in interface ca.uhn.fhir.rest.gclient.IClientExecutable
Deprecated.
Use the client logging interceptor to log requests and responses instead. See here for more information.
andNoUnits() - Method in interface ca.uhn.fhir.rest.gclient.QuantityClientParam.IAndUnits
 
andParameter(String, IBase) - Method in interface ca.uhn.fhir.rest.gclient.IOperationUntypedWithInputAndPartialOutput
Use chained method calls to construct a Parameters input.
andReturnBundle(Class<T>) - Method in interface ca.uhn.fhir.rest.gclient.IGetPageUntyped
Return a Bundle resource of the given type
andReturnBundle(Class<T>) - Method in interface ca.uhn.fhir.rest.gclient.IHistoryUntyped
Request that the method return a Bundle resource (such as ca.uhn.fhir.model.dstu2.resource.Bundle).
andReturnDstu1Bundle() - Method in interface ca.uhn.fhir.rest.gclient.IGetPageUntyped
Return a DSTU1 Atom feed
andReturnDstu1Bundle() - Method in interface ca.uhn.fhir.rest.gclient.IHistoryUntyped
Request that the method return a DSTU1 style bundle object.
andUnits(String) - Method in interface ca.uhn.fhir.rest.gclient.QuantityClientParam.IAndUnits
 
andUnits(String, String) - Method in interface ca.uhn.fhir.rest.gclient.QuantityClientParam.IAndUnits
 
ApacheProxyAddressStrategy - Class in ca.uhn.fhir.rest.server
Works like the normal IncomingRequestAddressStrategy unless there's an x-forwarded-host present, in which case that's used in place of the server's address.
ApacheProxyAddressStrategy(boolean) - Constructor for class ca.uhn.fhir.rest.server.ApacheProxyAddressStrategy
 
appendExtraParamsWithQuestionMark(Map<String, List<String>>, StringBuilder, boolean) - Static method in class ca.uhn.fhir.rest.client.BaseHttpClientInvocation
 
applyTo(IBaseResource) - Method in class ca.uhn.fhir.model.primitive.IdDt
 
applyTo(IBaseResource) - Method in interface org.hl7.fhir.instance.model.api.IIdType
 
approximately() - Method in class ca.uhn.fhir.rest.gclient.QuantityClientParam
 
asBigDecimal() - Method in class ca.uhn.fhir.model.primitive.IdDt
Deprecated.
Use IdDt.getIdPartAsBigDecimal() instead (this method was deprocated because its name is ambiguous)
ascending(IParam) - Method in interface ca.uhn.fhir.rest.gclient.ISort
 
asHttpRequest(String, Map<String, List<String>>, EncodingEnum, Boolean) - Method in class ca.uhn.fhir.rest.client.BaseHttpClientInvocation
Create an HTTP request out of this client request
asHttpRequest(String, Map<String, List<String>>, EncodingEnum, Boolean) - Method in class ca.uhn.fhir.rest.method.HttpDeleteClientInvocation
 
asHttpRequest(String, Map<String, List<String>>, EncodingEnum, Boolean) - Method in class ca.uhn.fhir.rest.method.HttpGetClientInvocation
 
asHttpRequest(String, Map<String, List<String>>, EncodingEnum, Boolean) - Method in class ca.uhn.fhir.rest.method.HttpSimpleGetClientInvocation
 
asNonRecursive() - Method in class ca.uhn.fhir.model.api.Include
Creates a copy of this include with non-recurse behaviour
asRecursive() - Method in class ca.uhn.fhir.model.api.Include
Creates a copy of this include with recurse behaviour
ATTR_CATEGORY - Static variable in class ca.uhn.fhir.model.api.TagList
 
ATTR_LABEL - Static variable in class ca.uhn.fhir.model.api.Tag
 
ATTR_SCHEME - Static variable in class ca.uhn.fhir.model.api.Tag
 
ATTR_TERM - Static variable in class ca.uhn.fhir.model.api.Tag
 
AuthenticationException - Exception in ca.uhn.fhir.rest.server.exceptions
Represents an HTTP 401 Client Unauthorized response, which means that the client needs to provide credentials, or has provided invalid credentials.
AuthenticationException() - Constructor for exception ca.uhn.fhir.rest.server.exceptions.AuthenticationException
 
AuthenticationException(String) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.AuthenticationException
 

B

Base64BinaryDt - Class in ca.uhn.fhir.model.primitive
 
Base64BinaryDt() - Constructor for class ca.uhn.fhir.model.primitive.Base64BinaryDt
Constructor
Base64BinaryDt(byte[]) - Constructor for class ca.uhn.fhir.model.primitive.Base64BinaryDt
Constructor
BaseAndListParam<T extends IQueryParameterOr<?>> - Class in ca.uhn.fhir.rest.param
 
BaseAndListParam() - Constructor for class ca.uhn.fhir.rest.param.BaseAndListParam
 
BaseBundle - Class in ca.uhn.fhir.model.api
 
BaseBundle() - Constructor for class ca.uhn.fhir.model.api.BaseBundle
 
BaseClient - Class in ca.uhn.fhir.rest.client
 
BaseClient.ResourceResponseHandler<T extends IBaseResource> - Class in ca.uhn.fhir.rest.client
 
BaseCodingDt - Class in ca.uhn.fhir.model.base.composite
 
BaseCodingDt() - Constructor for class ca.uhn.fhir.model.base.composite.BaseCodingDt
 
BaseConformance - Interface in ca.uhn.fhir.model.base.resource
 
BaseContainedDt - Class in ca.uhn.fhir.model.base.composite
 
BaseContainedDt() - Constructor for class ca.uhn.fhir.model.base.composite.BaseContainedDt
 
BaseDateTimeDt - Class in ca.uhn.fhir.model.primitive
 
BaseDateTimeDt() - Constructor for class ca.uhn.fhir.model.primitive.BaseDateTimeDt
Constructor
BaseDateTimeDt(Date, TemporalPrecisionEnum) - Constructor for class ca.uhn.fhir.model.primitive.BaseDateTimeDt
Constructor
BaseDateTimeDt(String) - Constructor for class ca.uhn.fhir.model.primitive.BaseDateTimeDt
Constructor
BaseDateTimeDt(Date, TemporalPrecisionEnum, TimeZone) - Constructor for class ca.uhn.fhir.model.primitive.BaseDateTimeDt
Constructor
BaseElement - Class in ca.uhn.fhir.model.api
 
BaseElement() - Constructor for class ca.uhn.fhir.model.api.BaseElement
 
BaseHttpClientInvocation - Class in ca.uhn.fhir.rest.client
 
BaseHttpClientInvocation() - Constructor for class ca.uhn.fhir.rest.client.BaseHttpClientInvocation
 
BaseHumanNameDt - Class in ca.uhn.fhir.model.base.composite
 
BaseHumanNameDt() - Constructor for class ca.uhn.fhir.model.base.composite.BaseHumanNameDt
 
BaseIdentifiableElement - Class in ca.uhn.fhir.model.api
 
BaseIdentifiableElement() - Constructor for class ca.uhn.fhir.model.api.BaseIdentifiableElement
 
BaseIdentifierDt - Class in ca.uhn.fhir.model.base.composite
 
BaseIdentifierDt() - Constructor for class ca.uhn.fhir.model.base.composite.BaseIdentifierDt
 
BaseIssue() - Constructor for class ca.uhn.fhir.model.base.resource.BaseOperationOutcome.BaseIssue
 
BaseMethodBinding<T> - Class in ca.uhn.fhir.rest.method
 
BaseMethodBinding(Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.method.BaseMethodBinding
 
BaseMethodBinding.ActiveRequestReader - Class in ca.uhn.fhir.rest.method
 
BaseMethodBinding.InactiveRequestReader - Class in ca.uhn.fhir.rest.method
 
BaseMethodBinding.IRequestReader - Interface in ca.uhn.fhir.rest.method
 
BaseNarrativeDt<T extends Enum<?>> - Class in ca.uhn.fhir.model.base.composite
 
BaseNarrativeDt() - Constructor for class ca.uhn.fhir.model.base.composite.BaseNarrativeDt
 
BaseOperationOutcome - Interface in ca.uhn.fhir.model.base.resource
 
BaseOperationOutcome.BaseIssue - Class in ca.uhn.fhir.model.base.resource
 
BaseParser - Class in ca.uhn.fhir.parser
 
BaseParser(FhirContext, IParserErrorHandler) - Constructor for class ca.uhn.fhir.parser.BaseParser
Constructor
BaseParser.CompositeChildElement - Class in ca.uhn.fhir.parser
 
BasePrimitive<T> - Class in ca.uhn.fhir.model.api
 
BasePrimitive() - Constructor for class ca.uhn.fhir.model.api.BasePrimitive
 
BaseQuantityDt - Class in ca.uhn.fhir.model.base.composite
 
BaseQuantityDt() - Constructor for class ca.uhn.fhir.model.base.composite.BaseQuantityDt
 
BaseQueryParameter - Class in ca.uhn.fhir.rest.param
 
BaseQueryParameter() - Constructor for class ca.uhn.fhir.rest.param.BaseQueryParameter
 
BaseResourceReferenceDt - Class in ca.uhn.fhir.model.base.composite
 
BaseResourceReferenceDt() - Constructor for class ca.uhn.fhir.model.base.composite.BaseResourceReferenceDt
Constructor
BaseResourceReferenceDt(IResource) - Constructor for class ca.uhn.fhir.model.base.composite.BaseResourceReferenceDt
Constructor
BaseResourceReturningMethodBinding - Class in ca.uhn.fhir.rest.method
 
BaseResourceReturningMethodBinding(Class<?>, Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding
 
BaseResourceReturningMethodBinding.MethodReturnTypeEnum - Enum in ca.uhn.fhir.rest.method
 
BaseResourceReturningMethodBinding.ResourceOrDstu1Bundle - Class in ca.uhn.fhir.rest.method
 
BaseResourceReturningMethodBinding.ReturnTypeEnum - Enum in ca.uhn.fhir.rest.method
 
BaseRuntimeChildDatatypeDefinition - Class in ca.uhn.fhir.context
 
BaseRuntimeChildDatatypeDefinition(Field, String, Child, Description, Class<? extends IBase>) - Constructor for class ca.uhn.fhir.context.BaseRuntimeChildDatatypeDefinition
 
BaseRuntimeChildDefinition - Class in ca.uhn.fhir.context
 
BaseRuntimeChildDefinition() - Constructor for class ca.uhn.fhir.context.BaseRuntimeChildDefinition
 
BaseRuntimeChildDefinition.IAccessor - Interface in ca.uhn.fhir.context
 
BaseRuntimeChildDefinition.IMutator - Interface in ca.uhn.fhir.context
 
BaseRuntimeDeclaredChildDefinition - Class in ca.uhn.fhir.context
 
BaseRuntimeDeclaredChildDefinition.FieldListMutator - Class in ca.uhn.fhir.context
 
BaseRuntimeDeclaredChildDefinition.FieldPlainMutator - Class in ca.uhn.fhir.context
 
BaseRuntimeElementCompositeDefinition<T extends IBase> - Class in ca.uhn.fhir.context
 
BaseRuntimeElementCompositeDefinition(String, Class<? extends T>, boolean) - Constructor for class ca.uhn.fhir.context.BaseRuntimeElementCompositeDefinition
 
BaseRuntimeElementDefinition<T extends IBase> - Class in ca.uhn.fhir.context
 
BaseRuntimeElementDefinition(String, Class<? extends T>, boolean) - Constructor for class ca.uhn.fhir.context.BaseRuntimeElementDefinition
 
BaseRuntimeElementDefinition.ChildTypeEnum - Enum in ca.uhn.fhir.context
 
BaseSecurityEvent - Interface in ca.uhn.fhir.model.base.resource
 
BaseServerResponseException - Exception in ca.uhn.fhir.rest.server.exceptions
Base class for RESTful client and server exceptions.
BaseServerResponseException(int, String) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
Constructor
BaseServerResponseException(int, String...) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
Constructor
BaseServerResponseException(int, String, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
Constructor
BaseServerResponseException(int, String, Throwable) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
Constructor
BaseServerResponseException(int, String, Throwable, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
Constructor
BaseServerResponseException(int, Throwable) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
Constructor
BaseServerResponseException(int, Throwable, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
Constructor
BaseThymeleafNarrativeGenerator - Class in ca.uhn.fhir.narrative
 
BaseThymeleafNarrativeGenerator() - Constructor for class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
 
BaseThymeleafNarrativeGenerator.NarrativeAttributeProcessor - Class in ca.uhn.fhir.narrative
 
BasicAuthInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
HTTP interceptor to be used for adding HTTP basic auth username/password tokens to requests
BasicAuthInterceptor(String, String) - Constructor for class ca.uhn.fhir.rest.client.interceptor.BasicAuthInterceptor
 
BeanUtils - Class in ca.uhn.fhir.util
 
BeanUtils() - Constructor for class ca.uhn.fhir.util.BeanUtils
 
BearerTokenAuthInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
HTTP interceptor to be used for adding HTTP Authorization using "bearer tokens" to requests.
BearerTokenAuthInterceptor() - Constructor for class ca.uhn.fhir.rest.client.interceptor.BearerTokenAuthInterceptor
Constructor.
BearerTokenAuthInterceptor(String) - Constructor for class ca.uhn.fhir.rest.client.interceptor.BearerTokenAuthInterceptor
Constructor
before(Date) - Method in class ca.uhn.fhir.model.primitive.InstantDt
Invokes Date.before(Date) on the contained Date against the given date
before() - Method in class ca.uhn.fhir.rest.gclient.DateClientParam
 
beforeOrEquals() - Method in class ca.uhn.fhir.rest.gclient.DateClientParam
 
bindMethod(Method, FhirContext, Object) - Static method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
Block - Annotation Type in ca.uhn.fhir.model.api.annotation
Class annotation used to indicate a class which is a "block"/"component" type.
BooleanDt - Class in ca.uhn.fhir.model.primitive
 
BooleanDt() - Constructor for class ca.uhn.fhir.model.primitive.BooleanDt
Constructor
BooleanDt(boolean) - Constructor for class ca.uhn.fhir.model.primitive.BooleanDt
Constructor
BoundCodeDt<T extends Enum<?>> - Class in ca.uhn.fhir.model.primitive
 
BoundCodeDt() - Constructor for class ca.uhn.fhir.model.primitive.BoundCodeDt
Deprecated.
This constructor is provided only for serialization support. Do not call it directly!
BoundCodeDt(IValueSetEnumBinder<T>) - Constructor for class ca.uhn.fhir.model.primitive.BoundCodeDt
 
BoundCodeDt(IValueSetEnumBinder<T>, T) - Constructor for class ca.uhn.fhir.model.primitive.BoundCodeDt
 
Bundle - Class in ca.uhn.fhir.model.api
 
Bundle() - Constructor for class ca.uhn.fhir.model.api.Bundle
 
BundleEntry - Class in ca.uhn.fhir.model.api
 
BundleEntry() - Constructor for class ca.uhn.fhir.model.api.BundleEntry
 
BundleEntrySearchModeEnum - Enum in ca.uhn.fhir.model.valueset
 
BundleEntryTransactionMethodEnum - Enum in ca.uhn.fhir.model.valueset
This Enum is only used to support using the DSTU1 Bundle structure (ca.uhn.fhir.model.api.Bundle) on a DSTU2 server.
BundleInclusionRule - Enum in ca.uhn.fhir.rest.server
Created by Bill de Beaubien on 3/4/2015.
BundleProviders - Class in ca.uhn.fhir.rest.server
Utility methods for working with IBundleProvider
BundleTypeEnum - Enum in ca.uhn.fhir.model.valueset
 
byUrl(String) - Method in interface ca.uhn.fhir.rest.gclient.IGetPage
Load a page of results using the a given URL and return a DSTU1 Atom bundle
byUrl(String) - Method in interface ca.uhn.fhir.rest.gclient.IUntypedQuery
Perform a search directly by URL.

C

ca.uhn.fhir.context - package ca.uhn.fhir.context
 
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.dstu.valueset - package ca.uhn.fhir.model.dstu.valueset
 
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.rest.annotation - package ca.uhn.fhir.rest.annotation
 
ca.uhn.fhir.rest.api - package ca.uhn.fhir.rest.api
 
ca.uhn.fhir.rest.client - package ca.uhn.fhir.rest.client
 
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.client.interceptor - package ca.uhn.fhir.rest.client.interceptor
 
ca.uhn.fhir.rest.gclient - package ca.uhn.fhir.rest.gclient
 
ca.uhn.fhir.rest.method - package ca.uhn.fhir.rest.method
 
ca.uhn.fhir.rest.param - package ca.uhn.fhir.rest.param
 
ca.uhn.fhir.rest.server - package ca.uhn.fhir.rest.server
 
ca.uhn.fhir.rest.server.audit - package ca.uhn.fhir.rest.server.audit
 
ca.uhn.fhir.rest.server.exceptions - package ca.uhn.fhir.rest.server.exceptions
 
ca.uhn.fhir.rest.server.interceptor - package ca.uhn.fhir.rest.server.interceptor
 
ca.uhn.fhir.rest.server.servlet - package ca.uhn.fhir.rest.server.servlet
 
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.util.reflection - package ca.uhn.fhir.util.reflection
 
ca.uhn.fhir.validation - package ca.uhn.fhir.validation
 
ca.uhn.fhir.validation.schematron - package ca.uhn.fhir.validation.schematron
 
call() - Method in interface ca.uhn.fhir.util.ICallable
 
CapturingInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
Client interceptor which simply captures request and response objects and stores them so that they can be inspected after a client call has returned
CapturingInterceptor() - Constructor for class ca.uhn.fhir.rest.client.interceptor.CapturingInterceptor
 
CHARSET_NAME_UTF8 - Static variable in class ca.uhn.fhir.rest.server.Constants
 
CHARSET_UTF8 - Static variable in class ca.uhn.fhir.rest.server.Constants
 
CHARSET_UTF8_CTSUFFIX - Static variable in class ca.uhn.fhir.rest.server.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.
clear() - Method in class ca.uhn.fhir.model.api.TagList
 
clear() - Method in class ca.uhn.fhir.rest.client.interceptor.CapturingInterceptor
Clear the last request and response values
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.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
CodeableConceptElement - Annotation Type in ca.uhn.fhir.model.api
 
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
CollectionBinder - Class in ca.uhn.fhir.rest.param
 
CollectionBinder() - Constructor for class ca.uhn.fhir.rest.param.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
 
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) - Constructor for class ca.uhn.fhir.parser.BaseParser.CompositeChildElement
 
CompositeChildElement(RuntimeResourceDefinition) - Constructor for class ca.uhn.fhir.parser.BaseParser.CompositeChildElement
 
compositeChildIterator(List<? extends BaseRuntimeChildDefinition>, boolean, BaseParser.CompositeChildElement) - 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() - 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.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
 
configureResponseParser(RequestDetails, IParser) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
 
conformance() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
conformance() - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Deprecated.
ConformanceMethodBinding - Class in ca.uhn.fhir.rest.method
 
ConformanceMethodBinding(Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.method.ConformanceMethodBinding
 
Constants - Class in ca.uhn.fhir.rest.server
 
Constants() - Constructor for class ca.uhn.fhir.rest.server.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
 
containResourcesForEncoding(IBaseResource) - Method in class ca.uhn.fhir.parser.BaseParser
 
contains(Object) - Method in class ca.uhn.fhir.model.api.TagList
 
containsAll(Collection<?>) - Method in class ca.uhn.fhir.model.api.TagList
 
convertIdToType(IIdType, Class<? extends IIdType>) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
CookieInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
HTTP interceptor to be used for adding Cookie to requests.
CookieInterceptor(String) - Constructor for class ca.uhn.fhir.rest.client.interceptor.CookieInterceptor
 
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.
CountParameter - Class in ca.uhn.fhir.rest.method
 
CountParameter() - Constructor for class ca.uhn.fhir.rest.method.CountParameter
 
CoverageIgnore - Annotation Type in ca.uhn.fhir.util
 
Create - Annotation Type in ca.uhn.fhir.rest.annotation
 
create() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
create(IBaseResource) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
create() - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Fluent method for the "create" operation, which creates a new resource instance on the server
create(IBaseResource) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Deprecated.
Use fluent method instead. This method will be removed.
create(TagList) - Static method in class ca.uhn.fhir.rest.method.ParseAction
 
create(IBaseResource) - Static method in class ca.uhn.fhir.rest.method.ParseAction
 
createAbsoluteReadInvocation(IIdType) - Static method in class ca.uhn.fhir.rest.method.ReadMethodBinding
 
createAbsoluteVReadInvocation(IIdType) - Static method in class ca.uhn.fhir.rest.method.ReadMethodBinding
 
createAppropriateParserForParsingResponse(String, Reader, int) - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
createAppropriateParserForParsingServerRequest(RequestDetails) - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
createClientInvocation(Object[], IResource) - Method in class ca.uhn.fhir.rest.method.CreateMethodBinding
 
createClientInvocation(Object[], IResource) - Method in class ca.uhn.fhir.rest.method.DeleteMethodBinding
 
createClientInvocation(Object[], IResource) - Method in class ca.uhn.fhir.rest.method.UpdateMethodBinding
 
createClientInvocation(Object[], IResource) - Method in class ca.uhn.fhir.rest.method.ValidateMethodBindingDstu1
 
createConfiguration() - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
createConformanceInvocation() - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
createCreateInvocation(IBaseResource, FhirContext) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
createCreateInvocation(IBaseResource, String, String, FhirContext) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
createCreateInvocation(IBaseResource, String, String, FhirContext, Map<String, List<String>>) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
createCreateInvocation(IBaseResource, String, String, FhirContext, String) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
createDeleteInvocation(IIdType) - Static method in class ca.uhn.fhir.rest.method.DeleteMethodBinding
 
createDeleteInvocation(String) - Static method in class ca.uhn.fhir.rest.method.DeleteMethodBinding
 
createDeleteInvocation(String, Map<String, List<String>>) - Static method in class ca.uhn.fhir.rest.method.DeleteMethodBinding
 
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
 
createExtraParams() - Method in class ca.uhn.fhir.rest.client.BaseClient
 
createHistoryInvocation(String, String, IPrimitiveType<Date>, Integer) - Static method in class ca.uhn.fhir.rest.method.HistoryMethodBinding
 
createJarLogger() - Static method in class ca.uhn.fhir.util.jar.DependencyLogFactory
 
CreateMethodBinding - Class in ca.uhn.fhir.rest.method
 
CreateMethodBinding(Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.method.CreateMethodBinding
 
createOperationInvocation(FhirContext, String, String, String, IBaseParameters, boolean) - Static method in class ca.uhn.fhir.rest.method.OperationMethodBinding
 
createPagingLink(Set<Include>, String, String, int, int, EncodingEnum, boolean, BundleTypeEnum) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
 
createParametersForServerRequest(RequestDetails) - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
createReaderFromResponse(HttpResponse) - Static method in class ca.uhn.fhir.rest.client.BaseClient
 
createReadInvocation(IIdType, String) - Static method in class ca.uhn.fhir.rest.method.ReadMethodBinding
 
createRequest(StringBuilder, AbstractHttpEntity) - Method in class ca.uhn.fhir.rest.method.HttpPostClientInvocation
 
createRequest(StringBuilder, AbstractHttpEntity) - Method in class ca.uhn.fhir.rest.method.HttpPutClientInvocation
 
createRequestReader(RequestDetails, Charset) - Static method in class ca.uhn.fhir.rest.param.ResourceParameter
 
createRequestReader(RequestDetails) - Static method in class ca.uhn.fhir.rest.param.ResourceParameter
 
createSearchInvocation(FhirContext, String, Map<String, List<String>>, IdDt, String, SearchStyleEnum) - Static method in class ca.uhn.fhir.rest.method.SearchMethodBinding
 
createSearchInvocation(String, Map<String, List<String>>) - Static method in class ca.uhn.fhir.rest.method.SearchMethodBinding
 
createServerConformanceProvider(RestfulServer) - Method in interface ca.uhn.fhir.model.api.IFhirVersion
 
createServerProfilesProvider(RestfulServer) - Method in interface ca.uhn.fhir.model.api.IFhirVersion
 
createTransactionInvocation(Bundle, FhirContext) - Static method in class ca.uhn.fhir.rest.method.TransactionMethodBinding
 
createTransactionInvocation(IBaseBundle, FhirContext) - Static method in class ca.uhn.fhir.rest.method.TransactionMethodBinding
 
createTransactionInvocation(List<? extends IBaseResource>, FhirContext) - Static method in class ca.uhn.fhir.rest.method.TransactionMethodBinding
 
createTransactionInvocation(String, FhirContext) - Static method in class ca.uhn.fhir.rest.method.TransactionMethodBinding
 
createUpdateInvocation(FhirContext, IBaseResource, String, Map<String, List<String>>) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
createUpdateInvocation(FhirContext, IBaseResource, String, String) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
createUpdateInvocation(IBaseResource, String, IIdType, FhirContext) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
createValidateInvocation(IBaseResource, IdDt, FhirContext) - Static method in class ca.uhn.fhir.rest.method.ValidateMethodBindingDstu1
 
createValidateInvocation(FhirContext, IBaseResource) - Static method in class ca.uhn.fhir.rest.method.ValidateMethodBindingDstu2
 
createVReadInvocation(IIdType, String) - Static method in class ca.uhn.fhir.rest.method.ReadMethodBinding
 
createXmlFragmentWriter(Writer) - Static method in class ca.uhn.fhir.util.XmlUtil
 
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_ATOM_XML - Static variable in class ca.uhn.fhir.rest.server.Constants
 
CT_FHIR_JSON - Static variable in class ca.uhn.fhir.rest.server.Constants
 
CT_FHIR_XML - Static variable in class ca.uhn.fhir.rest.server.Constants
 
CT_HTML - Static variable in class ca.uhn.fhir.rest.server.Constants
 
CT_HTML_WITH_UTF8 - Static variable in class ca.uhn.fhir.rest.server.Constants
 
CT_JSON - Static variable in class ca.uhn.fhir.rest.server.Constants
 
CT_OCTET_STREAM - Static variable in class ca.uhn.fhir.rest.server.Constants
 
CT_TEXT - Static variable in class ca.uhn.fhir.rest.server.Constants
 
CT_TEXT_WITH_UTF8 - Static variable in class ca.uhn.fhir.rest.server.Constants
 
CT_XML - Static variable in class ca.uhn.fhir.rest.server.Constants
 
CustomThymeleafNarrativeGenerator - Class in ca.uhn.fhir.narrative
 
CustomThymeleafNarrativeGenerator(String...) - Constructor for class ca.uhn.fhir.narrative.CustomThymeleafNarrativeGenerator
Create a new narrative generator

D

DataFormatException - Exception in ca.uhn.fhir.parser
 
DataFormatException() - Constructor for exception ca.uhn.fhir.parser.DataFormatException
 
DataFormatException(String) - Constructor for exception ca.uhn.fhir.parser.DataFormatException
 
DataFormatException(String, Throwable) - Constructor for exception ca.uhn.fhir.parser.DataFormatException
 
DataFormatException(Throwable) - Constructor for exception ca.uhn.fhir.parser.DataFormatException
 
DatatypeDef - Annotation Type in ca.uhn.fhir.model.api.annotation
Class annotation to note a class which defines a datatype
DatatypeUtil - Class in ca.uhn.fhir.util
 
DatatypeUtil() - Constructor for class ca.uhn.fhir.util.DatatypeUtil
 
DateAndListParam - Class in ca.uhn.fhir.rest.param
 
DateAndListParam() - Constructor for class ca.uhn.fhir.rest.param.DateAndListParam
 
DateClientParam - Class in ca.uhn.fhir.rest.gclient
Date parameter type for use in fluent client interfaces
DateClientParam(String) - Constructor for class ca.uhn.fhir.rest.gclient.DateClientParam
 
DateClientParam.IDateSpecifier - Interface in ca.uhn.fhir.rest.gclient
 
DateDt - Class in ca.uhn.fhir.model.primitive
Represents a FHIR date datatype.
DateDt() - Constructor for class ca.uhn.fhir.model.primitive.DateDt
Constructor
DateDt(Calendar) - Constructor for class ca.uhn.fhir.model.primitive.DateDt
Constructor which accepts a date value and uses the DateDt.DEFAULT_PRECISION for this type.
DateDt(Date) - Constructor for class ca.uhn.fhir.model.primitive.DateDt
Constructor which accepts a date value and uses the DateDt.DEFAULT_PRECISION for this type.
DateDt(Date, TemporalPrecisionEnum) - Constructor for class ca.uhn.fhir.model.primitive.DateDt
Constructor which accepts a date value and a precision value.
DateDt(int, int, int) - Constructor for class ca.uhn.fhir.model.primitive.DateDt
Constructor which accepts a date value and uses the DateDt.DEFAULT_PRECISION for this type.
DateDt(String) - Constructor for class ca.uhn.fhir.model.primitive.DateDt
Constructor which accepts a date as a string in FHIR format
DateOrListParam - Class in ca.uhn.fhir.rest.param
 
DateOrListParam() - Constructor for class ca.uhn.fhir.rest.param.DateOrListParam
 
DateParam - Class in ca.uhn.fhir.rest.param
 
DateParam() - Constructor for class ca.uhn.fhir.rest.param.DateParam
Constructor
DateParam(QuantityCompararatorEnum, Date) - Constructor for class ca.uhn.fhir.rest.param.DateParam
Constructor
DateParam(QuantityCompararatorEnum, DateTimeDt) - Constructor for class ca.uhn.fhir.rest.param.DateParam
Constructor
DateParam(QuantityCompararatorEnum, IPrimitiveType<Date>) - Constructor for class ca.uhn.fhir.rest.param.DateParam
Constructor
DateParam(QuantityCompararatorEnum, long) - Constructor for class ca.uhn.fhir.rest.param.DateParam
Constructor
DateParam(QuantityCompararatorEnum, String) - Constructor for class ca.uhn.fhir.rest.param.DateParam
Constructor
DateParam(String) - Constructor for class ca.uhn.fhir.rest.param.DateParam
Constructor which takes a complete [qualifier]{date} string.
DateRangeParam - Class in ca.uhn.fhir.rest.param
 
DateRangeParam() - Constructor for class ca.uhn.fhir.rest.param.DateRangeParam
Basic constructor.
DateRangeParam(Date, Date) - Constructor for class ca.uhn.fhir.rest.param.DateRangeParam
Constructor which takes two Dates representing the lower and upper bounds of the range (inclusive on both ends)
DateRangeParam(DateParam) - Constructor for class ca.uhn.fhir.rest.param.DateRangeParam
Sets the range from a single date param.
DateRangeParam(DateTimeDt, DateTimeDt) - Constructor for class ca.uhn.fhir.rest.param.DateRangeParam
Constructor which takes two Dates representing the lower and upper bounds of the range (inclusive on both ends)
DateRangeParam(IPrimitiveType<Date>, IPrimitiveType<Date>) - Constructor for class ca.uhn.fhir.rest.param.DateRangeParam
Constructor which takes two Dates representing the lower and upper bounds of the range (inclusive on both ends)
DateRangeParam(String, String) - Constructor for class ca.uhn.fhir.rest.param.DateRangeParam
Constructor which takes two strings representing the lower and upper bounds of the range (inclusive on both ends)
DateTimeDt - Class in ca.uhn.fhir.model.primitive
Represents a FHIR dateTime datatype.
DateTimeDt() - Constructor for class ca.uhn.fhir.model.primitive.DateTimeDt
Constructor
DateTimeDt(Date) - Constructor for class ca.uhn.fhir.model.primitive.DateTimeDt
Create a new DateTimeDt with seconds precision and the local time zone
DateTimeDt(Date, TemporalPrecisionEnum) - Constructor for class ca.uhn.fhir.model.primitive.DateTimeDt
Constructor which accepts a date value and a precision value.
DateTimeDt(String) - Constructor for class ca.uhn.fhir.model.primitive.DateTimeDt
Create a new instance using a string date/time
DateTimeDt(Date, TemporalPrecisionEnum, TimeZone) - Constructor for class ca.uhn.fhir.model.primitive.DateTimeDt
Constructor which accepts a date value, precision value, and time zone.
day(Date) - Method in interface ca.uhn.fhir.rest.gclient.DateClientParam.IDateSpecifier
 
day(String) - Method in interface ca.uhn.fhir.rest.gclient.DateClientParam.IDateSpecifier
 
DecimalDt - Class in ca.uhn.fhir.model.primitive
 
DecimalDt() - Constructor for class ca.uhn.fhir.model.primitive.DecimalDt
Constructor
DecimalDt(BigDecimal) - Constructor for class ca.uhn.fhir.model.primitive.DecimalDt
Constructor
DecimalDt(double) - Constructor for class ca.uhn.fhir.model.primitive.DecimalDt
Constructor
DecimalDt(long) - Constructor for class ca.uhn.fhir.model.primitive.DecimalDt
Constructor
DecimalDt(String) - Constructor for class ca.uhn.fhir.model.primitive.DecimalDt
Constructor
DEFAULT_CONNECT_TIMEOUT - Static variable in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
DEFAULT_CONNECTION_REQUEST_TIMEOUT - Static variable in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
DEFAULT_ETAG_SUPPORT - Static variable in class ca.uhn.fhir.rest.server.RestfulServer
DEFAULT_POOL_MAX - Static variable in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Default value for ()
DEFAULT_POOL_MAX_PER_ROUTE - Static variable in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
DEFAULT_PRECISION - Static variable in class ca.uhn.fhir.model.primitive.DateDt
The default precision for this type
DEFAULT_PRECISION - Static variable in class ca.uhn.fhir.model.primitive.DateTimeDt
The default precision for this type
DEFAULT_PRECISION - Static variable in class ca.uhn.fhir.model.primitive.InstantDt
The default precision for this type
DEFAULT_RESPONSE_HEADER_NAME - Static variable in class ca.uhn.fhir.rest.server.interceptor.RequestValidatingInterceptor
X-HAPI-Request-Validation
DEFAULT_RESPONSE_HEADER_NAME - Static variable in class ca.uhn.fhir.rest.server.interceptor.ResponseValidatingInterceptor
X-HAPI-Request-Validation
DEFAULT_SERVER_VALIDATION_MODE - Static variable in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
DEFAULT_SOCKET_TIMEOUT - Static variable in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
defaultOrder(IParam) - Method in interface ca.uhn.fhir.rest.gclient.ISort
 
DefaultThymeleafNarrativeGenerator - Class in ca.uhn.fhir.narrative
 
DefaultThymeleafNarrativeGenerator() - Constructor for class ca.uhn.fhir.narrative.DefaultThymeleafNarrativeGenerator
 
Delete - Annotation Type in ca.uhn.fhir.rest.annotation
RESTful method annotation to be used for the FHIR delete method.
delete() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
delete(Class<? extends IBaseResource>, IdDt) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
delete(Class<? extends IBaseResource>, String) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
delete() - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Fluent method for the "delete" operation, which performs a logical delete on a server resource
delete(Class<? extends IBaseResource>, IdDt) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Deprecated.
delete(Class<? extends IBaseResource>, String) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Deprecated.
delete() - Method in interface ca.uhn.fhir.rest.gclient.IMeta
Delete the elements in the given metadata to the
DELETED_AT - Static variable in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
If present and populated with a date/time (as an instance of InstantDt), this value is an indication that the resource is in the deleted state.
DeleteMethodBinding - Class in ca.uhn.fhir.rest.method
 
DeleteMethodBinding(Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.method.DeleteMethodBinding
 
DeleteTags - Annotation Type in ca.uhn.fhir.rest.annotation
RESTful method annotation to be used for the FHIR Tag Operations which have to do with deleting tags.
DeleteTagsMethodBinding - Class in ca.uhn.fhir.rest.method
 
DeleteTagsMethodBinding(Method, FhirContext, Object, DeleteTags) - Constructor for class ca.uhn.fhir.rest.method.DeleteTagsMethodBinding
 
DependencyLogFactory - Class in ca.uhn.fhir.util.jar
 
DependencyLogFactory() - Constructor for class ca.uhn.fhir.util.jar.DependencyLogFactory
 
DependencyLogImpl - Class in ca.uhn.fhir.util.jar
 
DependencyLogImpl() - Constructor for class ca.uhn.fhir.util.jar.DependencyLogImpl
 
descending(IParam) - Method in interface ca.uhn.fhir.rest.gclient.ISort
 
Description - Annotation Type in ca.uhn.fhir.model.api.annotation
Annotation which may be placed on a resource/datatype definition, or a field, or a search parameter definition in order to provide documentation for that item.
Destroy - Annotation Type in ca.uhn.fhir.rest.annotation
ResourceProvider methods tagged with Destroy will be invoked when the RestfulServer is shut down.
destroy() - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
detectEncoding(String) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
detectEncodingNoDefault(String) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
determineReferenceText(IBaseReference) - Method in class ca.uhn.fhir.parser.BaseParser
 
determineRequestCharset(RequestDetails) - Static method in class ca.uhn.fhir.rest.param.ResourceParameter
 
determineRequestEncoding(RequestDetails) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
 
determineRequestEncodingNoDefault(RequestDetails) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
 
determineResourceBaseUrl(String, BundleEntry) - Method in class ca.uhn.fhir.parser.BaseParser
 
determineResourceMethod(RequestDetails, String) - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
determineResponseEncodingNoDefault(RequestDetails, EncodingEnum) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
Returns null if the request doesn't express that it wants FHIR.
determineResponseEncodingWithDefault(RequestDetails) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
Determine whether a response should be given in JSON or XML format based on the incoming HttpServletRequest's "_format" parameter and "Accept:" HTTP header.
determineServerBase(ServletContext, HttpServletRequest) - Method in class ca.uhn.fhir.rest.server.ApacheProxyAddressStrategy
 
determineServerBase(ServletContext, HttpServletRequest) - Method in class ca.uhn.fhir.rest.server.HardcodedServerAddressStrategy
 
determineServerBase(ServletContext, HttpServletRequest) - Method in class ca.uhn.fhir.rest.server.IncomingRequestAddressStrategy
 
determineServerBase(ServletContext, HttpServletRequest) - Method in interface ca.uhn.fhir.rest.server.IServerAddressStrategy
Determine the server base for a given request
determineServletContextPath(HttpServletRequest, RestfulServer) - Static method in class ca.uhn.fhir.rest.server.IncomingRequestAddressStrategy
Determines the servlet's context path.
determineSummaryMode(RequestDetails) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
doEncodeBundleToWriter(Bundle, Writer) - Method in class ca.uhn.fhir.parser.BaseParser
 
doEncodeBundleToWriter(Bundle, Writer) - Method in class ca.uhn.fhir.parser.JsonParser
 
doEncodeBundleToWriter(Bundle, Writer) - Method in class ca.uhn.fhir.parser.XmlParser
 
doEncodeResourceToWriter(IBaseResource, Writer) - Method in class ca.uhn.fhir.parser.BaseParser
 
doEncodeResourceToWriter(IBaseResource, Writer) - Method in class ca.uhn.fhir.parser.JsonParser
 
doEncodeResourceToWriter(IBaseResource, Writer) - Method in class ca.uhn.fhir.parser.XmlParser
 
doesCodingListMatch(List<? extends BaseCodingDt>) - Method in class ca.uhn.fhir.rest.param.TokenOrListParam
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
doParseResource(Class<T>, Reader) - Method in class ca.uhn.fhir.parser.BaseParser
 
doParseResource(Class<T>, Reader) - Method in class ca.uhn.fhir.parser.JsonParser
 
doParseResource(Class<T>, Reader) - Method in class ca.uhn.fhir.parser.XmlParser
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
DynamicSearchMethodBinding - Class in ca.uhn.fhir.rest.method
 
DynamicSearchMethodBinding(Class<? extends IBaseResource>, Method, FhirContext, IDynamicSearchResourceProvider) - Constructor for class ca.uhn.fhir.rest.method.DynamicSearchMethodBinding
 
DynamicSearchParameter - Class in ca.uhn.fhir.rest.method
 
DynamicSearchParameter(IDynamicSearchResourceProvider) - Constructor for class ca.uhn.fhir.rest.method.DynamicSearchParameter
 

E

ELEMENT_NAME - Static variable in class ca.uhn.fhir.model.api.TagList
 
ELEMENT_NAME_LC - Static variable in class ca.uhn.fhir.model.api.TagList
 
Elements - Annotation Type in ca.uhn.fhir.rest.annotation
On a method which returns resource(s), a parameter of type Set<String> with this annotation will be passed the contents of the _elements parameter
ElementsParameter - Class in ca.uhn.fhir.rest.method
 
ElementsParameter() - Constructor for class ca.uhn.fhir.rest.method.ElementsParameter
 
elementsSubset(String...) - Method in interface ca.uhn.fhir.rest.gclient.IClientExecutable
Request that the server return subsetted resources, containing only the elements specified in the given parameters.
ElementUtil - Class in ca.uhn.fhir.util
 
ElementUtil() - Constructor for class ca.uhn.fhir.util.ElementUtil
 
encode(T) - Method in class ca.uhn.fhir.model.api.BasePrimitive
Subclasses must override to convert a "coerced" value into an encoded one.
encode(byte[]) - Method in class ca.uhn.fhir.model.primitive.Base64BinaryDt
 
encode(Date) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
 
encode(Boolean) - Method in class ca.uhn.fhir.model.primitive.BooleanDt
 
encode(String) - Method in class ca.uhn.fhir.model.primitive.CodeDt
 
encode(BigDecimal) - Method in class ca.uhn.fhir.model.primitive.DecimalDt
 
encode(Integer) - Method in class ca.uhn.fhir.model.primitive.IntegerDt
 
encode(String) - Method in class ca.uhn.fhir.model.primitive.StringDt
 
encode(String) - Method in class ca.uhn.fhir.model.primitive.UriDt
 
encode(List<XMLEvent>) - Method in class ca.uhn.fhir.model.primitive.XhtmlDt
 
encode(FhirContext, Object) - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
encode(FhirContext, Object) - Method in class ca.uhn.fhir.rest.param.BaseQueryParameter
 
encodeBundleToString(Bundle) - Method in class ca.uhn.fhir.parser.BaseParser
 
encodeBundleToString(Bundle) - Method in interface ca.uhn.fhir.parser.IParser
 
encodeBundleToString(Bundle) - Method in class ca.uhn.fhir.parser.XmlParser
 
encodeBundleToWriter(Bundle, Writer) - Method in class ca.uhn.fhir.parser.BaseParser
 
encodeBundleToWriter(Bundle, Writer) - Method in interface ca.uhn.fhir.parser.IParser
 
encodedJson() - Method in interface ca.uhn.fhir.rest.gclient.IClientExecutable
 
encodedXml() - Method in interface ca.uhn.fhir.rest.gclient.IClientExecutable
 
encodeResourceToString(IBaseResource) - Method in class ca.uhn.fhir.parser.BaseParser
 
encodeResourceToString(IBaseResource) - Method in interface ca.uhn.fhir.parser.IParser
 
encodeResourceToWriter(IBaseResource, Writer) - Method in class ca.uhn.fhir.parser.BaseParser
 
encodeResourceToWriter(IBaseResource, Writer) - Method in interface ca.uhn.fhir.parser.IParser
 
encodeTagListToString(TagList) - Method in class ca.uhn.fhir.parser.BaseParser
 
encodeTagListToString(TagList) - Method in interface ca.uhn.fhir.parser.IParser
Encodes a tag list, as defined in the FHIR Specification.
encodeTagListToWriter(TagList, Writer) - Method in interface ca.uhn.fhir.parser.IParser
Encodes a tag list, as defined in the FHIR Specification.
encodeTagListToWriter(TagList, Writer) - Method in class ca.uhn.fhir.parser.JsonParser
 
encodeTagListToWriter(TagList, Writer) - Method in class ca.uhn.fhir.parser.XmlParser
 
ENCODING_GZIP - Static variable in class ca.uhn.fhir.rest.server.Constants
 
EncodingEnum - Enum in ca.uhn.fhir.rest.server
 
ENTRY_SCORE - Static variable in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
Denotes the search score which a given resource should match in a transaction.
ENTRY_SEARCH_MODE - Static variable in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
If present and populated with a BundleEntrySearchModeEnum, contains the "bundle entry search mode", which is the value of the status field in the Bundle entry containing this resource.
ENTRY_TRANSACTION_METHOD - Static variable in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
If present and populated with a BundleEntryTransactionMethodEnum, contains the "bundle entry transaction operation", which is the value of the status field in the Bundle entry containing this resource.
equals(Object) - Method in class ca.uhn.fhir.model.api.BasePrimitive
 
equals(Object) - Method in class ca.uhn.fhir.model.api.Include
See the note on equality on the class documentation
equals(Object) - Method in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
 
equals(Object) - Method in class ca.uhn.fhir.model.api.Tag
 
equals(Object) - Method in class ca.uhn.fhir.model.api.TagList
 
equals(Object) - Method in class ca.uhn.fhir.model.primitive.IdDt
 
equals(Object) - Method in class ca.uhn.fhir.model.primitive.StringDt
 
equals(Object) - Method in class ca.uhn.fhir.model.primitive.UriDt
 
equals(String) - Method in class ca.uhn.fhir.model.primitive.UriDt
Compares the given string to the string representation of this URI.
equals(Object) - Method in class ca.uhn.fhir.rest.server.ResourceBinding
 
equals(Object, Object) - Static method in class ca.uhn.fhir.util.ObjectUtil
 
equals(Object) - Method in class ca.uhn.fhir.validation.SingleValidationMessage
 
equalsIgnoreBase(IdDt) - Method in class ca.uhn.fhir.model.primitive.IdDt
Returns true if this IdDt matches the given IdDt in terms of resource type and ID, but ignores the URL base
ErrorHandlerAdapter - Class in ca.uhn.fhir.parser
Adapter implementation with NOP implementations of all IParserErrorHandler methods.
ErrorHandlerAdapter() - Constructor for class ca.uhn.fhir.parser.ErrorHandlerAdapter
 
escape(String) - Static method in class ca.uhn.fhir.rest.param.ParameterUtil
Escapes a string according to the rules for parameter escaping specified in the FHIR Specification Escaping Section
escape(String) - Static method in class ca.uhn.fhir.util.UrlUtil
URL encode a value
escapeAndUrlEncode(String) - Static method in class ca.uhn.fhir.rest.param.ParameterUtil
Escapes a string according to the rules for parameter escaping specified in the FHIR Specification Escaping Section
escapedLength(String) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Count length of URL string, but treating unescaped sequences (e.g.
escapeWithDefault(Object) - Static method in class ca.uhn.fhir.rest.param.ParameterUtil
Escapes a string according to the rules for parameter escaping specified in the FHIR Specification Escaping Section
ETagSupportEnum - Enum in ca.uhn.fhir.rest.server
RESTful server behaviour for automatically adding profile tags
exactly() - Method in class ca.uhn.fhir.rest.gclient.DateClientParam
 
exactly() - Method in class ca.uhn.fhir.rest.gclient.NumberClientParam
 
exactly() - Method in class ca.uhn.fhir.rest.gclient.QuantityClientParam
 
exactly() - Method in class ca.uhn.fhir.rest.gclient.TokenClientParam
 
ExceptionHandlingInterceptor - Class in ca.uhn.fhir.rest.server.interceptor
 
ExceptionHandlingInterceptor() - Constructor for class ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor
 
execute() - Method in interface ca.uhn.fhir.rest.gclient.IClientExecutable
 
execute(IParser, Writer) - Method in class ca.uhn.fhir.rest.method.ParseAction
 
Extension - Annotation Type in ca.uhn.fhir.model.api.annotation
Field modifier to be placed on a child field (a field also annotated with the Child annotation) which indicates that this field is an extension.
ExtensionConstants - Class in ca.uhn.fhir.util
 
ExtensionDt - Class in ca.uhn.fhir.model.api
 
ExtensionDt() - Constructor for class ca.uhn.fhir.model.api.ExtensionDt
 
ExtensionDt(boolean) - Constructor for class ca.uhn.fhir.model.api.ExtensionDt
 
ExtensionDt(boolean, String) - Constructor for class ca.uhn.fhir.model.api.ExtensionDt
 
ExtensionDt(boolean, String, IBaseDatatype) - Constructor for class ca.uhn.fhir.model.api.ExtensionDt
 
EXTOP_VALIDATE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
EXTOP_VALIDATE_MODE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
EXTOP_VALIDATE_PROFILE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
EXTOP_VALIDATE_RESOURCE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
extractCountParameter(RequestDetails) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
 
extractDescription(SearchParameter, Annotation[]) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
extractMetadataListNotNull(IResource, ResourceMetadataKeyEnum<List<T>>) - Static method in class ca.uhn.fhir.parser.BaseParser
 
extractQualifiersFromParameterName(String) - Static method in class ca.uhn.fhir.rest.method.SearchMethodBinding
 

F

fetchConformance() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
fetchConformance() - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Retrieves the server's conformance statement
fetchResourceFromUrl(Class<T>, String) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClient
Retrieve the contents at the given URL and parse them as a resource.
fetchResourceFromUrl(Class<T>, String) - Method in class ca.uhn.fhir.rest.client.BaseClient
 
FhirClientConnectionException - Exception in ca.uhn.fhir.rest.client.exceptions
Represents a failure by the HAPI FHIR Client to successfully communicate with a FHIR server, because of IO failures, incomprehensible response, etc.
FhirClientConnectionException(Throwable) - Constructor for exception ca.uhn.fhir.rest.client.exceptions.FhirClientConnectionException
 
FhirClientConnectionException(String, Throwable) - Constructor for exception ca.uhn.fhir.rest.client.exceptions.FhirClientConnectionException
 
FhirClientConnectionException(String) - Constructor for exception ca.uhn.fhir.rest.client.exceptions.FhirClientConnectionException
 
FhirClientInappropriateForServerException - Exception in ca.uhn.fhir.rest.client.exceptions
This exception will be thrown by FHIR clients if the client attempts to communicate with a server which is a valid FHIR server but is incompatible with this client for some reason.
FhirClientInappropriateForServerException(Throwable) - Constructor for exception ca.uhn.fhir.rest.client.exceptions.FhirClientInappropriateForServerException
 
FhirClientInappropriateForServerException(String, Throwable) - Constructor for exception ca.uhn.fhir.rest.client.exceptions.FhirClientInappropriateForServerException
 
FhirClientInappropriateForServerException(String) - Constructor for exception ca.uhn.fhir.rest.client.exceptions.FhirClientInappropriateForServerException
 
FhirContext - Class in ca.uhn.fhir.context
The FHIR context is the central starting point for the use of the HAPI FHIR API.
FhirContext() - Constructor for class ca.uhn.fhir.context.FhirContext
Default constructor.
FhirContext(Class<? extends IBaseResource>) - Constructor for class ca.uhn.fhir.context.FhirContext
 
FhirContext(Class<?>...) - Constructor for class ca.uhn.fhir.context.FhirContext
 
FhirContext(Collection<Class<? extends IBaseResource>>) - Constructor for class ca.uhn.fhir.context.FhirContext
 
FhirContext(FhirVersionEnum) - Constructor for class ca.uhn.fhir.context.FhirContext
 
FhirTerser - Class in ca.uhn.fhir.util
 
FhirTerser(FhirContext) - Constructor for class ca.uhn.fhir.util.FhirTerser
 
FhirValidator - Class in ca.uhn.fhir.validation
Resource validator, which checks resources for compliance against various validation schemes (schemas, schematrons, profiles, etc.)
FhirValidator(FhirContext) - Constructor for class ca.uhn.fhir.validation.FhirValidator
Constructor (this should not be called directly, but rather FhirContext.newValidator() should be called to obtain an instance of FhirValidator)
FhirVersionEnum - Enum in ca.uhn.fhir.context
 
FieldListMutator() - Constructor for class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition.FieldListMutator
 
FieldPlainMutator() - Constructor for class ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition.FieldPlainMutator
 
FifoMemoryPagingProvider - Class in ca.uhn.fhir.rest.server
 
FifoMemoryPagingProvider(int) - Constructor for class ca.uhn.fhir.rest.server.FifoMemoryPagingProvider
 
findAccessor(Class<?>, Class<?>, String) - Static method in class ca.uhn.fhir.util.BeanUtils
 
findAccessor(Class<?>, Class<?>, String) - Method in interface ca.uhn.fhir.util.reflection.IBeanUtils
 
findAccessor(Class<?>, Class<?>, String) - Method in class ca.uhn.fhir.util.reflection.JavaBeansBeanUtil
 
findAccessor(Class<?>, Class<?>, String) - Method in class ca.uhn.fhir.util.reflection.JavaReflectBeanUtil
 
findConditionalOperationParameterIndex(Method) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
findFreePort() - Static method in class ca.uhn.fhir.util.PortUtil
This is really only used for unit tests but is included in the library so it can be reused across modules.
findIdParameterIndex(Method, FhirContext) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
findMutator(Class<?>, Class<?>, String) - Static method in class ca.uhn.fhir.util.BeanUtils
 
findMutator(Class<?>, Class<?>, String) - Method in interface ca.uhn.fhir.util.reflection.IBeanUtils
 
findMutator(Class<?>, Class<?>, String) - Method in class ca.uhn.fhir.util.reflection.JavaBeansBeanUtil
 
findMutator(Class<?>, Class<?>, String) - Method in class ca.uhn.fhir.util.reflection.JavaReflectBeanUtil
 
findParamAnnotationIndex(Method, Class<?>) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
findTagListParameterIndex(Method) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
findVersionIdParameterIndex(Method) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
fixContainedResourceId(String) - Method in class ca.uhn.fhir.parser.BaseParser
 
flush() - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
flush() - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
forAllResources() - Method in interface ca.uhn.fhir.rest.gclient.IUntypedQuery
 
ForbiddenOperationException - Exception in ca.uhn.fhir.rest.server.exceptions
This Represents an HTTP 403 Forbidden response, which generally indicates one of two conditions: Authentication was provided, but the authenticated user is not permitted to perform the requested operation. The operation is forbidden to all users.
ForbiddenOperationException(String) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ForbiddenOperationException
 
ForbiddenOperationException(String, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ForbiddenOperationException
Constructor
forBundle(FhirContext, Bundle) - Static method in class ca.uhn.fhir.validation.ValidationContext
 
forceConformanceCheck() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
forceConformanceCheck() - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Force the client to fetch the server's conformance statement and validate that it is appropriate for this client.
forCode(String) - Method in enum ca.uhn.fhir.model.dstu.valueset.QuantityCompararatorEnum
Returns the enumerated value associated with this code
forCode(String) - Method in enum ca.uhn.fhir.model.dstu.valueset.SecurityEventObjectSensitivityEnum
Returns the enumerated value associated with this code
forCode(String) - Method in enum ca.uhn.fhir.model.dstu.valueset.SecurityEventObjectTypeEnum
Returns the enumerated value associated with this code
forCode(String) - Method in enum ca.uhn.fhir.model.valueset.BundleEntrySearchModeEnum
Returns the enumerated value associated with this code
forCode(String) - Method in enum ca.uhn.fhir.model.valueset.BundleEntryTransactionMethodEnum
Returns the enumerated value associated with this code
forCode(String) - Method in enum ca.uhn.fhir.model.valueset.BundleTypeEnum
Returns the enumerated value associated with this code
forCode(String) - Method in enum ca.uhn.fhir.rest.api.RestOperationTypeEnum
Returns the enumerated value associated with this code
forCode(String) - Method in enum ca.uhn.fhir.rest.method.RestSearchParameterTypeEnum
Returns the enumerated value associated with this code
forContentType(String) - Static method in enum ca.uhn.fhir.rest.server.EncodingEnum
 
forDstu1() - Static method in class ca.uhn.fhir.context.FhirContext
Creates and returns a new FhirContext with version FhirVersionEnum.DSTU1
forDstu2() - Static method in class ca.uhn.fhir.context.FhirContext
Creates and returns a new FhirContext with version DSTU 2
forDstu2Hl7Org() - Static method in class ca.uhn.fhir.context.FhirContext
 
forDstu3() - Static method in class ca.uhn.fhir.context.FhirContext
Creates and returns a new FhirContext with version DSTU 3
forHttp() - Static method in class ca.uhn.fhir.rest.server.ApacheProxyAddressStrategy
 
forHttps() - Static method in class ca.uhn.fhir.rest.server.ApacheProxyAddressStrategy
 
FORMAT_JSON - Static variable in class ca.uhn.fhir.rest.server.Constants
 
FORMAT_VAL_JSON - Static variable in class ca.uhn.fhir.rest.server.Constants
 
FORMAT_VAL_TO_ENCODING - Static variable in class ca.uhn.fhir.rest.server.Constants
 
FORMAT_VAL_XML - Static variable in class ca.uhn.fhir.rest.server.Constants
 
FORMAT_XML - Static variable in class ca.uhn.fhir.rest.server.Constants
 
forResource(Class<? extends IBaseResource>) - Method in interface ca.uhn.fhir.rest.gclient.IGetTags
 
forResource(Class<? extends IBaseResource>, String) - Method in interface ca.uhn.fhir.rest.gclient.IGetTags
 
forResource(Class<? extends IBaseResource>, String, String) - Method in interface ca.uhn.fhir.rest.gclient.IGetTags
 
forResource(String) - Method in interface ca.uhn.fhir.rest.gclient.IUntypedQuery
 
forResource(Class<? extends IBaseResource>) - Method in interface ca.uhn.fhir.rest.gclient.IUntypedQuery
 
forResource(FhirContext, T) - Static method in class ca.uhn.fhir.validation.ValidationContext
 
forText(FhirContext, String) - Static method in class ca.uhn.fhir.validation.ValidationContext
 
forValue(String) - Static method in enum ca.uhn.fhir.rest.param.TokenParamModifier
 
forwardedServerBase(ServletContext, HttpServletRequest, String) - Method in class ca.uhn.fhir.rest.server.ApacheProxyAddressStrategy
 
fromCode(String) - Static method in enum ca.uhn.fhir.rest.api.SummaryEnum
 
fromCode(String) - Static method in enum ca.uhn.fhir.validation.ResultSeverityEnum
 
fromCode(String) - Method in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory
Read an enumeration value from the string that represents it on the XML or JSON
fromCodeString(String) - Method in interface ca.uhn.fhir.model.api.IValueSetEnumBinder
 
fromCodeString(String, String) - Method in interface ca.uhn.fhir.model.api.IValueSetEnumBinder
 
fromHeaderValue(String) - Static method in enum ca.uhn.fhir.rest.api.PreferReturnEnum
 
fromInstant(Class<?>, InstantDt) - Static method in class ca.uhn.fhir.rest.param.ParameterUtil
 
fromInteger(Class<?>, IntegerDt) - Static method in class ca.uhn.fhir.rest.param.ParameterUtil
 
fromOid(String) - Static method in class ca.uhn.fhir.model.primitive.UriDt
Creates a new UriDt instance which uses the given OID as the content (and prepends "urn:oid:" to the OID string in the value of the newly created UriDt, per the FHIR specification).
fromResource(IIdType) - Method in interface ca.uhn.fhir.rest.gclient.IMetaGetUnsourced
Get the meta from a resource instance by ID.
fromServer() - Method in interface ca.uhn.fhir.rest.gclient.IMetaGetUnsourced
 
fromType(String) - Method in interface ca.uhn.fhir.rest.gclient.IMetaGetUnsourced
 

G

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
 
GenericClient - Class in ca.uhn.fhir.rest.client
 
GenericClient(FhirContext, HttpClient, String, RestfulClientFactory) - Constructor for class ca.uhn.fhir.rest.client.GenericClient
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
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(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
 
getAddProfileTag() - Method in interface ca.uhn.fhir.rest.server.IRestfulServerDefaults
 
getAddProfileTag() - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
getAllowableParamAnnotations() - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
getAllowableParamAnnotations() - Method in class ca.uhn.fhir.rest.method.ReadMethodBinding
 
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
 
getAllPopulatedChildElementsOfType(Class<T>) - Method in interface ca.uhn.fhir.model.api.ICompositeElement
Returns a list containing all child elements matching a given type
getAllPopulatedChildElementsOfType(Class<T>) - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
 
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).
getAssociatedHeaders() - Method in exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
Returns the HTTP headers associated with this exception.
getAssociatedHeaders() - Method in exception ca.uhn.fhir.rest.server.exceptions.MethodNotAllowedException
 
getAuthorName() - Method in class ca.uhn.fhir.model.api.BaseBundle
 
getAuthorUri() - Method in class ca.uhn.fhir.model.api.BaseBundle
 
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 interface org.hl7.fhir.instance.model.api.IIdType
Returns the server base URL if this ID contains one.
getBindableInstantTypes() - Static method in class ca.uhn.fhir.rest.param.ParameterUtil
 
getBindableIntegerTypes() - Static method in class ca.uhn.fhir.rest.param.ParameterUtil
 
getBinder() - Method in class ca.uhn.fhir.model.primitive.BoundCodeDt
 
getBundleContentType() - Method in enum ca.uhn.fhir.rest.server.EncodingEnum
 
getBundleId() - Method in class ca.uhn.fhir.model.api.Bundle
 
getBundleInclusionRule() - Method in interface ca.uhn.fhir.rest.server.IRestfulServer
 
getBundleInclusionRule() - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
getByteStreamRequestContents() - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
getByteStreamRequestContents() - Method in class ca.uhn.fhir.rest.server.servlet.ServletRequestDetails
 
getCalendarConstant() - Method in enum ca.uhn.fhir.model.api.TemporalPrecisionEnum
 
getCategories() - Method in class ca.uhn.fhir.model.api.Bundle
 
getCategories() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
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.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.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
 
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
 
getChildType() - Method in class ca.uhn.fhir.context.RuntimeResourceReferenceDefinition
 
getChoices() - Method in class ca.uhn.fhir.context.RuntimeChildChoiceDefinition
 
getCode() - Method in enum ca.uhn.fhir.model.dstu.valueset.QuantityCompararatorEnum
Returns the code associated with this enumerated value
getCode() - Method in enum ca.uhn.fhir.model.dstu.valueset.SecurityEventObjectSensitivityEnum
Returns the code associated with this enumerated value
getCode() - Method in enum ca.uhn.fhir.model.dstu.valueset.SecurityEventObjectTypeEnum
Returns the code associated with this enumerated value
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.SummaryEnum
 
getCode() - Method in enum ca.uhn.fhir.rest.method.RestSearchParameterTypeEnum
Returns the code associated with this enumerated value
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).
getCodeType() - Method in class ca.uhn.fhir.context.BaseRuntimeChildDatatypeDefinition
 
getComparator() - Method in class ca.uhn.fhir.rest.param.DateParam
Returns the comparator, or null if none has been set
getComparator() - Method in class ca.uhn.fhir.rest.param.NumberParam
 
getComparator() - Method in class ca.uhn.fhir.rest.param.QuantityParam
 
getComparatorElement() - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
Gets the value(s) for comparator (< | <= | >= | > - how to understand the value).
getCompartmentName() - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
getCompleteUrl() - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
getCompositeOf() - Method in class ca.uhn.fhir.context.RuntimeSearchParam
 
getConformanceDate() - Method in class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
Get the conformanceDate
getConnectionRequestTimeout() - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Gets the connection request timeout, in milliseconds.
getConnectionRequestTimeout() - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
getConnectTimeout() - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Gets the connect timeout, in milliseconds.
getConnectTimeout() - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
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 interface org.hl7.fhir.instance.model.api.IBaseBinary
 
getContext() - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
getContext() - Method in class ca.uhn.fhir.rest.method.OperationParameter
 
getContext() - Method in class ca.uhn.fhir.rest.server.interceptor.IServerInterceptor.ActionRequestDetails
 
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.
getDatatype() - Method in class ca.uhn.fhir.context.BaseRuntimeChildDatatypeDefinition
 
getDeclaredExtension(String) - Method in class ca.uhn.fhir.context.BaseRuntimeElementDefinition
 
getDeclaredMethods(Class<?>) - Static method in class ca.uhn.fhir.util.ReflectionUtil
 
getDeclaredTypes() - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
getDef() - Method in class ca.uhn.fhir.parser.BaseParser.CompositeChildElement
 
getDefaultPageSize() - Method in class ca.uhn.fhir.rest.server.FifoMemoryPagingProvider
 
getDefaultPageSize() - Method in interface ca.uhn.fhir.rest.server.IPagingProvider
 
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
getDefaultResponseEncoding() - Method in interface ca.uhn.fhir.rest.server.IRestfulServerDefaults
 
getDefaultResponseEncoding() - Method in class ca.uhn.fhir.rest.server.RestfulServer
Returns the default encoding to return (XML/JSON) if an incoming request does not specify a preference (either with the _format URL parameter, or with an Accept header in the request.
getDefinition(Class<? extends IBaseResource>, String) - Method in class ca.uhn.fhir.util.FhirTerser
 
getDefinitionForResourceType(Class<? extends IResource>) - Method in class ca.uhn.fhir.context.RuntimeResourceReferenceDefinition
 
getDeletedAt() - Method in class ca.uhn.fhir.model.api.BundleEntry
Gets the date/time that thius entry was deleted.
getDeletedByEmail() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
getDeletedByName() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
getDeletedComment() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
getDeletedResourceId() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
getDeletedResourceType() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
getDeletedResourceVersion() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
getDescription() - Method in class ca.uhn.fhir.context.RuntimeSearchParam
 
getDescription() - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding
 
getDescription() - Method in class ca.uhn.fhir.rest.method.SearchMethodBinding
 
getDescription() - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
getDescription() - Method in interface ca.uhn.fhir.rest.server.audit.IResourceAuditor
 
getDescription() - Method in class ca.uhn.fhir.validation.Problem
 
getDescriptionElement() - Method in interface ca.uhn.fhir.model.base.resource.BaseConformance
 
getDetail() - Method in interface ca.uhn.fhir.rest.server.audit.IResourceAuditor
 
getDetailsElement() - Method in class ca.uhn.fhir.model.base.resource.BaseOperationOutcome.BaseIssue
 
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
 
getDstu1Bundle() - Method in class ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding.ResourceOrDstu1Bundle
 
getDstu1Bundle() - Method in interface ca.uhn.fhir.rest.server.IVersionSpecificBundleFactory
 
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.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.
getElementsValueOrNull(RequestDetails) - Static method in class ca.uhn.fhir.rest.method.ElementsParameter
 
getEncodeElements() - Method in class ca.uhn.fhir.parser.BaseParser
getEncodeElements() - Method in interface ca.uhn.fhir.parser.IParser
getEncodeElementsAppliesToResourceTypes() - Method in class ca.uhn.fhir.parser.BaseParser
getEncodeElementsAppliesToResourceTypes() - Method in interface ca.uhn.fhir.parser.IParser
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 class ca.uhn.fhir.rest.client.BaseClient
Returns the encoding that will be used on requests.
getEntries() - Method in class ca.uhn.fhir.model.api.Bundle
 
getErrorHandler() - Method in class ca.uhn.fhir.parser.BaseParser
 
getErrorMessageFormat() - Method in class ca.uhn.fhir.rest.server.interceptor.LoggingInterceptor
Get the log message format to be used when logging exceptions
getETagSupport() - Method in interface ca.uhn.fhir.rest.server.IRestfulServerDefaults
 
getETagSupport() - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
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
 
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
 
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.client.api.IRestfulClient
Returns the FHIR context associated with this client
getFhirContext() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
getFhirContext() - Method in interface ca.uhn.fhir.rest.server.IRestfulServerDefaults
Gets the FhirContext associated with this server.
getFhirContext() - Method in class ca.uhn.fhir.rest.server.RestfulServer
Gets the FhirContext associated with this server.
getFhirContext() - Method in class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
Gets the FhirContext associated with this server.
getFhirContext() - Method in interface ca.uhn.fhir.validation.IValidationContext
 
getFhirServerBase() - Method in class ca.uhn.fhir.rest.method.RequestDetails
The fhir server base url, independant of the query being executed
getFhirVersionElement() - Method in interface ca.uhn.fhir.model.base.resource.BaseConformance
 
getFhirVersionPropertiesFile() - Method in interface ca.uhn.fhir.model.api.IFhirVersion
 
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
 
getFormatContentType() - Method in enum ca.uhn.fhir.rest.server.EncodingEnum
 
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
getHeader(String) - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
getHeader(String) - Method in class ca.uhn.fhir.rest.server.servlet.ServletRequestDetails
 
getHeaders(String) - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
getHeaders() - Method in class ca.uhn.fhir.rest.server.RestfulResponse
Get the http headers
getHeaders(String) - Method in class ca.uhn.fhir.rest.server.servlet.ServletRequestDetails
 
getHeaderValue() - Method in enum ca.uhn.fhir.rest.api.PreferReturnEnum
 
getHttpClient() - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClient
Do not call this method in client code.
getHttpClient() - Method in class ca.uhn.fhir.rest.client.BaseClient
Do not call this method in client code.
getHttpClient() - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Returns the Apache HTTP client instance.
getHttpClient() - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
getId() - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
 
getId() - Method in class ca.uhn.fhir.model.api.BaseBundle
 
getId() - Method in class ca.uhn.fhir.model.api.BaseIdentifiableElement
Deprecated.
Use BaseIdentifiableElement.getElementSpecificId() instead. This method will be removed because it is easily confused with other ID methods (such as patient#getIdentifier)
getId() - Method in class ca.uhn.fhir.model.api.BundleEntry
Deprecated.
Setting IDs on bundle entries is redundant since resources already have an ID field. Instead of providing an ID using this method, set the ID on the resource using IResource.setId(IdDt) or if this entry represents a deleted resource, use BundleEntry.setDeletedResourceId(IdDt).
getId() - Method in interface ca.uhn.fhir.model.api.IIdentifiableElement
Deprecated.
Use IIdentifiableElement.getElementSpecificId() instead. This method will be removed because it is easily confused with other ID methods (such as patient#getIdentifier)
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 class ca.uhn.fhir.rest.method.RequestDetails
 
getId() - Method in class ca.uhn.fhir.rest.server.interceptor.IServerInterceptor.ActionRequestDetails
Returns the ID of the incoming request (typically this is from the request URL)
getId() - Method in interface org.hl7.fhir.instance.model.api.IAnyResource
 
getIdElement() - Method in interface org.hl7.fhir.instance.model.api.IAnyResource
 
getIdElement() - Method in interface org.hl7.fhir.instance.model.api.IBaseResource
 
getIdentifier() - Method in interface ca.uhn.fhir.rest.server.audit.IResourceAuditor
 
getIdPart() - Method in class ca.uhn.fhir.model.primitive.IdDt
Returns only the logical ID part of this ID.
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
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 interface org.hl7.fhir.instance.model.api.IIdType
Returns the ID part of this ID (e.g.
getImplementationDescription() - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
getImplementationDescription() - Method in class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
Get the implementationDescription
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
Express BaseRuntimeElementDefinition.getImplementingClass() as theClass (to prevent casting warnings)
getIncludes() - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
getInputStream(RequestDetails) - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding.ActiveRequestReader
 
getInputStream(RequestDetails) - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding.InactiveRequestReader
 
getInputStream(RequestDetails) - Method in interface ca.uhn.fhir.rest.method.BaseMethodBinding.IRequestReader
 
getInputStream() - Method in class ca.uhn.fhir.rest.method.RequestDetails
Retrieves the body of the request as binary data.
getInputStream() - Method in class ca.uhn.fhir.rest.server.servlet.ServletRequestDetails
 
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.CollectionBinder
 
getInterceptors() - Method in class ca.uhn.fhir.rest.client.BaseClient
 
getInterceptors() - Method in interface ca.uhn.fhir.rest.server.IRestfulServer
 
getInterceptors() - Method in class ca.uhn.fhir.rest.server.RestfulServer
Returns a ist of all registered server interceptors
getIssue() - Method in interface ca.uhn.fhir.model.base.resource.BaseOperationOutcome
 
getIssueFirstRep() - Method in interface ca.uhn.fhir.model.base.resource.BaseOperationOutcome
 
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
 
getLastRequest() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
getLastRequest() - Method in class ca.uhn.fhir.rest.client.interceptor.CapturingInterceptor
 
getLastResponse() - Method in class ca.uhn.fhir.rest.client.BaseClient
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
getLastResponse() - Method in class ca.uhn.fhir.rest.client.interceptor.CapturingInterceptor
 
getLastResponseBody() - Method in class ca.uhn.fhir.rest.client.BaseClient
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
getLastUpdated(IBaseResource) - Method in interface ca.uhn.fhir.model.api.IFhirVersion
 
getLastUpdated() - Method in interface org.hl7.fhir.instance.model.api.IBaseMetaType
 
getLeftType() - Method in class ca.uhn.fhir.rest.param.CompositeOrListParam
 
getLeftValue() - Method in class ca.uhn.fhir.rest.param.CompositeParam
 
getLinkAlternate() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
getLinkBase() - Method in class ca.uhn.fhir.model.api.Bundle
 
getLinkBase() - Method in class ca.uhn.fhir.model.api.BundleEntry
Deprecated.
Use resource ID to determine base URL
getLinkFirst() - Method in class ca.uhn.fhir.model.api.Bundle
 
getLinkLast() - Method in class ca.uhn.fhir.model.api.Bundle
 
getLinkNext() - Method in class ca.uhn.fhir.model.api.Bundle
 
getLinkPrevious() - Method in class ca.uhn.fhir.model.api.Bundle
 
getLinkSearch() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
getLinkSelf() - Method in class ca.uhn.fhir.model.api.Bundle
 
getLinkSelf() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
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
 
getMatchingOperation() - Method in class ca.uhn.fhir.rest.method.CreateMethodBinding
 
getMatchingOperation() - Method in class ca.uhn.fhir.rest.method.DeleteMethodBinding
 
getMatchingOperation() - Method in class ca.uhn.fhir.rest.method.UpdateMethodBinding
 
getMatchingOperation() - Method in class ca.uhn.fhir.rest.method.ValidateMethodBindingDstu1
 
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
 
getMax() - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding.ReturnType
 
getMax() - Method in class ca.uhn.fhir.rest.method.OperationParameter
 
getMaximumPageSize() - Method in class ca.uhn.fhir.rest.server.FifoMemoryPagingProvider
 
getMaximumPageSize() - Method in interface ca.uhn.fhir.rest.server.IPagingProvider
 
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 class ca.uhn.fhir.validation.ValidationResult
 
getMeta() - Method in interface org.hl7.fhir.instance.model.api.IAnyResource
 
getMetaTagsForEncoding(IResource) - Method in class ca.uhn.fhir.parser.BaseParser
 
getMethod() - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
getMethod(RequestDetails) - Method in class ca.uhn.fhir.rest.server.ResourceBinding
 
getMethodBindings() - Method in class ca.uhn.fhir.rest.server.ResourceBinding
 
getMethodReturnType() - Method in class ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding
 
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
 
getMin() - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding.ReturnType
 
getMin() - Method in class ca.uhn.fhir.rest.method.OperationParameter
 
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
Deprecated.
get/setMissing is not supported in StringDt. Use TokenParam instead if you need this functionality
getMissing() - Method in class ca.uhn.fhir.model.base.composite.BaseIdentifierDt
Deprecated.
get/setMissing is not supported in StringDt. Use StringParam instead if you need this functionality
getMissing() - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
Deprecated.
get/setMissing is not supported in StringDt. Use QuantityParam instead if you need this functionality
getMissing() - Method in class ca.uhn.fhir.model.primitive.StringDt
Deprecated.
get/setMissing is not supported in StringDt. Use StringParam instead if you need this functionality
getMissing() - Method in class ca.uhn.fhir.rest.param.DateParam
 
getMissing() - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
 
getMissing() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
 
getMode() - Method in class ca.uhn.fhir.rest.param.ResourceParameter
 
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
 
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.narrative.ThymeleafResolver
 
getName() - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding
Returns the name of the operation, starting with "$"
getName() - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding.ReturnType
 
getName() - Method in class ca.uhn.fhir.rest.method.OperationParameter
 
getName() - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
getName() - Method in class ca.uhn.fhir.rest.param.BaseQueryParameter
 
getName() - Method in interface ca.uhn.fhir.rest.server.audit.IResourceAuditor
An instance-specific descriptor of the Participant Object ID audited, such as a person's name
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.
getNamespaceContext() - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
getNamespaceContext() - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
getNarrativeGenerator() - Method in class ca.uhn.fhir.context.FhirContext
 
getNewParser(FhirContext, RequestDetails) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
 
getOperation() - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
getOperationOutcome() - Method in class ca.uhn.fhir.rest.api.MethodOutcome
Returns the IBaseOperationOutcome resource to return to the client or null if none.
getOperationOutcome() - Method in exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
Returns the IBaseOperationOutcome resource if any which was supplied in the response, or null
getOperationOutcome() - Method in exception ca.uhn.fhir.validation.ValidationFailureException
 
getOperationOutcome() - Method in class ca.uhn.fhir.validation.ValidationResult
Deprecated.
Use ValidationResult.toOperationOutcome() instead since this method returns a view. ValidationResult.toOperationOutcome() is identical to this method, but has a more suitable name so this method will be removed at some point.
getOrder() - Method in class ca.uhn.fhir.narrative.ThymeleafResolver
 
getOrder() - Method in class ca.uhn.fhir.rest.api.SortSpec
Returns the sort order specified by this parameter, or null if none is explicitly provided (which means SortOrderEnum.ASC according to the FHIR specification)
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.
getPage() - Method in class ca.uhn.fhir.rest.server.PageProvider
 
getPagingProvider() - Method in interface ca.uhn.fhir.rest.server.IRestfulServer
 
getPagingProvider() - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
getParameterName() - Method in class ca.uhn.fhir.rest.gclient.CompositeCriterion
 
getParameterName() - Method in interface ca.uhn.fhir.rest.gclient.ICriterionInternal
 
getParameters() - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
getParameters() - Method in class ca.uhn.fhir.rest.method.DynamicSearchMethodBinding
 
getParameters() - Method in class ca.uhn.fhir.rest.method.HttpGetClientInvocation
 
getParameters() - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
getParameterValue() - Method in class ca.uhn.fhir.rest.gclient.CompositeCriterion
 
getParameterValue() - Method in interface ca.uhn.fhir.rest.gclient.ICriterionInternal
 
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.StringClientParam
 
getParamName() - Method in class ca.uhn.fhir.rest.gclient.TokenClientParam
 
getParamName() - Method in class ca.uhn.fhir.rest.gclient.UriClientParam
 
getParams() - Method in class ca.uhn.fhir.util.UrlUtil.UrlParts
 
getParamStyle() - Method in class ca.uhn.fhir.rest.param.TransactionParameter
 
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
getParamType() - Method in class ca.uhn.fhir.rest.method.OperationParameter
 
getParamType() - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
getParamType() - Method in class ca.uhn.fhir.rest.param.BaseQueryParameter
 
getParent() - Method in class ca.uhn.fhir.parser.BaseParser.CompositeChildElement
 
getPath() - Method in class ca.uhn.fhir.context.RuntimeSearchParam
 
getPathsSplit() - Method in class ca.uhn.fhir.context.RuntimeSearchParam
 
getPathToSchemaDefinitions() - Method in interface ca.uhn.fhir.model.api.IFhirVersion
 
getPlainProviders() - Method in class ca.uhn.fhir.rest.server.RestfulServer
Provides the non-resource specific providers which implement method calls on this server
getPoolMaxPerRoute() - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Gets the maximum number of connections per route allowed in the pool.
getPoolMaxPerRoute() - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
getPoolMaxTotal() - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Gets the maximum number of connections allowed in the pool.
getPoolMaxTotal() - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
getPrecedence() - Method in class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator.NarrativeAttributeProcessor
 
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)
getPreferredId(IBaseResource, String) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
getPrefix() - Method in class ca.uhn.fhir.model.base.composite.BaseHumanNameDt
Gets the value(s) for prefix (Parts that come before the name).
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
getPrettyPrint() - Method in class ca.uhn.fhir.rest.client.BaseClient
Returns the pretty print flag, which is a request to the server for it to return "pretty printed" responses.
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
 
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
 
getProvider() - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
getPublished() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
getPublished() - Method in interface ca.uhn.fhir.rest.server.IBundleProvider
Returns the instant as of which this result was valid
getPublished() - Method in class ca.uhn.fhir.rest.server.SimpleBundleProvider
 
getPublisherElement() - Method in interface ca.uhn.fhir.model.base.resource.BaseConformance
 
getQualifier() - Method in class ca.uhn.fhir.rest.method.QualifiedParamList
 
getQualifierBlacklist() - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
getQualifierBlacklist() - Method in class ca.uhn.fhir.rest.param.BaseQueryParameter
Returns null if blacklist is "none"
getQualifierWhitelist() - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
getQualifierWhitelist() - Method in class ca.uhn.fhir.rest.param.BaseQueryParameter
Returns null if whitelist is "all"
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
 
getQueryParameterQualifier() - Method in class ca.uhn.fhir.rest.param.DateParam
 
getQueryParameterQualifier() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
 
getReader() - Method in class ca.uhn.fhir.rest.method.RequestDetails
Retrieves the body of the request as character data using a BufferedReader.
getReader() - Method in class ca.uhn.fhir.rest.server.servlet.ServletRequestDetails
 
getReference() - Method in class ca.uhn.fhir.model.base.composite.BaseResourceReferenceDt
 
getReferenceElement() - Method in interface org.hl7.fhir.instance.model.api.IBaseReference
 
getRequestContentType() - Method in enum ca.uhn.fhir.rest.server.EncodingEnum
 
getRequestDetails() - Method in class ca.uhn.fhir.rest.server.RestfulResponse
Get the requestDetails
getRequestIncludesFromParams(Object[]) - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
getRequestPath() - Method in class ca.uhn.fhir.rest.method.RequestDetails
The part of the request URL that comes after the server base.
getRequestPath(String, String, String) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Allows users of RestfulServer to override the getRequestPath method to let them build their custom request path implementation
getRequestResource(RequestDetails, TransactionParameter.ParamStyle, Class<? extends IBaseResource>) - Method in interface ca.uhn.fhir.rest.server.IRestfulServerUtil
 
getRequestType() - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
getResDef() - Method in class ca.uhn.fhir.parser.BaseParser.CompositeChildElement
 
getResource() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
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.rest.method.BaseResourceReturningMethodBinding.ResourceOrDstu1Bundle
 
getResource() - Method in interface ca.uhn.fhir.rest.server.audit.IResourceAuditor
 
getResource() - Method in class ca.uhn.fhir.rest.server.interceptor.IServerInterceptor.ActionRequestDetails
For requests where a resource is passed from the client to the server (e.g.
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
 
getResourceBindings() - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
getResourceBindings() - Method in class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
Get the resourceBindings
getResourceBundle() - Method in interface ca.uhn.fhir.rest.server.IVersionSpecificBundleFactory
 
getResourceById(IdDt) - Method in class ca.uhn.fhir.model.api.Bundle
Retrieves a resource from a bundle given its logical ID.
getResourceContentType() - Method in enum ca.uhn.fhir.rest.server.EncodingEnum
 
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.
getResourceDefinitions() - 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 class ca.uhn.fhir.model.api.Bundle
 
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.
getResourceName() - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
Returns the name of the resource this method handles, or null if this method is not resource specific
getResourceName() - Method in class ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding
 
getResourceName() - Method in class ca.uhn.fhir.rest.method.DeleteMethodBinding
 
getResourceName() - Method in class ca.uhn.fhir.rest.method.GetTagsMethodBinding
 
getResourceName() - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
getResourceName() - Method in class ca.uhn.fhir.rest.server.ResourceBinding
 
getResourceParameter(RequestDetails, ResourceParameter.Mode, BaseMethodBinding<?>, Class<? extends IBaseResource>) - Method in interface ca.uhn.fhir.rest.server.IRestfulServerUtil
 
getResourceParameters(FhirContext, Method, Object, RestOperationTypeEnum) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
getResourceProfile() - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
Deprecated.
getResourceProfile(String) - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
 
getResourceProviders() - Method in class ca.uhn.fhir.rest.server.RestfulServer
Provides the resource providers for this server
getResourceReference() - Method in class ca.uhn.fhir.util.ResourceReferenceInfo
 
getResourceReferenceType() - Method in interface ca.uhn.fhir.model.api.IFhirVersion
 
getResources(Class<T>) - Method in class ca.uhn.fhir.model.api.Bundle
Returns a list containing all resources of the given type from this bundle
getResources(int, int) - Method in interface ca.uhn.fhir.rest.server.IBundleProvider
Load the given collection of resources by index, plus any additional resources per the server's processing rules (e.g.
getResources(int, int) - Method in class ca.uhn.fhir.rest.server.SimpleBundleProvider
 
getResourceType() - Method in class ca.uhn.fhir.model.primitive.IdDt
 
getResourceType(FhirContext) - Method in class ca.uhn.fhir.rest.param.ReferenceParam
 
getResourceType() - Method in class ca.uhn.fhir.rest.param.ResourceParameter
 
getResourceType() - Method in class ca.uhn.fhir.rest.server.interceptor.IServerInterceptor.ActionRequestDetails
Returns the resource type this request pertains to, or null if this request is not type specific (e.g.
getResourceType() - Method in interface ca.uhn.fhir.rest.server.IResourceProvider
Returns the type of resource returned by this provider
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.RuntimeChildResourceDefinition
 
getResourceTypes() - Method in class ca.uhn.fhir.context.RuntimeResourceReferenceDefinition
 
getResponse() - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
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.
getResponseBundleType() - Method in class ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding
If the response is a bundle, this type will be placed in the root of the bundle (can be null)
getResponseBundleType() - Method in class ca.uhn.fhir.rest.method.ConformanceMethodBinding
 
getResponseBundleType() - Method in class ca.uhn.fhir.rest.method.DynamicSearchMethodBinding
 
getResponseBundleType() - Method in class ca.uhn.fhir.rest.method.HistoryMethodBinding
 
getResponseBundleType() - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding
 
getResponseBundleType() - Method in class ca.uhn.fhir.rest.method.PageMethodBinding
 
getResponseBundleType() - Method in class ca.uhn.fhir.rest.method.ReadMethodBinding
 
getResponseBundleType() - Method in class ca.uhn.fhir.rest.method.SearchMethodBinding
 
getResponseBundleType() - Method in class ca.uhn.fhir.rest.method.TransactionMethodBinding
 
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.
getResponseWriter(int, String, String, boolean) - Method in interface ca.uhn.fhir.rest.server.IRestfulResponse
 
getResponseWriter(int, String, String, boolean) - Method in class ca.uhn.fhir.rest.server.servlet.ServletRestfulResponse
 
getRestfulClientFactory() - Method in class ca.uhn.fhir.context.FhirContext
 
getRestOperationType() - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
getRestOperationType(RequestDetails) - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
Determine which operation is being fired for a specific request
getRestOperationType() - Method in class ca.uhn.fhir.rest.method.ConformanceMethodBinding
 
getRestOperationType() - Method in class ca.uhn.fhir.rest.method.CreateMethodBinding
 
getRestOperationType() - Method in class ca.uhn.fhir.rest.method.DeleteMethodBinding
 
getRestOperationType() - Method in class ca.uhn.fhir.rest.method.DeleteTagsMethodBinding
 
getRestOperationType() - Method in class ca.uhn.fhir.rest.method.DynamicSearchMethodBinding
 
getRestOperationType() - Method in class ca.uhn.fhir.rest.method.GetTagsMethodBinding
 
getRestOperationType() - Method in class ca.uhn.fhir.rest.method.HistoryMethodBinding
 
getRestOperationType() - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding
 
getRestOperationType() - Method in class ca.uhn.fhir.rest.method.PageMethodBinding
 
getRestOperationType(RequestDetails) - Method in class ca.uhn.fhir.rest.method.ReadMethodBinding
 
getRestOperationType() - Method in class ca.uhn.fhir.rest.method.ReadMethodBinding
 
getRestOperationType() - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
getRestOperationType() - Method in class ca.uhn.fhir.rest.method.SearchMethodBinding
 
getRestOperationType() - Method in class ca.uhn.fhir.rest.method.TransactionMethodBinding
 
getRestOperationType() - Method in class ca.uhn.fhir.rest.method.UpdateMethodBinding
 
getRestOperationType() - Method in class ca.uhn.fhir.rest.method.ValidateMethodBindingDstu1
 
getReturnParams() - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding
 
getReturnType() - Method in class ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding
 
getReturnType() - Method in class ca.uhn.fhir.rest.method.ConformanceMethodBinding
 
getReturnType() - Method in class ca.uhn.fhir.rest.method.DynamicSearchMethodBinding
 
getReturnType() - Method in class ca.uhn.fhir.rest.method.HistoryMethodBinding
 
getReturnType() - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding
 
getReturnType() - Method in class ca.uhn.fhir.rest.method.PageMethodBinding
 
getReturnType() - Method in class ca.uhn.fhir.rest.method.ReadMethodBinding
 
getReturnType() - Method in class ca.uhn.fhir.rest.method.SearchMethodBinding
 
getReturnType() - Method in class ca.uhn.fhir.rest.method.TransactionMethodBinding
 
getRightType() - Method in class ca.uhn.fhir.rest.param.CompositeOrListParam
 
getRightValue() - Method in class ca.uhn.fhir.rest.param.CompositeParam
 
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
 
getScore() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
getSearchMode() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
getSearchParam(String) - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
 
getSearchParameters() - Method in interface ca.uhn.fhir.rest.server.IDynamicSearchResourceProvider
 
getSearchParams() - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
 
getSearchParams() - Method in class ca.uhn.fhir.rest.method.DynamicSearchMethodBinding
 
getSecondaryOperation() - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
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
getSensitivity() - Method in interface ca.uhn.fhir.rest.server.audit.IResourceAuditor
Denotes policy-defined sensitivity for the Participant Object ID such as VIP, HIV status, mental health status or similar topics
getServer() - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
getServer() - Method in class ca.uhn.fhir.rest.server.servlet.ServletRequestDetails
 
getServerAddressStrategy() - Method in class ca.uhn.fhir.rest.server.RestfulServer
Get the server address strategy, which is used to determine what base URL to provide clients to refer to this server.
getServerAddressStrategy() - Method in class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
Get the serverAddressStrategy
getServerBase() - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClient
Base URL for the server, with no trailing "/"
getServerBase() - Method in class ca.uhn.fhir.rest.client.BaseClient
Base URL for the server, with no trailing "/"
getServerBaseForRequest() - Method in class ca.uhn.fhir.rest.method.RequestDetails
Returns the server base URL (with no trailing '/') for a given request
getServerBaseForRequest(HttpServletRequest) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Returns the server base URL (with no trailing '/') for a given request
getServerBaseForRequest() - Method in class ca.uhn.fhir.rest.server.servlet.ServletRequestDetails
 
getServerBindings() - Method in class ca.uhn.fhir.rest.server.RestfulServer
Returns the method bindings for this server which are not specific to any particular resource type.
getServerBindings() - Method in class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
Get the serverBindings
getServerConformance(HttpServletRequest) - Method in interface ca.uhn.fhir.rest.server.IServerConformanceProvider
Actually create and return the conformance statement See the class documentation for an important note if you are extending this class
getServerConformanceProvider() - Method in class ca.uhn.fhir.rest.server.RestfulServer
Returns the server conformance provider, which is the provider that is used to generate the server's conformance (metadata) statement if one has been explicitly defined.
getServerConformanceStatement() - Method in interface ca.uhn.fhir.rest.client.api.IBasicClient
Returns the server conformance statement See the FHIR HTTP Conformance definition for more information.
getServerName() - Method in class ca.uhn.fhir.rest.server.RestfulServer
Gets the server's name, as exported in conformance profiles exported by the server.
getServerName() - Method in class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
Get the serverName
getServerProfilesProvider() - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
getServerValidationMode() - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Gets the server validation mode for any clients created from this factory.
getServerValidationMode() - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
getServerValidationModeEnum() - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
getServerValidationModeEnum() - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
getServerVersion() - Method in class ca.uhn.fhir.rest.server.RestfulServer
Gets the server's version, as exported in conformance profiles exported by the server.
getServerVersion() - Method in class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
Get the serverVersion
getServletRequest() - Method in class ca.uhn.fhir.rest.server.servlet.ServletRequestDetails
 
getServletResponse() - Method in class ca.uhn.fhir.rest.server.servlet.ServletRequestDetails
 
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
 
getSingleChildOrThrow() - Method in class ca.uhn.fhir.context.RuntimeChildDeclaredExtensionDefinition
 
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.IRestfulClientFactory
Gets the socket timeout, in milliseconds.
getSocketTimeout() - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
getStatus() - Method in class ca.uhn.fhir.model.base.composite.BaseNarrativeDt
 
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
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
getSummary() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
getSummary() - Method in class ca.uhn.fhir.rest.client.BaseClient
 
getSummaryValueOrNull(RequestDetails) - Static method in class ca.uhn.fhir.rest.method.SummaryEnumParameter
 
getSuppressNarratives() - Method in class ca.uhn.fhir.parser.BaseParser
getSystem() - Method in enum ca.uhn.fhir.model.dstu.valueset.QuantityCompararatorEnum
Returns the code system associated with this enumerated value
getSystem() - Method in enum ca.uhn.fhir.model.dstu.valueset.SecurityEventObjectSensitivityEnum
Returns the code system associated with this enumerated value
getSystem() - Method in enum ca.uhn.fhir.model.dstu.valueset.SecurityEventObjectTypeEnum
Returns the code system associated with this enumerated value
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.method.RestSearchParameterTypeEnum
Returns the code system associated with this enumerated value
getSystem() - Method in class ca.uhn.fhir.rest.param.QuantityParam
 
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
 
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
GetTags - Annotation Type in ca.uhn.fhir.rest.annotation
RESTful method annotation to be used for the FHIR Tag Operations which have to do with getting tags.
getTags() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
getTags() - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Fluent method for the "get tags" operation
GetTagsMethodBinding - Class in ca.uhn.fhir.rest.method
 
GetTagsMethodBinding(Method, FhirContext, Object, GetTags) - Constructor for class ca.uhn.fhir.rest.method.GetTagsMethodBinding
 
getTagsWithScheme(String) - Method in class ca.uhn.fhir.model.api.TagList
 
getTarget() - Method in class ca.uhn.fhir.model.primitive.IdrefDt
 
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).
getTimeZone() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
Returns the TimeZone associated with this dateTime's value.
getTitle() - Method in class ca.uhn.fhir.model.api.Bundle
 
getTitle() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
getToken() - Method in class ca.uhn.fhir.rest.client.interceptor.BearerTokenAuthInterceptor
Returns the bearer token to use
getTotalResults() - Method in class ca.uhn.fhir.model.api.Bundle
 
getTransactionMethod() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
getType() - Method in class ca.uhn.fhir.model.api.Bundle
 
getType() - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding.ReturnType
 
getType() - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
getType() - Method in interface ca.uhn.fhir.rest.server.audit.IResourceAuditor
 
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 class ca.uhn.fhir.rest.method.RequestDetails
 
getUpdated() - Method in class ca.uhn.fhir.model.api.Bundle
 
getUpdated() - Method in class ca.uhn.fhir.model.api.BundleEntry
Deprecated.
DSTU2 Note: As of DSTU2, bundle entries no longer have an updated time (this bit of metadata has been moved to the resource <meta/> element so it is redundant here). In preparation for DSTU2, it is recommended that you migrate code away from using this method and over to using resource metadata instead.
getUpperBound() - Method in class ca.uhn.fhir.rest.param.DateRangeParam
 
getUpperBoundAsInstant() - Method in class ca.uhn.fhir.rest.param.DateRangeParam
 
getUrl() - Method in class ca.uhn.fhir.model.api.ExtensionDt
Returns the URL for this extension.
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
getUrlBase() - Method in class ca.uhn.fhir.rest.client.BaseClient
 
getUrlPath() - Method in class ca.uhn.fhir.rest.method.HttpGetClientInvocation
 
getUserData(String) - Method in interface org.hl7.fhir.instance.model.api.IAnyResource
 
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.RuntimeChildDeclaredExtensionDefinition
 
getValidChildNames() - Method in class ca.uhn.fhir.context.RuntimeChildDirectResource
 
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.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.rest.param.NumberParam
 
getValue() - Method in class ca.uhn.fhir.rest.param.QuantityParam
 
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
getValue() - Method in enum ca.uhn.fhir.rest.param.TokenParamModifier
 
getValue() - Method in class ca.uhn.fhir.rest.param.UriParam
 
getValue() - Method in class ca.uhn.fhir.rest.server.HardcodedServerAddressStrategy
 
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
 
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
Gets the value as an integer, using BigDecimal.intValue()
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() - 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() - 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() - 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() - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
 
getValueAsQueryToken() - 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".
getValueAsQueryToken() - Method in class ca.uhn.fhir.rest.param.DateParam
 
getValueAsQueryToken() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
 
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 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.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
 
getValues(IBaseResource, String, Class<T>) - Method in class ca.uhn.fhir.util.FhirTerser
 
getValuesAsQueryTokens() - Method in interface ca.uhn.fhir.model.api.IQueryParameterAnd
See FHIR specification 2.2.2 Search SearchParameter Types for information on the token format
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.rest.api.MethodOutcome
Deprecated.
MethodOutcome.getId() should return the complete ID including version if it is available
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
 
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
 
GZipContentInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
Client interceptor which GZip compresses outgoing (POST/PUT) contents being uploaded from the client to the server.
GZipContentInterceptor() - Constructor for class ca.uhn.fhir.rest.client.interceptor.GZipContentInterceptor
 

H

handleException(RequestDetails, BaseServerResponseException, HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor
 
handleException(RequestDetails, BaseServerResponseException) - Method in class ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor
 
handleException(RequestDetails, BaseServerResponseException, HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.interceptor.InterceptorAdapter
 
handleException(RequestDetails, BaseServerResponseException, HttpServletRequest, HttpServletResponse) - Method in interface ca.uhn.fhir.rest.server.interceptor.IServerInterceptor
This method is called upon any exception being thrown within the server's request processing code.
handleException(RequestDetails, BaseServerResponseException, HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.interceptor.LoggingInterceptor
 
handleException(RequestDetails, BaseServerResponseException, HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.interceptor.ResponseHighlighterInterceptor
 
handleRequest(RequestTypeEnum, HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
handlesMissing() - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
handlesMissing() - Method in class ca.uhn.fhir.rest.param.BaseQueryParameter
Parameter should return true if BaseQueryParameter.parse(FhirContext, List) should be called even if the query string contained no values for the given parameter
HapiLocalizer - Class in ca.uhn.fhir.i18n
This feature is not yet in its final state and should be considered an internal part of HAPI for now - use with caution
HapiLocalizer() - Constructor for class ca.uhn.fhir.i18n.HapiLocalizer
 
HardcodedServerAddressStrategy - Class in ca.uhn.fhir.rest.server
Server address strategy which simply returns a hardcoded URL
HardcodedServerAddressStrategy() - Constructor for class ca.uhn.fhir.rest.server.HardcodedServerAddressStrategy
 
HardcodedServerAddressStrategy(String) - Constructor for class ca.uhn.fhir.rest.server.HardcodedServerAddressStrategy
 
hasBaseUrl() - Method in class ca.uhn.fhir.model.primitive.IdDt
Returns true if this ID has a base url
hasBaseUrl() - Method in interface org.hl7.fhir.instance.model.api.IIdType
 
hasChainedProperty(ICriterion<?>) - Method in class ca.uhn.fhir.rest.gclient.ReferenceClientParam
 
hasContent() - Method in class ca.uhn.fhir.model.primitive.XhtmlDt
 
hashCode() - Method in class ca.uhn.fhir.model.api.BasePrimitive
 
hashCode() - Method in class ca.uhn.fhir.model.api.Include
See the note on equality on the class documentation
hashCode() - Method in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
 
hashCode() - Method in class ca.uhn.fhir.model.api.Tag
 
hashCode() - Method in class ca.uhn.fhir.model.api.TagList
 
hashCode() - Method in class ca.uhn.fhir.model.primitive.IdDt
 
hashCode() - Method in class ca.uhn.fhir.model.primitive.StringDt
 
hashCode() - Method in class ca.uhn.fhir.model.primitive.UriDt
 
hashCode() - Method in class ca.uhn.fhir.rest.server.ResourceBinding
 
hashCode() - Method in class ca.uhn.fhir.validation.SingleValidationMessage
 
hasId(IdDt) - Method in class ca.uhn.fhir.rest.gclient.ReferenceClientParam
Match the referenced resource if the resource has the given ID (this can be the logical ID or the absolute URL of the resource)
hasId(String) - Method in class ca.uhn.fhir.rest.gclient.ReferenceClientParam
Match the referenced resource if the resource has the given ID (this can be the logical ID or the absolute URL of the resource)
hasIdPart() - Method in class ca.uhn.fhir.model.primitive.IdDt
 
hasIdPart() - Method in interface org.hl7.fhir.instance.model.api.IIdType
Returns true if this ID contains an actual ID part.
hasIssues(FhirContext, IBaseOperationOutcome) - Static method in class ca.uhn.fhir.util.OperationOutcomeUtil
Returns true if the given OperationOutcome has 1 or more Operation.issue repetitions
hasResourceType() - Method in class ca.uhn.fhir.model.primitive.IdDt
 
hasResourceType() - Method in interface org.hl7.fhir.instance.model.api.IIdType
 
hasVersionIdPart() - Method in class ca.uhn.fhir.model.primitive.IdDt
 
hasVersionIdPart() - Method in interface org.hl7.fhir.instance.model.api.IIdType
 
HEADER_ACCEPT - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_ACCEPT_ENCODING - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_ACCEPT_VALUE_ALL - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_ALLOW - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_APPLICATION_NAME - Static variable in class ca.uhn.fhir.rest.client.interceptor.UserInfoInterceptor
 
HEADER_AUTHORIZATION - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_AUTHORIZATION_VALPREFIX_BASIC - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_AUTHORIZATION_VALPREFIX_BEARER - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_CATEGORY - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_CATEGORY_LC - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_CONTENT_DISPOSITION - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_CONTENT_ENCODING - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_CONTENT_LOCATION - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_CONTENT_LOCATION_LC - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_CONTENT_TYPE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_COOKIE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_CORS_ALLOW_METHODS - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_CORS_ALLOW_ORIGIN - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_CORS_EXPOSE_HEADERS - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_ETAG - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_ETAG_LC - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_IF_MATCH - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_IF_MATCH_LC - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_IF_NONE_EXIST - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_IF_NONE_EXIST_LC - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_IF_NONE_MATCH - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_IF_NONE_MATCH_LC - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_LAST_MODIFIED - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_LAST_MODIFIED_LOWERCASE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_LOCATION - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_LOCATION_LC - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_PREFER - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_PREFER_RETURN - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_PREFER_RETURN_MINIMAL - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_PREFER_RETURN_REPRESENTATION - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_SUFFIX_CT_UTF_8 - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HEADER_USER_ID - Static variable in class ca.uhn.fhir.rest.client.interceptor.UserInfoInterceptor
 
HEADER_USER_NAME - Static variable in class ca.uhn.fhir.rest.client.interceptor.UserInfoInterceptor
 
HEADERVALUE_CORS_ALLOW_METHODS_ALL - Static variable in class ca.uhn.fhir.rest.server.Constants
 
History - Annotation Type in ca.uhn.fhir.rest.annotation
RESTful method annotation to be used for the FHIR history method.
history() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
history(Class<T>, IdDt, DateTimeDt, Integer) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
history(Class<T>, String, DateTimeDt, Integer) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
history() - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Implementation of the "history" method
history(Class<T>, IdDt, DateTimeDt, Integer) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Deprecated.
As of 0.9, use the fluent IGenericClient.history() method instead
history(Class<T>, String, DateTimeDt, Integer) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Deprecated.
As of 0.9, use the fluent IGenericClient.history() method instead
HistoryMethodBinding - Class in ca.uhn.fhir.rest.method
 
HistoryMethodBinding(Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.method.HistoryMethodBinding
 
HL7_ORG_FHIR_TAG - Static variable in class ca.uhn.fhir.model.api.Tag
Convenience constant containing the "http://hl7.org/fhir/tag" scheme value
HL7_ORG_PROFILE_TAG - Static variable in class ca.uhn.fhir.model.api.Tag
Convenience constant containing the "http://hl7.org/fhir/tag/profile" scheme value
HL7_ORG_SECURITY_TAG - Static variable in class ca.uhn.fhir.model.api.Tag
Convenience constant containing the "http://hl7.org/fhir/tag/security" scheme value
HTTP_STATUS_NAMES - Static variable in class ca.uhn.fhir.rest.server.Constants
 
HttpBasicAuthInterceptor - Class in ca.uhn.fhir.rest.client
Deprecated.
Use BasicAuthInterceptor instead. Note that BasicAuthInterceptor class is a HAPI client interceptor instead of being a commons-httpclient interceptor, so you register it to your client instance once it's created using IGenericClient.registerInterceptor(IClientInterceptor) or IRestfulClient.registerInterceptor(IClientInterceptor) instead
HttpBasicAuthInterceptor(String, String) - Constructor for class ca.uhn.fhir.rest.client.HttpBasicAuthInterceptor
Deprecated.
 
HttpDeleteClientInvocation - Class in ca.uhn.fhir.rest.method
 
HttpDeleteClientInvocation(IIdType) - Constructor for class ca.uhn.fhir.rest.method.HttpDeleteClientInvocation
 
HttpDeleteClientInvocation(String) - Constructor for class ca.uhn.fhir.rest.method.HttpDeleteClientInvocation
 
HttpDeleteClientInvocation(String, Map<String, List<String>>) - Constructor for class ca.uhn.fhir.rest.method.HttpDeleteClientInvocation
 
HttpGetClientInvocation - Class in ca.uhn.fhir.rest.method
 
HttpGetClientInvocation(Map<String, List<String>>, String...) - Constructor for class ca.uhn.fhir.rest.method.HttpGetClientInvocation
 
HttpGetClientInvocation(Map<String, List<String>>, List<String>) - Constructor for class ca.uhn.fhir.rest.method.HttpGetClientInvocation
 
HttpGetClientInvocation(String) - Constructor for class ca.uhn.fhir.rest.method.HttpGetClientInvocation
 
HttpGetClientInvocation(String...) - Constructor for class ca.uhn.fhir.rest.method.HttpGetClientInvocation
 
HttpGetClientInvocation(List<String>) - Constructor for class ca.uhn.fhir.rest.method.HttpGetClientInvocation
 
HttpPostClientInvocation - Class in ca.uhn.fhir.rest.method
 
HttpPostClientInvocation(FhirContext, IBaseResource, String) - Constructor for class ca.uhn.fhir.rest.method.HttpPostClientInvocation
 
HttpPostClientInvocation(FhirContext, IBaseResource) - Constructor for class ca.uhn.fhir.rest.method.HttpPostClientInvocation
 
HttpPostClientInvocation(FhirContext, TagList, String...) - Constructor for class ca.uhn.fhir.rest.method.HttpPostClientInvocation
 
HttpPostClientInvocation(FhirContext, List<? extends IBaseResource>, BundleTypeEnum) - Constructor for class ca.uhn.fhir.rest.method.HttpPostClientInvocation
 
HttpPostClientInvocation(FhirContext, Bundle) - Constructor for class ca.uhn.fhir.rest.method.HttpPostClientInvocation
 
HttpPostClientInvocation(FhirContext, String, boolean, String) - Constructor for class ca.uhn.fhir.rest.method.HttpPostClientInvocation
 
HttpPostClientInvocation(FhirContext, Map<String, List<String>>, String...) - Constructor for class ca.uhn.fhir.rest.method.HttpPostClientInvocation
 
HttpPutClientInvocation - Class in ca.uhn.fhir.rest.method
 
HttpPutClientInvocation(FhirContext, IBaseResource, String) - Constructor for class ca.uhn.fhir.rest.method.HttpPutClientInvocation
 
HttpPutClientInvocation(FhirContext, String, boolean, String) - Constructor for class ca.uhn.fhir.rest.method.HttpPutClientInvocation
 
HttpSimpleGetClientInvocation - Class in ca.uhn.fhir.rest.method
 
HttpSimpleGetClientInvocation(String) - Constructor for class ca.uhn.fhir.rest.method.HttpSimpleGetClientInvocation
 

I

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.
IBeanUtils - Interface in ca.uhn.fhir.util.reflection
 
IBoundCodeableConcept - Interface in ca.uhn.fhir.model.api
 
IBundleProvider - Interface in ca.uhn.fhir.rest.server
 
ICallable<T> - Interface in ca.uhn.fhir.util
 
IClientExecutable<T extends IClientExecutable<?,?>,Y> - Interface in ca.uhn.fhir.rest.gclient
 
IClientInterceptor - Interface in ca.uhn.fhir.rest.client
 
IClientResponseHandler<T> - Interface in ca.uhn.fhir.rest.method
 
IClientResponseHandlerHandlesBinary<T> - Interface in ca.uhn.fhir.rest.method
 
ICodedDatatype - Interface in ca.uhn.fhir.model.primitive
 
ICodeEnum - Interface in ca.uhn.fhir.model.api
 
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
 
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(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
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)
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).
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).
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
 
IDynamicSearchResourceProvider - Interface in ca.uhn.fhir.rest.server
This is still an experimental API - It isn't meant for public consumption yet.
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
 
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
 
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
 
IGetTags - 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
 
IIdentifiableElement - Interface in ca.uhn.fhir.model.api
 
IIdType - Interface in org.hl7.fhir.instance.model.api
Base interface for ID datatype.
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
 
InactiveRequestReader() - Constructor for class ca.uhn.fhir.rest.method.BaseMethodBinding.InactiveRequestReader
 
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.
IncomingRequestAddressStrategy - Class in ca.uhn.fhir.rest.server
Determines the server's base using the incoming request
IncomingRequestAddressStrategy() - Constructor for class ca.uhn.fhir.rest.server.IncomingRequestAddressStrategy
 
incomingRequestPostProcessed(RequestDetails, HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.interceptor.InterceptorAdapter
 
incomingRequestPostProcessed(RequestDetails, HttpServletRequest, HttpServletResponse) - Method in interface ca.uhn.fhir.rest.server.interceptor.IServerInterceptor
This method is called just before the actual implementing server method is invoked.
incomingRequestPostProcessed(RequestDetails, HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.interceptor.LoggingInterceptor
 
incomingRequestPostProcessed(RequestDetails, HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.interceptor.RequestValidatingInterceptor
 
incomingRequestPreHandled(RestOperationTypeEnum, IServerInterceptor.ActionRequestDetails) - Method in class ca.uhn.fhir.rest.server.interceptor.InterceptorAdapter
 
incomingRequestPreHandled(RestOperationTypeEnum, IServerInterceptor.ActionRequestDetails) - Method in interface ca.uhn.fhir.rest.server.interceptor.IServerInterceptor
Invoked before an incoming request is processed
incomingRequestPreProcessed(HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.interceptor.InterceptorAdapter
 
incomingRequestPreProcessed(HttpServletRequest, HttpServletResponse) - Method in interface ca.uhn.fhir.rest.server.interceptor.IServerInterceptor
This method is called before any other processing takes place for each incoming request.
incomingServer(Object) - Method in interface ca.uhn.fhir.rest.method.OperationParameter.IConverter
 
incomingServerRequestMatchesMethod(RequestDetails) - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
incomingServerRequestMatchesMethod(RequestDetails) - Method in class ca.uhn.fhir.rest.method.ConformanceMethodBinding
 
incomingServerRequestMatchesMethod(RequestDetails) - Method in class ca.uhn.fhir.rest.method.DynamicSearchMethodBinding
 
incomingServerRequestMatchesMethod(RequestDetails) - Method in class ca.uhn.fhir.rest.method.GetTagsMethodBinding
 
incomingServerRequestMatchesMethod(RequestDetails) - Method in class ca.uhn.fhir.rest.method.HistoryMethodBinding
 
incomingServerRequestMatchesMethod(RequestDetails) - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding
 
incomingServerRequestMatchesMethod(RequestDetails) - Method in class ca.uhn.fhir.rest.method.PageMethodBinding
 
incomingServerRequestMatchesMethod(RequestDetails) - Method in class ca.uhn.fhir.rest.method.ReadMethodBinding
 
incomingServerRequestMatchesMethod(RequestDetails) - Method in class ca.uhn.fhir.rest.method.SearchMethodBinding
 
incomingServerRequestMatchesMethod(RequestDetails) - Method in class ca.uhn.fhir.rest.method.TransactionMethodBinding
 
init() - Method in class ca.uhn.fhir.rest.server.RestfulServer
Initializes the server.
initialize() - Method in class ca.uhn.fhir.narrative.ThymeleafResolver
 
Initialize - Annotation Type in ca.uhn.fhir.rest.annotation
ResourceProvider methods tagged with Initialize will be invoked when the RestfulServer is starting up.
initialize() - Method in class ca.uhn.fhir.rest.server.RestfulServer
This method may be overridden by subclasses to do perform initialization that needs to be performed prior to the server being used.
initializeBundleFromBundleProvider(IRestfulServer, IBundleProvider, EncodingEnum, String, String, boolean, int, Integer, String, BundleTypeEnum, Set<Include>) - Method in interface ca.uhn.fhir.rest.server.IVersionSpecificBundleFactory
 
initializeBundleFromResourceList(String, List<? extends IBaseResource>, String, String, int, BundleTypeEnum) - Method in interface ca.uhn.fhir.rest.server.IVersionSpecificBundleFactory
 
initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.method.CountParameter
 
initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.method.DynamicSearchParameter
 
initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.method.ElementsParameter
 
initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in interface ca.uhn.fhir.rest.method.IParameter
 
initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.method.OperationParameter
 
initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.method.SortParameter
 
initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.method.SummaryEnumParameter
 
initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.param.BaseQueryParameter
 
initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.param.ResourceParameter
 
initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.param.TransactionParameter
 
initializeWithBundleResource(IBaseResource) - Method in interface ca.uhn.fhir.rest.server.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
Create a new DateTimeDt with the given date/time and TemporalPrecisionEnum.MILLI precision
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
InterceptorAdapter - Class in ca.uhn.fhir.rest.server.interceptor
Base class for IServerInterceptor implementations.
InterceptorAdapter() - Constructor for class ca.uhn.fhir.rest.server.interceptor.InterceptorAdapter
 
interceptRequest(HttpRequestBase) - Method in interface ca.uhn.fhir.rest.client.IClientInterceptor
Fired by the client just before invoking the HTTP client request
interceptRequest(HttpRequestBase) - Method in class ca.uhn.fhir.rest.client.interceptor.BasicAuthInterceptor
 
interceptRequest(HttpRequestBase) - Method in class ca.uhn.fhir.rest.client.interceptor.BearerTokenAuthInterceptor
 
interceptRequest(HttpRequestBase) - Method in class ca.uhn.fhir.rest.client.interceptor.CapturingInterceptor
 
interceptRequest(HttpRequestBase) - Method in class ca.uhn.fhir.rest.client.interceptor.CookieInterceptor
 
interceptRequest(HttpRequestBase) - Method in class ca.uhn.fhir.rest.client.interceptor.GZipContentInterceptor
 
interceptRequest(HttpRequestBase) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
 
interceptRequest(HttpRequestBase) - Method in class ca.uhn.fhir.rest.client.interceptor.UserInfoInterceptor
 
interceptResponse(HttpResponse) - Method in interface ca.uhn.fhir.rest.client.IClientInterceptor
Fired by the client upon receiving an HTTP response, prior to processing that response
interceptResponse(HttpResponse) - Method in class ca.uhn.fhir.rest.client.interceptor.BasicAuthInterceptor
 
interceptResponse(HttpResponse) - Method in class ca.uhn.fhir.rest.client.interceptor.BearerTokenAuthInterceptor
 
interceptResponse(HttpResponse) - Method in class ca.uhn.fhir.rest.client.interceptor.CapturingInterceptor
 
interceptResponse(HttpResponse) - Method in class ca.uhn.fhir.rest.client.interceptor.CookieInterceptor
 
interceptResponse(HttpResponse) - Method in class ca.uhn.fhir.rest.client.interceptor.GZipContentInterceptor
 
interceptResponse(HttpResponse) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
 
interceptResponse(HttpResponse) - Method in class ca.uhn.fhir.rest.client.interceptor.UserInfoInterceptor
 
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
 
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
invokeClient(String, Reader, int, Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.client.BaseClient.ResourceResponseHandler
 
invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
invokeClient(String, Reader, int, Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding
 
invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.method.ConformanceMethodBinding
 
invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.method.DeleteMethodBinding
 
invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.method.DynamicSearchMethodBinding
 
invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.method.GetTagsMethodBinding
 
invokeClient(String, Reader, int, Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.method.GetTagsMethodBinding
 
invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.method.HistoryMethodBinding
 
invokeClient(String, Reader, int, Map<String, List<String>>) - Method in interface ca.uhn.fhir.rest.method.IClientResponseHandler
 
invokeClient(String, InputStream, int, Map<String, List<String>>) - Method in interface ca.uhn.fhir.rest.method.IClientResponseHandlerHandlesBinary
 
invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding
 
invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.method.PageMethodBinding
 
invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.method.ReadMethodBinding
 
invokeClient(String, InputStream, int, Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.method.ReadMethodBinding
 
invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.method.SearchMethodBinding
 
invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.method.TransactionMethodBinding
 
invokeServer(IRestfulServer<?>, RequestDetails) - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
invokeServer(IRestfulServer<?>, RequestDetails) - Method in class ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding
 
invokeServer(IRestfulServer<?>, RequestDetails, byte[]) - Method in class ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding
 
invokeServer(IRestfulServer<?>, RequestDetails, Object[]) - Method in class ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding
 
invokeServer(IRestfulServer, RequestDetails, Object[]) - Method in class ca.uhn.fhir.rest.method.ConformanceMethodBinding
 
invokeServer(IRestfulServer, RequestDetails, Object[]) - Method in class ca.uhn.fhir.rest.method.DynamicSearchMethodBinding
 
invokeServer(IRestfulServer<?>, RequestDetails) - Method in class ca.uhn.fhir.rest.method.GetTagsMethodBinding
 
invokeServer(IRestfulServer<?>, RequestDetails, Object[]) - Method in class ca.uhn.fhir.rest.method.HistoryMethodBinding
 
invokeServer(IRestfulServer, RequestDetails, Object[]) - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding
 
invokeServer(IRestfulServer<?>, RequestDetails, Object[]) - Method in class ca.uhn.fhir.rest.method.PageMethodBinding
 
invokeServer(IRestfulServer<?>, RequestDetails, byte[]) - Method in class ca.uhn.fhir.rest.method.PageMethodBinding
 
invokeServer(IRestfulServer<?>, RequestDetails, Object[]) - Method in class ca.uhn.fhir.rest.method.ReadMethodBinding
 
invokeServer(IRestfulServer, RequestDetails, Object[]) - Method in class ca.uhn.fhir.rest.method.SearchMethodBinding
 
invokeServer(IRestfulServer, RequestDetails, Object[]) - Method in class ca.uhn.fhir.rest.method.TransactionMethodBinding
 
invokeServerMethod(IRestfulServer<?>, RequestDetails, Object[]) - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
IOperation - Interface in ca.uhn.fhir.rest.gclient
 
IOperationOn - 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 extends IBaseParameters> - Interface in ca.uhn.fhir.rest.gclient
 
IOperationUntypedWithInputAndPartialOutput<T extends IBaseParameters> - Interface in ca.uhn.fhir.rest.gclient
 
IPagingProvider - Interface in ca.uhn.fhir.rest.server
 
IParam - Interface in ca.uhn.fhir.rest.gclient
 
IParameter - Interface in ca.uhn.fhir.rest.method
 
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.
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<T> - 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
 
IResource - Interface in ca.uhn.fhir.model.api
This interface is the parent interface for all FHIR Resource definition classes.
IResourceAuditor<T extends IResource> - Interface in ca.uhn.fhir.rest.server.audit
 
IResourceBlock - Interface in ca.uhn.fhir.model.api
 
IResourceLoader - Interface in ca.uhn.fhir.validation
 
IResourceProvider - Interface in ca.uhn.fhir.rest.server
 
IRestfulClient - Interface in ca.uhn.fhir.rest.client.api
 
IRestfulClientFactory - Interface in ca.uhn.fhir.rest.client
 
IRestfulHeader - Interface in ca.uhn.fhir.rest.method
 
IRestfulResponse - Interface in ca.uhn.fhir.rest.server
 
IRestfulServer<T extends RequestDetails> - Interface in ca.uhn.fhir.rest.server
 
IRestfulServerDefaults - Interface in ca.uhn.fhir.rest.server
 
IRestfulServerUtil - Interface in ca.uhn.fhir.rest.server
 
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://"
isAddContentLocationHeader() - Method in class ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding
Should the response include a Content-Location header.
isAddContentLocationHeader() - Method in class ca.uhn.fhir.rest.method.SearchMethodBinding
 
isApproximate() - Method in class ca.uhn.fhir.rest.param.QuantityParam
 
isAuditable() - Method in interface ca.uhn.fhir.rest.server.audit.IResourceAuditor
 
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
 
isBinary() - Method in interface ca.uhn.fhir.rest.method.IClientResponseHandlerHandlesBinary
isBinary() - Method in class ca.uhn.fhir.rest.method.ReadMethodBinding
 
isBundle() - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
 
isCanOperateAtInstanceLevel() - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding
 
isCanOperateAtServerLevel() - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding
 
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.
isContains() - Method in class ca.uhn.fhir.rest.param.StringParam
String parameter modifier :contains
isDefaultPrettyPrint() - Method in interface ca.uhn.fhir.rest.server.IRestfulServerDefaults
Should the server "pretty print" responses by default (requesting clients can always override this default by supplying an Accept header in the request, or a _pretty parameter in the request URL.
isDefaultPrettyPrint() - Method in class ca.uhn.fhir.rest.server.RestfulServer
Should the server "pretty print" responses by default (requesting clients can always override this default by supplying an Accept header in the request, or a _pretty parameter in the request URL.
isDefinedLocally() - Method in class ca.uhn.fhir.context.RuntimeChildDeclaredExtensionDefinition
 
isDelete() - Method in class ca.uhn.fhir.rest.method.DeleteTagsMethodBinding
 
ISecurityOutcome - Interface in ca.uhn.fhir.rest.server.interceptor
 
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.Bundle
Returns true if this bundle contains zero entries
isEmpty() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
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 enum ca.uhn.fhir.rest.api.ValidationModeEnum
 
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.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
 
isEquivalentTo(FhirVersionEnum) - Method in enum ca.uhn.fhir.context.FhirVersionEnum
 
IServerAddressStrategy - Interface in ca.uhn.fhir.rest.server
Provides the server base for a given incoming request.
IServerConformanceProvider<T extends IBaseResource> - Interface in ca.uhn.fhir.rest.server
 
IServerInterceptor - Interface in ca.uhn.fhir.rest.server.interceptor
Provides methods to intercept requests and responses.
IServerInterceptor.ActionRequestDetails - Class in ca.uhn.fhir.rest.server.interceptor
 
isExact() - Method in class ca.uhn.fhir.rest.param.StringParam
 
isIdempotent() - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding
 
isIdPartValid() - Method in class ca.uhn.fhir.model.primitive.IdDt
 
isIdPartValid() - Method in interface org.hl7.fhir.instance.model.api.IIdType
Returns true if the ID part of this object is valid according to the FHIR rules for valid IDs.
isIdPartValidLong() - Method in class ca.uhn.fhir.model.primitive.IdDt
 
isIdPartValidLong() - Method in interface org.hl7.fhir.instance.model.api.IIdType
Returns true if the ID part of this object contains only numbers
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
isKeepResponses() - Method in class ca.uhn.fhir.rest.client.BaseClient
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
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
Is this object locked?
isLogExceptions() - Method in class ca.uhn.fhir.rest.server.interceptor.LoggingInterceptor
Should exceptions be logged by this logger
isLogRequestAndResponse() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
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
 
isNewerThan(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
 
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.rest.client.BaseClient
Returns the pretty print flag, which is a request to the server for it to return "pretty printed" responses.
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
 
isRequired() - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
isRequired() - Method in class ca.uhn.fhir.rest.param.BaseQueryParameter
 
isRespondGzip() - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
isRi() - Method in enum ca.uhn.fhir.context.FhirVersionEnum
Is this version using the HL7.org RI structures?
isScematronAvailable(FhirContext) - Static method in class ca.uhn.fhir.validation.schematron.SchematronProvider
 
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
 
isStandardProfile() - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
 
isStandardType() - Method in class ca.uhn.fhir.context.BaseRuntimeElementDefinition
 
isStripVersionsFromReferences() - Method in class ca.uhn.fhir.parser.BaseParser
 
isStripVersionsFromReferences() - 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.
isSuccessful() - Method in class ca.uhn.fhir.validation.ValidationResult
Was the validation successful (in other words, do we have no issues that are at severity ResultSeverityEnum.ERROR or ResultSeverityEnum.FATAL.
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
Is the parser in "summary mode"? See IParser.setSummaryMode(boolean) for information
isSupportsConditional() - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
Does this method have a parameter annotated with ConditionalParamBinder.
isSupportsConditionalMultiple() - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
Does this method support conditional operations over multiple objects (basically for conditional delete)
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
 
isToday() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
Returns true if this object represents a date that is today's date
isUncompressIncomingContents() - Method in class ca.uhn.fhir.rest.server.RestfulServer
Should the server attempt to decompress incoming request contents (default is true).
ISupportsUndeclaredExtensions - Interface in ca.uhn.fhir.model.api
 
isUseBrowserFriendlyContentTypes() - Method in interface ca.uhn.fhir.rest.server.IRestfulServerDefaults
 
isUseBrowserFriendlyContentTypes() - Method in class ca.uhn.fhir.rest.server.RestfulServer
Deprecated.
This feature did not work well, and will be removed. Use ResponseHighlighterInterceptor instead as an interceptor on your server and it will provide more useful syntax highlighting. Deprocated in 1.4
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
Returns true if the version ID part of this object contains only numbers
isVread() - Method in class ca.uhn.fhir.rest.method.ReadMethodBinding
 
iterator() - Method in class ca.uhn.fhir.model.api.TagList
 
ITestingUiClientFactory - Interface in ca.uhn.fhir.util
This interface isn't used by hapi-fhir-base, but is used by the Web Testing UI
ITransaction - Interface in ca.uhn.fhir.rest.gclient
 
ITransactionTyped<T> - Interface in ca.uhn.fhir.rest.gclient
 
IUntypedQuery - 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.server
This interface should be considered experimental and will likely change in future releases of HAPI.

J

JavaBeansBeanUtil - Class in ca.uhn.fhir.util.reflection
 
JavaBeansBeanUtil() - Constructor for class ca.uhn.fhir.util.reflection.JavaBeansBeanUtil
 
JavaReflectBeanUtil - Class in ca.uhn.fhir.util.reflection
 
JavaReflectBeanUtil() - Constructor for class ca.uhn.fhir.util.reflection.JavaReflectBeanUtil
 
joinStringsSpaceSeparated(List<? extends IPrimitiveType<String>>) - Static method in class ca.uhn.fhir.util.DatatypeUtil
Joins a list of strings with a single space (' ') between each string
JsonParser - Class in ca.uhn.fhir.parser
This class is the FHIR JSON parser/encoder.
JsonParser(FhirContext, IParserErrorHandler) - Constructor for class ca.uhn.fhir.parser.JsonParser
Do not use this constructor, the recommended way to obtain a new instance of the JSON parser is to invoke FhirContext.newJsonParser().

L

lastUpdated(DateRangeParam) - Method in interface ca.uhn.fhir.rest.gclient.IQuery
Add a "_lastUpdated" specification
LenientErrorHandler - Class in ca.uhn.fhir.parser
The default error handler, which logs issues but does not abort parsing
LenientErrorHandler() - Constructor for class ca.uhn.fhir.parser.LenientErrorHandler
Constructor which configures this handler to log all errors
LenientErrorHandler(boolean) - Constructor for class ca.uhn.fhir.parser.LenientErrorHandler
Constructor
lessThan() - Method in class ca.uhn.fhir.rest.gclient.NumberClientParam
 
lessThan() - Method in class ca.uhn.fhir.rest.gclient.QuantityClientParam
 
lessThanOrEqual() - Method in class ca.uhn.fhir.rest.gclient.NumberClientParam
 
lessThanOrEquals() - Method in class ca.uhn.fhir.rest.gclient.QuantityClientParam
 
limitTo(int) - Method in interface ca.uhn.fhir.rest.gclient.IQuery
Deprecated.
This parameter is badly named, since FHIR calls this parameter "_count" and not "_limit". Use IQuery.count(int) instead (it also sets the _count parameter)
LINK_ALTERNATE - Static variable in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
If present and populated with a string, provides the "alternate link" (the link element in the bundle entry with rel="alternate").
LINK_FHIR_BASE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
LINK_FIRST - Static variable in class ca.uhn.fhir.rest.server.Constants
 
LINK_LAST - Static variable in class ca.uhn.fhir.rest.server.Constants
 
LINK_NEXT - Static variable in class ca.uhn.fhir.rest.server.Constants
 
LINK_NEXT - Static variable in interface org.hl7.fhir.instance.model.api.IBaseBundle
Constant for links provided in the bundle.
LINK_PREV - Static variable in interface org.hl7.fhir.instance.model.api.IBaseBundle
Constant for links provided in the bundle.
LINK_PREVIOUS - Static variable in class ca.uhn.fhir.rest.server.Constants
 
LINK_SEARCH - Static variable in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
If present and populated with a string, provides the "search link" (the link element in the bundle entry with rel="search").
LINK_SELF - Static variable in class ca.uhn.fhir.rest.server.Constants
 
LINK_SELF - Static variable in interface org.hl7.fhir.instance.model.api.IBaseBundle
Constant for links provided in the bundle.
list() - Static method in class ca.uhn.fhir.util.PortUtil
 
load(Class<T>, IIdType) - Method in interface ca.uhn.fhir.validation.IResourceLoader
Load the latest version of a given resource
loadPage() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
loadPage() - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Loads the previous/next bundle of resources from a paged set, using the link specified in the "link type=next" tag within the atom bundle.
loadRequestContents() - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
loadResource(IRestfulClient) - Method in class ca.uhn.fhir.model.base.composite.BaseResourceReferenceDt
Returns the referenced resource, fetching it if it has not already been loaded.
loadResourceFromRequest(RequestDetails, BaseMethodBinding<?>, Class<T>) - Static method in class ca.uhn.fhir.rest.param.ResourceParameter
 
loadResourceFromRequest(RequestDetails, BaseMethodBinding<?>, Class<T>) - Method in interface ca.uhn.fhir.rest.server.IRestfulServerUtil
 
lock() - Method in class ca.uhn.fhir.rest.server.interceptor.IServerInterceptor.ActionRequestDetails
Prevent any further changes to this object
LoggingInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
 
LoggingInterceptor() - Constructor for class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
Constructor
LoggingInterceptor(boolean) - Constructor for class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
Constructor
LoggingInterceptor - Class in ca.uhn.fhir.rest.server.interceptor
Server interceptor which logs each request using a defined format
LoggingInterceptor() - Constructor for class ca.uhn.fhir.rest.server.interceptor.LoggingInterceptor
 
logStaxImplementation(Class<?>) - Method in class ca.uhn.fhir.util.jar.DependencyLogImpl
 
logStaxImplementation(Class<?>) - Method in interface ca.uhn.fhir.util.jar.IDependencyLog
 

M

main(String[]) - Static method in exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
 
main(String[]) - Static method in class ca.uhn.fhir.util.UrlUtil
 
main(String[]) - Static method in class ca.uhn.fhir.util.VersionUtil
 
main(String[]) - Static method in class ca.uhn.fhir.util.XmlUtil
 
MarkdownDt - Class in ca.uhn.fhir.model.primitive
 
MarkdownDt() - Constructor for class ca.uhn.fhir.model.primitive.MarkdownDt
 
matches() - Method in class ca.uhn.fhir.rest.gclient.StringClientParam
The string matches the given value (servers will often, but are not required to) implement this as a left match, meaning that a value of "smi" would match "smi" and "smith".
matches(String) - Method in class ca.uhn.fhir.rest.gclient.UriClientParam
The string matches the given value (servers will often, but are not required to) implement this as a left match, meaning that a value of "smi" would match "smi" and "smith".
matchesExactly() - Method in class ca.uhn.fhir.rest.gclient.StringClientParam
The string matches exactly the given value
matchesInclude(Include) - Method in class ca.uhn.fhir.util.ResourceReferenceInfo
 
matchesIncludeSet(Set<Include>) - Method in class ca.uhn.fhir.util.ResourceReferenceInfo
 
matchesSystemAndCode(BaseCodingDt) - Method in class ca.uhn.fhir.model.base.composite.BaseCodingDt
Returns true if this Coding has the same Code and system (as compared by simple equals comparison).
matchesSystemAndValue(BaseIdentifierDt) - Method in class ca.uhn.fhir.model.base.composite.BaseIdentifierDt
Returns true if this identifier has the same value and system (as compared by simple equals comparison).
matchesToken(BaseCodingDt) - Method in class ca.uhn.fhir.model.base.composite.BaseCodingDt
returns true if this Coding matches a search for the coding specified by theSearchParam, according to the following: [parameter]=[namespace]|[code] matches a code/value in the given system namespace [parameter]=[code] matches a code/value irrespective of it's system namespace [parameter]=|[code] matches a code/value that has no system namespace
MAX_UNLIMITED - Static variable in annotation type ca.uhn.fhir.model.api.annotation.Child
Constant value to supply for Child.max() to indicate '*' (no maximum)
MAX_UNLIMITED - Static variable in annotation type ca.uhn.fhir.rest.annotation.OperationParam
Value for OperationParam.max() indicating no maximum
meta() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
meta() - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Fluent method for the "meta" operations, which can be used to get, add and remove tags and other Meta elements from a resource or across the server.
meta(T) - Method in interface ca.uhn.fhir.rest.gclient.IMetaAddOrDeleteSourced
 
Metadata - Annotation Type in ca.uhn.fhir.rest.annotation
RESTful method annotation used for a method which provides the FHIR "conformance" method.
MethodNotAllowedException - Exception in ca.uhn.fhir.rest.server.exceptions
Represents an HTTP 405 Method Not Allowed response.
MethodNotAllowedException(String, IBaseOperationOutcome, RequestTypeEnum...) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.MethodNotAllowedException
Constructor
MethodNotAllowedException(String, RequestTypeEnum...) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.MethodNotAllowedException
Constructor
MethodNotAllowedException(String, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.MethodNotAllowedException
Constructor
MethodNotAllowedException(String) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.MethodNotAllowedException
Constructor
MethodOutcome - Class in ca.uhn.fhir.rest.api
 
MethodOutcome() - Constructor for class ca.uhn.fhir.rest.api.MethodOutcome
Constructor
MethodOutcome(IIdType, Boolean) - Constructor for class ca.uhn.fhir.rest.api.MethodOutcome
Constructor
MethodOutcome(IIdType, IBaseOperationOutcome) - Constructor for class ca.uhn.fhir.rest.api.MethodOutcome
Constructor
MethodOutcome(IIdType, IBaseOperationOutcome, Boolean) - Constructor for class ca.uhn.fhir.rest.api.MethodOutcome
Constructor
MethodOutcome(IIdType, IdDt) - Constructor for class ca.uhn.fhir.rest.api.MethodOutcome
Deprecated.
Use the constructor which accepts a single IIdType parameter, and include the logical ID and version ID in that IIdType instance
MethodOutcome(IIdType, IdDt, IBaseOperationOutcome) - Constructor for class ca.uhn.fhir.rest.api.MethodOutcome
Deprecated.
Use the constructor which accepts a single IdDt parameter, and include the logical ID and version ID in that IdDt instance
MethodOutcome(IIdType) - Constructor for class ca.uhn.fhir.rest.api.MethodOutcome
Constructor
MethodUtil - Class in ca.uhn.fhir.rest.method
 
MethodUtil() - Constructor for class ca.uhn.fhir.rest.method.MethodUtil
 
MyEscaper() - Constructor for class ca.uhn.fhir.util.XmlUtil.MyEscaper
 

N

name() - Method in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
 
named(String) - Method in interface ca.uhn.fhir.rest.gclient.IOperationUnnamed
 
NarrativeAttributeProcessor(FhirContext) - Constructor for class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator.NarrativeAttributeProcessor
 
NARRATIVES_PROPERTIES - Static variable in class ca.uhn.fhir.narrative.DefaultThymeleafNarrativeGenerator
 
newBundleFactory() - Method in class ca.uhn.fhir.context.FhirContext
This method should be considered experimental and will likely change in future releases of HAPI.
newBundleFactory(FhirContext) - Method in interface ca.uhn.fhir.model.api.IFhirVersion
 
newChild(IValidationContext<Bundle>, IResource) - Static method in class ca.uhn.fhir.validation.ValidationContext
 
newClient(Class<T>, String) - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Instantiates a new client instance
newClient(Class<T>, String) - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
Instantiates a new client instance
newClient(FhirContext, HttpServletRequest, String) - Method in interface ca.uhn.fhir.util.ITestingUiClientFactory
Instantiate a new client
newCodingDt() - Method in interface ca.uhn.fhir.model.api.IFhirVersion
 
newEmptyList() - Static method in class ca.uhn.fhir.rest.server.BundleProviders
Create a new unmodifiable empty resource list with the current time as the publish date.
newGenericClient(String) - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Instantiates a new generic client instance
newGenericClient(String) - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
newIdType() - Method in interface ca.uhn.fhir.model.api.IFhirVersion
 
newInstance() - Method in class ca.uhn.fhir.context.BaseRuntimeElementDefinition
 
newInstance(Object) - Method in class ca.uhn.fhir.context.BaseRuntimeElementDefinition
 
newInstance() - Method in class ca.uhn.fhir.context.RuntimeChildDeclaredExtensionDefinition
 
newInstance() - Method in class ca.uhn.fhir.context.RuntimeChildExtensionDt
 
newInstance(int, String, Reader) - Static method in exception ca.uhn.fhir.rest.client.exceptions.NonFhirResponseException
 
newInstance(int, String) - Static method in exception ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
 
newInstance(FhirContext) - Static method in class ca.uhn.fhir.util.OperationOutcomeUtil
 
newInstance(FhirContext) - Static method in class ca.uhn.fhir.util.ParametersUtil
 
newJsonParser() - Method in class ca.uhn.fhir.context.FhirContext
Create and return a new JSON parser.
newList(IBaseResource) - Static method in class ca.uhn.fhir.rest.server.BundleProviders
 
newList(List<IBaseResource>) - Static method in class ca.uhn.fhir.rest.server.BundleProviders
 
newParser(FhirContext) - Method in enum ca.uhn.fhir.rest.server.EncodingEnum
 
newRandomUuid() - Static method in class ca.uhn.fhir.model.primitive.IdDt
Construct a new ID with with form "urn:uuid:[UUID]" where [UUID] is a new, randomly created UUID generated by UUID.randomUUID()
newRestfulClient(Class<T>, String) - Method in class ca.uhn.fhir.context.FhirContext
Instantiates a new client instance.
newRestfulGenericClient(String) - Method in class ca.uhn.fhir.context.FhirContext
Instantiates a new generic client.
newSet(T...) - Static method in class ca.uhn.fhir.util.CollectionUtil
 
newTerser() - Method in class ca.uhn.fhir.context.FhirContext
 
newValidator() - Method in class ca.uhn.fhir.context.FhirContext
Create a new validator instance.
newView(IResource, Class<T>) - Method in class ca.uhn.fhir.model.view.ViewGenerator
 
newViewGenerator() - Method in class ca.uhn.fhir.context.FhirContext
 
newXmlParser() - Method in class ca.uhn.fhir.context.FhirContext
Create and return a new XML parser.
next(Bundle) - Method in interface ca.uhn.fhir.rest.gclient.IGetPage
Load the next page of results using the link with relation "next" in the bundle.
next(T) - Method in interface ca.uhn.fhir.rest.gclient.IGetPage
Load the next page of results using the link with relation "next" in the bundle.
nonEscapedIndexOf(String, char) - Static method in class ca.uhn.fhir.rest.param.ParameterUtil
 
NonFhirResponseException - Exception in ca.uhn.fhir.rest.client.exceptions
 
NonPrettyPrintWriterWrapper - Class in ca.uhn.fhir.util
 
NonPrettyPrintWriterWrapper(XMLStreamWriter) - Constructor for class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
NotImplementedOperationException - Exception in ca.uhn.fhir.rest.server.exceptions
This Represents an HTTP 501 Not Implemented response, which means the resource provider currently lacks the ability to fullfill the request.
NotImplementedOperationException(String) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.NotImplementedOperationException
 
NotImplementedOperationException(String, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.NotImplementedOperationException
Constructor
NotModifiedException - Exception in ca.uhn.fhir.rest.server.exceptions
This Represents an HTTP 301 Not Modified response, which means the resource has not changed since the last version the client retrieved.
NotModifiedException(String) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.NotModifiedException
 
NotModifiedException(String, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.NotModifiedException
Constructor
now() - Method in interface ca.uhn.fhir.rest.gclient.DateClientParam.IDateSpecifier
 
number(long) - Method in interface ca.uhn.fhir.rest.gclient.NumberClientParam.IMatches
Creates a search criterion that matches against the given number
number(String) - Method in interface ca.uhn.fhir.rest.gclient.NumberClientParam.IMatches
Creates a search criterion that matches against the given number
NumberAndListParam - Class in ca.uhn.fhir.rest.param
 
NumberAndListParam() - Constructor for class ca.uhn.fhir.rest.param.NumberAndListParam
 
NumberClientParam - Class in ca.uhn.fhir.rest.gclient
Token parameter type for use in fluent client interfaces
NumberClientParam(String) - Constructor for class ca.uhn.fhir.rest.gclient.NumberClientParam
 
NumberClientParam.IMatches<T> - Interface in ca.uhn.fhir.rest.gclient
 
NumberOrListParam - Class in ca.uhn.fhir.rest.param
 
NumberOrListParam() - Constructor for class ca.uhn.fhir.rest.param.NumberOrListParam
 
NumberParam - Class in ca.uhn.fhir.rest.param
 
NumberParam() - Constructor for class ca.uhn.fhir.rest.param.NumberParam
 
NumberParam(String) - Constructor for class ca.uhn.fhir.rest.param.NumberParam
Constructor

O

ObjectUtil - Class in ca.uhn.fhir.util
 
ObjectUtil() - Constructor for class ca.uhn.fhir.util.ObjectUtil
 
of(IBaseResource) - Static method in class ca.uhn.fhir.model.primitive.IdDt
Retrieves the ID from the given resource instance
ofType(Class<T>) - Method in interface ca.uhn.fhir.rest.gclient.IFetchConformanceUntyped
Retrieve the conformance statement using the given model type
OidDt - Class in ca.uhn.fhir.model.primitive
 
OidDt() - Constructor for class ca.uhn.fhir.model.primitive.OidDt
 
onInstance(IIdType) - Method in interface ca.uhn.fhir.rest.gclient.IBaseOn
Perform the operation across all versions of a specific resource (by ID and type) on the server.
onResource(IIdType) - Method in interface ca.uhn.fhir.rest.gclient.IMetaAddOrDeleteUnsourced
 
onServer() - Method in interface ca.uhn.fhir.rest.gclient.IBaseOn
Perform the operation across all versions of all resources of all types on the server
onType(Class<? extends IBaseResource>) - Method in interface ca.uhn.fhir.rest.gclient.IBaseOn
Perform the operation across all versions of all resources of the given type on the server
OPENSEARCH_NS_OLDER - Static variable in class ca.uhn.fhir.rest.server.Constants
 
Operation - Annotation Type in ca.uhn.fhir.rest.annotation
RESTful method annotation used for a method which provides FHIR "operations".
operation() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
operation() - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Implementation of the FHIR "extended operations" action
OperationMethodBinding - Class in ca.uhn.fhir.rest.method
 
OperationMethodBinding(Class<?>, Class<? extends IBaseResource>, Method, FhirContext, Object, boolean, String, Class<? extends IBaseResource>, OperationParam[]) - Constructor for class ca.uhn.fhir.rest.method.OperationMethodBinding
 
OperationMethodBinding(Class<?>, Class<? extends IBaseResource>, Method, FhirContext, Object, Operation) - Constructor for class ca.uhn.fhir.rest.method.OperationMethodBinding
 
OperationMethodBinding.ReturnType - Class in ca.uhn.fhir.rest.method
 
OperationOutcomeUtil - Class in ca.uhn.fhir.util
Utilities for dealing with OperationOutcome resources across various model versions
OperationOutcomeUtil() - Constructor for class ca.uhn.fhir.util.OperationOutcomeUtil
 
OperationParam - Annotation Type in ca.uhn.fhir.rest.annotation
 
OperationParameter - Class in ca.uhn.fhir.rest.method
 
OperationParameter(FhirContext, String, OperationParam) - Constructor for class ca.uhn.fhir.rest.method.OperationParameter
 
OperationParameter.IConverter - Interface in ca.uhn.fhir.rest.method
 
OptionalParam - Annotation Type in ca.uhn.fhir.rest.annotation
Parameter annotation which specifies a search parameter for a Search method.
ORDER_UNKNOWN - Static variable in annotation type ca.uhn.fhir.model.api.annotation.Child
Constant value to supply for Child.order() when the order is defined elsewhere
org.hl7.fhir.instance.model.api - package org.hl7.fhir.instance.model.api
 
outgoingClient(Object) - Method in interface ca.uhn.fhir.rest.method.OperationParameter.IConverter
 
outgoingResponse(RequestDetails, Bundle, HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.interceptor.InterceptorAdapter
 
outgoingResponse(RequestDetails, Bundle) - Method in class ca.uhn.fhir.rest.server.interceptor.InterceptorAdapter
 
outgoingResponse(RequestDetails, HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.interceptor.InterceptorAdapter
 
outgoingResponse(RequestDetails) - Method in class ca.uhn.fhir.rest.server.interceptor.InterceptorAdapter
 
outgoingResponse(RequestDetails, IBaseResource, HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.interceptor.InterceptorAdapter
 
outgoingResponse(RequestDetails, IBaseResource) - Method in class ca.uhn.fhir.rest.server.interceptor.InterceptorAdapter
 
outgoingResponse(RequestDetails, TagList, HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.interceptor.InterceptorAdapter
 
outgoingResponse(RequestDetails, TagList) - Method in class ca.uhn.fhir.rest.server.interceptor.InterceptorAdapter
 
outgoingResponse(RequestDetails, Bundle, HttpServletRequest, HttpServletResponse) - Method in interface ca.uhn.fhir.rest.server.interceptor.IServerInterceptor
This method is called after the server implementation method has been called, but before any attempt to stream the response back to the client
outgoingResponse(RequestDetails, Bundle) - Method in interface ca.uhn.fhir.rest.server.interceptor.IServerInterceptor
This method is called after the server implementation method has been called, but before any attempt to stream the response back to the client
outgoingResponse(RequestDetails, HttpServletRequest, HttpServletResponse) - Method in interface ca.uhn.fhir.rest.server.interceptor.IServerInterceptor
This method is called after the server implementation method has been called, but before any attempt to stream the response back to the client
outgoingResponse(RequestDetails) - Method in interface ca.uhn.fhir.rest.server.interceptor.IServerInterceptor
This method is called after the server implementation method has been called, but before any attempt to stream the response back to the client
outgoingResponse(RequestDetails, IBaseResource, HttpServletRequest, HttpServletResponse) - Method in interface ca.uhn.fhir.rest.server.interceptor.IServerInterceptor
This method is called after the server implementation method has been called, but before any attempt to stream the response back to the client
outgoingResponse(RequestDetails, IBaseResource) - Method in interface ca.uhn.fhir.rest.server.interceptor.IServerInterceptor
This method is called after the server implementation method has been called, but before any attempt to stream the response back to the client
outgoingResponse(RequestDetails, TagList, HttpServletRequest, HttpServletResponse) - Method in interface ca.uhn.fhir.rest.server.interceptor.IServerInterceptor
This method is called after the server implementation method has been called, but before any attempt to stream the response back to the client
outgoingResponse(RequestDetails, TagList) - Method in interface ca.uhn.fhir.rest.server.interceptor.IServerInterceptor
This method is called after the server implementation method has been called, but before any attempt to stream the response back to the client
outgoingResponse(RequestDetails, IBaseResource, HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.interceptor.ResponseHighlighterInterceptor
 
outgoingResponse(RequestDetails, IBaseResource) - Method in class ca.uhn.fhir.rest.server.interceptor.ResponseValidatingInterceptor
 

P

PageIdParam - Annotation Type in ca.uhn.fhir.rest.annotation
Parameter annotation which specifies the parameter to receive the ID of the page being requested.
PageMethodBinding - Class in ca.uhn.fhir.rest.method
 
PageMethodBinding(FhirContext, Method) - Constructor for class ca.uhn.fhir.rest.method.PageMethodBinding
 
PageProvider - Class in ca.uhn.fhir.rest.server
 
PageProvider() - Constructor for class ca.uhn.fhir.rest.server.PageProvider
 
PARAM_BUNDLETYPE - Static variable in class ca.uhn.fhir.rest.server.Constants
Used in paging links
PARAM_CONTENT - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_COUNT - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_DELETE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_ELEMENTS - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_FORMAT - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_HISTORY - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_INCLUDE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_INCLUDE_QUALIFIER_RECURSE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_INCLUDE_RECURSE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_IS_REQUIRED - Static variable in class ca.uhn.fhir.util.ExtensionConstants
 
PARAM_LASTUPDATED - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_NARRATIVE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_PAGINGACTION - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_PAGINGOFFSET - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_PRETTY - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_PRETTY_VALUE_TRUE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_PROFILE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_QUERY - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_RAW - Static variable in class ca.uhn.fhir.rest.server.interceptor.ResponseHighlighterInterceptor
 
PARAM_RAW_TRUE - Static variable in class ca.uhn.fhir.rest.server.interceptor.ResponseHighlighterInterceptor
 
PARAM_REVINCLUDE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_SEARCH - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_SECURITY - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_SINCE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_SORT - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_SORT_ASC - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_SORT_DESC - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_SUMMARY - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_TAG - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_TAGS - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_TEXT - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAM_VALIDATE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
ParametersUtil - Class in ca.uhn.fhir.util
Utilities for dealing with parameters resources
ParametersUtil() - Constructor for class ca.uhn.fhir.util.ParametersUtil
 
ParameterUtil - Class in ca.uhn.fhir.rest.param
 
ParameterUtil() - Constructor for class ca.uhn.fhir.rest.param.ParameterUtil
 
PARAMQUALIFIER_MISSING - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAMQUALIFIER_MISSING_FALSE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAMQUALIFIER_MISSING_TRUE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAMQUALIFIER_STRING_CONTAINS - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAMQUALIFIER_STRING_EXACT - Static variable in class ca.uhn.fhir.rest.server.Constants
 
PARAMQUALIFIER_TOKEN_TEXT - Static variable in class ca.uhn.fhir.rest.server.Constants
 
parse(String) - Method in class ca.uhn.fhir.model.api.BasePrimitive
Subclasses must override to convert an encoded representation of this datatype into a "coerced" one
parse(String) - Method in class ca.uhn.fhir.model.primitive.Base64BinaryDt
 
parse(String) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
 
parse(String) - Method in class ca.uhn.fhir.model.primitive.BooleanDt
 
parse(String) - Method in class ca.uhn.fhir.model.primitive.CodeDt
 
parse(String) - Method in class ca.uhn.fhir.model.primitive.DecimalDt
 
parse(String) - Method in class ca.uhn.fhir.model.primitive.IntegerDt
 
parse(String) - Method in class ca.uhn.fhir.model.primitive.StringDt
 
parse(String) - Method in class ca.uhn.fhir.model.primitive.UriDt
 
parse(String) - Method in class ca.uhn.fhir.model.primitive.XhtmlDt
 
parse(FhirContext, List<QualifiedParamList>) - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
parse(FhirContext, List<QualifiedParamList>) - Method in class ca.uhn.fhir.rest.param.BaseQueryParameter
 
parseAcceptHeaderAndReturnHighestRankedOptions(HttpServletRequest) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
 
ParseAction<T> - Class in ca.uhn.fhir.rest.method
 
ParseAction(T) - Constructor for class ca.uhn.fhir.rest.method.ParseAction
 
parseBundle(Reader) - Method in class ca.uhn.fhir.parser.BaseParser
 
parseBundle(String) - Method in class ca.uhn.fhir.parser.BaseParser
 
parseBundle(Class<T>, Reader) - Method in interface ca.uhn.fhir.parser.IParser
Parse a DSTU1 style Atom Bundle.
parseBundle(Reader) - Method in interface ca.uhn.fhir.parser.IParser
Parse a DSTU1 style Atom Bundle.
parseBundle(String) - Method in interface ca.uhn.fhir.parser.IParser
Parse a DSTU1 style Atom Bundle.
parseBundle(Class<T>, Reader) - Method in class ca.uhn.fhir.parser.JsonParser
 
parseBundle(Class<T>, Reader) - Method in class ca.uhn.fhir.parser.XmlParser
 
parseClientRequestResourceHeaders(IIdType, Map<String, List<String>>, IBaseResource) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
parseETagValue(String) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
parsePreferHeader(String) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
 
parseQueryParams(RuntimeSearchParam, String, List<QualifiedParamList>) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
This is a utility method intended provided to help the JPA module.
parseResource(Class<T>, Reader) - Method in class ca.uhn.fhir.parser.BaseParser
 
parseResource(Class<T>, String) - Method in class ca.uhn.fhir.parser.BaseParser
 
parseResource(Reader) - Method in class ca.uhn.fhir.parser.BaseParser
 
parseResource(String) - Method in class ca.uhn.fhir.parser.BaseParser
 
parseResource(Class<T>, Reader) - Method in interface ca.uhn.fhir.parser.IParser
Parses a resource
parseResource(Class<T>, String) - Method in interface ca.uhn.fhir.parser.IParser
Parses a resource
parseResource(Reader) - Method in interface ca.uhn.fhir.parser.IParser
Parses a resource
parseResource(String) - Method in interface ca.uhn.fhir.parser.IParser
Parses a resource
parseResourceFromRequest(RequestDetails, BaseMethodBinding<?>, Class<? extends IBaseResource>) - Static method in class ca.uhn.fhir.rest.param.ResourceParameter
 
parseResourceFromRequest(RequestDetails, BaseMethodBinding<?>, Class<? extends IBaseResource>) - Method in interface ca.uhn.fhir.rest.server.IRestfulServerUtil
 
parseTagList(String) - Method in class ca.uhn.fhir.parser.BaseParser
 
parseTagList(Reader) - Method in interface ca.uhn.fhir.parser.IParser
Parses a tag list, as defined in the FHIR Specification.
parseTagList(String) - Method in interface ca.uhn.fhir.parser.IParser
Parses a tag list, as defined in the FHIR Specification.
parseTagList(Reader) - Method in class ca.uhn.fhir.parser.JsonParser
 
parseTagList(Reader) - Method in class ca.uhn.fhir.parser.XmlParser
 
parseTagValue(TagList, String) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
parseUrl(String) - Static method in class ca.uhn.fhir.util.UrlUtil
Parse a URL in one of the following forms: [Resource Type]?[Search Params] [Resource Type]/[Resource ID] [Resource Type]/[Resource ID]/_history/[Version ID]
passes(Set<String>, Set<String>) - Method in class ca.uhn.fhir.rest.method.SearchMethodBinding.QualifierDetails
 
PathSpecification - Class in ca.uhn.fhir.model.api
Deprecated.
Include should be used instead
PathSpecification(String) - Constructor for class ca.uhn.fhir.model.api.PathSpecification
Deprecated.
 
populateActionRequestDetailsForInterceptor(RequestDetails, IServerInterceptor.ActionRequestDetails, Object[]) - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
Subclasses may override this method (but should also call super.#populateActionRequestDetailsForInterceptor(RequestDetails, ActionRequestDetails, Object[]) to provide method specifics to the interceptors.
populateRequestDetailsFromRequestPath(RequestDetails, String) - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
PortUtil - Class in ca.uhn.fhir.util
Provides server ports
PortUtil() - Constructor for class ca.uhn.fhir.util.PortUtil
 
PositiveIntDt - Class in ca.uhn.fhir.model.primitive
 
PositiveIntDt() - Constructor for class ca.uhn.fhir.model.primitive.PositiveIntDt
Constructor
PositiveIntDt(int) - Constructor for class ca.uhn.fhir.model.primitive.PositiveIntDt
Constructor
PositiveIntDt(String) - Constructor for class ca.uhn.fhir.model.primitive.PositiveIntDt
Constructor
PreconditionFailedException - Exception in ca.uhn.fhir.rest.server.exceptions
Represents an HTTP 412 Precondition Failed response.
PreconditionFailedException(String) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.PreconditionFailedException
 
PreconditionFailedException(String, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.PreconditionFailedException
Constructor
prefer(PreferReturnEnum) - Method in interface ca.uhn.fhir.rest.gclient.ICreateTyped
Add a Prefer header to the request, which requests that the server include or suppress the resource body as a part of the result.
prefer(PreferReturnEnum) - Method in interface ca.uhn.fhir.rest.gclient.IUpdateExecutable
Add a Prefer header to the request, which requests that the server include or suppress the resource body as a part of the result.
preferredPageSize() - Method in interface ca.uhn.fhir.rest.server.IBundleProvider
Optionally may be used to signal a preferred page size to the server, e.g.
preferredPageSize() - Method in class ca.uhn.fhir.rest.server.SimpleBundleProvider
 
PreferReturnEnum - Enum in ca.uhn.fhir.rest.api
Represents values for "return" value as provided in the the HTTP Prefer header.
preProcessOutgoingException(RequestDetails, Throwable, HttpServletRequest) - Method in class ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor
 
preProcessOutgoingException(RequestDetails, Throwable, HttpServletRequest) - Method in class ca.uhn.fhir.rest.server.interceptor.InterceptorAdapter
 
preProcessOutgoingException(RequestDetails, Throwable, HttpServletRequest) - Method in interface ca.uhn.fhir.rest.server.interceptor.IServerInterceptor
This method is called upon any exception being thrown within the server's request processing code.
preProcessValues(BaseRuntimeChildDefinition, IBaseResource, List<? extends IBase>) - Method in class ca.uhn.fhir.parser.BaseParser
 
prettyPrint() - Method in interface ca.uhn.fhir.rest.gclient.IClientExecutable
 
prettyPrintResponse(IRestfulServerDefaults, RequestDetails) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
 
PrettyPrintWriterWrapper - Class in ca.uhn.fhir.util
 
PrettyPrintWriterWrapper(XMLStreamWriter) - Constructor for class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
previous(Bundle) - Method in interface ca.uhn.fhir.rest.gclient.IGetPage
Load the previous page of results using the link with relation "previous" in the bundle.
previous(T) - Method in interface ca.uhn.fhir.rest.gclient.IGetPage
Load the previous page of results using the link with relation "prev" in the bundle.
PREVIOUS_ID - Static variable in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
The value for this key represents a previous ID used to identify this resource.
Problem - Class in ca.uhn.fhir.validation
 
Problem(String) - Constructor for class ca.uhn.fhir.validation.Problem
 
process(HttpRequest, HttpContext) - Method in class ca.uhn.fhir.rest.client.HttpBasicAuthInterceptor
Deprecated.
 
process2xxResponse(FhirContext, String, int, String, Reader, Map<String, List<String>>) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
processAttribute(Arguments, Element, String) - Method in class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator.NarrativeAttributeProcessor
 
PROCESSING - Static variable in class ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor
 
processNon2xxResponseAndReturnExceptionToThrow(int, String, Reader) - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
PROFILES - Static variable in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
The value for this key represents a List of profile IDs that this resource claims to conform to.
protocol(HttpServletRequest) - Method in class ca.uhn.fhir.rest.server.ApacheProxyAddressStrategy
 
provideAllowableRequestTypes() - Method in class ca.uhn.fhir.rest.method.CreateMethodBinding
 
provideAllowableRequestTypes() - Method in class ca.uhn.fhir.rest.method.DeleteMethodBinding
 
provideAllowableRequestTypes() - Method in class ca.uhn.fhir.rest.method.UpdateMethodBinding
 
provideAllowableRequestTypes() - Method in class ca.uhn.fhir.rest.method.ValidateMethodBindingDstu1
 
ProvidedResourceScanner - Class in ca.uhn.fhir.context
Scans a class tagged with ProvidesResources and adds any resources listed to its FhirContext's resource definition list.
ProvidedResourceScanner(FhirContext) - Constructor for class ca.uhn.fhir.context.ProvidedResourceScanner
Constructor
provider() - Method in class ca.uhn.fhir.rest.method.PageMethodBinding
 
ProvidesResources - Annotation Type in ca.uhn.fhir.model.api.annotation
IResourceProvider and RestfulServer subclasses can use this annotation to designate which custom resources they can provide.
PUBLISHED - Static variable in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
The value for this key is the bundle entry Published time.
put(IResource, T) - Method in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
 
put(IAnyResource, T2) - Method in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource
 

Q

QualifiedDateParam - Class in ca.uhn.fhir.rest.param
Deprecated.
Use DateParam instead (this class is identical, but was renamed to be less confusing)
QualifiedDateParam() - Constructor for class ca.uhn.fhir.rest.param.QualifiedDateParam
Deprecated.
Constructor
QualifiedDateParam(QuantityCompararatorEnum, Date) - Constructor for class ca.uhn.fhir.rest.param.QualifiedDateParam
Deprecated.
Constructor
QualifiedDateParam(QuantityCompararatorEnum, String) - Constructor for class ca.uhn.fhir.rest.param.QualifiedDateParam
Deprecated.
Constructor
QualifiedDateParam(String) - Constructor for class ca.uhn.fhir.rest.param.QualifiedDateParam
Deprecated.
Constructor which takes a complete [qualifier]{date} string.
QualifiedParamList - Class in ca.uhn.fhir.rest.method
 
QualifiedParamList() - Constructor for class ca.uhn.fhir.rest.method.QualifiedParamList
 
QualifiedParamList(int) - Constructor for class ca.uhn.fhir.rest.method.QualifiedParamList
 
QualifiedParamList(IQueryParameterOr<?>) - Constructor for class ca.uhn.fhir.rest.method.QualifiedParamList
 
QualifierDetails() - Constructor for class ca.uhn.fhir.rest.method.SearchMethodBinding.QualifierDetails
 
QuantityAndListParam - Class in ca.uhn.fhir.rest.param
 
QuantityAndListParam() - Constructor for class ca.uhn.fhir.rest.param.QuantityAndListParam
 
QuantityClientParam - Class in ca.uhn.fhir.rest.gclient
Token parameter type for use in fluent client interfaces
QuantityClientParam(String) - Constructor for class ca.uhn.fhir.rest.gclient.QuantityClientParam
 
QuantityClientParam.IAndUnits - Interface in ca.uhn.fhir.rest.gclient
 
QuantityCompararatorEnum - Enum in ca.uhn.fhir.model.dstu.valueset
 
QuantityOrListParam - Class in ca.uhn.fhir.rest.param
 
QuantityOrListParam() - Constructor for class ca.uhn.fhir.rest.param.QuantityOrListParam
 
QuantityParam - Class in ca.uhn.fhir.rest.param
 
QuantityParam() - Constructor for class ca.uhn.fhir.rest.param.QuantityParam
Constructor
QuantityParam(QuantityCompararatorEnum, BigDecimal, String, String) - Constructor for class ca.uhn.fhir.rest.param.QuantityParam
Constructor
QuantityParam(QuantityCompararatorEnum, double, String, String) - Constructor for class ca.uhn.fhir.rest.param.QuantityParam
Constructor
QuantityParam(QuantityCompararatorEnum, long, String, String) - Constructor for class ca.uhn.fhir.rest.param.QuantityParam
Constructor
QuantityParam(String) - Constructor for class ca.uhn.fhir.rest.param.QuantityParam
Constructor
QuantityParam(long) - Constructor for class ca.uhn.fhir.rest.param.QuantityParam
Constructor
QuantityParam(String, String, String) - Constructor for class ca.uhn.fhir.rest.param.QuantityParam
Constructor
QUERY_ALLOWED_INCLUDE - Static variable in class ca.uhn.fhir.util.ExtensionConstants
 
QUERY_RETURN_TYPE - Static variable in class ca.uhn.fhir.util.ExtensionConstants
 

R

Read - Annotation Type in ca.uhn.fhir.rest.annotation
RESTful method annotation to be used for the FHIR read and vread method.
read() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
read(Class<T>, String) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
read(Class<T>, UriDt) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
read(UriDt) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
read() - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Fluent method for "read" and "vread" methods.
read(Class<T>, String) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Implementation of the "instance read" method.
read(Class<T>, UriDt) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Perform the "read" operation (retrieve the latest version of a resource instance by ID) using an absolute URL.
read(UriDt) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Perform the "read" operation (retrieve the latest version of a resource instance by ID) using an absolute URL.
readExternal(ObjectInput) - Method in class ca.uhn.fhir.model.api.BasePrimitive
 
ReadMethodBinding - Class in ca.uhn.fhir.rest.method
 
ReadMethodBinding(Class<? extends IBaseResource>, Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.method.ReadMethodBinding
 
ReferenceAndListParam - Class in ca.uhn.fhir.rest.param
 
ReferenceAndListParam() - Constructor for class ca.uhn.fhir.rest.param.ReferenceAndListParam
 
ReferenceClientParam - Class in ca.uhn.fhir.rest.gclient
 
ReferenceClientParam(String) - Constructor for class ca.uhn.fhir.rest.gclient.ReferenceClientParam
 
ReferenceOrListParam - Class in ca.uhn.fhir.rest.param
 
ReferenceOrListParam() - Constructor for class ca.uhn.fhir.rest.param.ReferenceOrListParam
 
ReferenceParam - Class in ca.uhn.fhir.rest.param
 
ReferenceParam() - Constructor for class ca.uhn.fhir.rest.param.ReferenceParam
 
ReferenceParam(String) - Constructor for class ca.uhn.fhir.rest.param.ReferenceParam
 
ReferenceParam(String, String) - Constructor for class ca.uhn.fhir.rest.param.ReferenceParam
 
ReferenceParam(String, String, String) - Constructor for class ca.uhn.fhir.rest.param.ReferenceParam
 
ReflectionUtil - Class in ca.uhn.fhir.util
 
ReflectionUtil() - Constructor for class ca.uhn.fhir.util.ReflectionUtil
 
registerInterceptor(IClientInterceptor) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClient
Register a new interceptor for this client.
registerInterceptor(IClientInterceptor) - Method in class ca.uhn.fhir.rest.client.BaseClient
 
registerInterceptor(IClientInterceptor) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Register a new interceptor for this client.
registerInterceptor(IServerInterceptor) - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
registerProvider(Object) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Register a single provider.
registerProviders(Collection<? extends Object>) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Register a group of providers.
registerProviders(Collection<? extends Object>, boolean) - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
registerValidatorModule(IValidatorModule) - Method in class ca.uhn.fhir.validation.FhirValidator
Add a new validator module to this validator.
remove(Object) - Method in class ca.uhn.fhir.model.api.TagList
 
removeAll(Collection<?>) - Method in class ca.uhn.fhir.model.api.TagList
 
removeProvidedResources(Object) - Method in class ca.uhn.fhir.context.ProvidedResourceScanner
Remove any metadata that was added by any ProvidesResources annotation present in theProvider.
REPLACE_PARENT - Static variable in annotation type ca.uhn.fhir.model.api.annotation.Child
Constant value to supply for Child.order() to indicate that this child should replace the entry in the superclass with the same name (and take its order value in the process).
RequestDetails - Class in ca.uhn.fhir.rest.method
 
RequestDetails() - Constructor for class ca.uhn.fhir.rest.method.RequestDetails
 
requestIsBrowser(HttpServletRequest) - Static method in class ca.uhn.fhir.rest.server.RestfulServer
 
RequestTypeEnum - Enum in ca.uhn.fhir.rest.api
 
RequestValidatingInterceptor - Class in ca.uhn.fhir.rest.server.interceptor
This interceptor intercepts each incoming request and if it contains a FHIR resource, validates that resource.
RequestValidatingInterceptor() - Constructor for class ca.uhn.fhir.rest.server.interceptor.RequestValidatingInterceptor
 
RequiredParam - Annotation Type in ca.uhn.fhir.rest.annotation
 
requireNonNull(T, String) - Static method in class ca.uhn.fhir.util.ObjectUtil
 
requireNotEmpty(String, String) - Static method in class ca.uhn.fhir.util.ObjectUtil
 
RES_ID - Static variable in interface org.hl7.fhir.instance.model.api.IAnyResource
Fluent Client search parameter constant for _id
resolveTemplate(TemplateProcessingParameters) - Method in class ca.uhn.fhir.narrative.ThymeleafResolver
 
resource(IBaseResource) - Method in interface ca.uhn.fhir.rest.gclient.ICreate
 
resource(String) - Method in interface ca.uhn.fhir.rest.gclient.ICreate
 
resource(IBaseResource) - Method in interface ca.uhn.fhir.rest.gclient.IDelete
 
resource(Class<T>) - Method in interface ca.uhn.fhir.rest.gclient.IRead
Construct a read for the given resource type (e.g.
resource(String) - Method in interface ca.uhn.fhir.rest.gclient.IRead
Construct a read for the given resource type (e.g.
resource(IBaseResource) - Method in interface ca.uhn.fhir.rest.gclient.IUpdate
 
resource(String) - Method in interface ca.uhn.fhir.rest.gclient.IUpdate
 
resource(IBaseResource) - Method in interface ca.uhn.fhir.rest.gclient.IValidate
Use a resource as validate input
resource(String) - Method in interface ca.uhn.fhir.rest.gclient.IValidate
Use a raw resource as validate input
ResourceBinding - Class in ca.uhn.fhir.rest.server
Created by dsotnikov on 2/25/2014.
ResourceBinding() - Constructor for class ca.uhn.fhir.rest.server.ResourceBinding
 
ResourceBinding(String, List<BaseMethodBinding<?>>) - Constructor for class ca.uhn.fhir.rest.server.ResourceBinding
 
resourceById(IIdType) - Method in interface ca.uhn.fhir.rest.gclient.IDelete
 
resourceById(String, String) - Method in interface ca.uhn.fhir.rest.gclient.IDelete
 
resourceConditionalByType(String) - Method in interface ca.uhn.fhir.rest.gclient.IDelete
Delete using a conditional/match URL.
resourceConditionalByType(Class<? extends IBaseResource>) - Method in interface ca.uhn.fhir.rest.gclient.IDelete
Delete using a conditional/match URL.
resourceConditionalByUrl(String) - Method in interface ca.uhn.fhir.rest.gclient.IDelete
Specifies that the delete should be performed as a conditional delete against a given search URL.
ResourceDef - Annotation Type in ca.uhn.fhir.model.api.annotation
Class annotation which indicates a resource definition class
ResourceGoneException - Exception in ca.uhn.fhir.rest.server.exceptions
Represents an HTTP 410 Resource Gone response, which geenerally indicates that the resource has been deleted
ResourceGoneException(IdDt) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceGoneException
 
ResourceGoneException(Class<? extends IResource>, BaseIdentifierDt) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceGoneException
 
ResourceGoneException(Class<? extends IResource>, IdDt) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceGoneException
 
ResourceGoneException(String, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceGoneException
Constructor
ResourceGoneException(String) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceGoneException
 
ResourceMetadataKeyEnum<T> - Class in ca.uhn.fhir.model.api
Keys in this map refer to resource metadata keys, which are keys used to access information about specific resource instances that live outside of the resource body.
ResourceMetadataKeyEnum(String) - Constructor for class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
 
ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<T,T2> - Class in ca.uhn.fhir.model.api
 
ResourceMetadataKeySupportingAnyResource(String) - Constructor for class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource
 
ResourceMetadataMap - Class in ca.uhn.fhir.model.base.resource
 
ResourceMetadataMap() - Constructor for class ca.uhn.fhir.model.base.resource.ResourceMetadataMap
 
ResourceNotFoundException - Exception in ca.uhn.fhir.rest.server.exceptions
Represents an HTTP 404 Resource Not Found response, which means that the request is pointing to a resource that does not exist.
ResourceNotFoundException(Class<? extends IResource>, IdDt) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceNotFoundException
 
ResourceNotFoundException(Class<? extends IResource>, IdDt, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceNotFoundException
 
ResourceNotFoundException(Class<? extends IResource>, IIdType) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceNotFoundException
 
ResourceNotFoundException(Class<? extends IResource>, IIdType, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceNotFoundException
 
ResourceNotFoundException(String, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceNotFoundException
Constructor
ResourceNotFoundException(Class<? extends IResource>, BaseIdentifierDt) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceNotFoundException
Deprecated.
This doesn't make sense, since an identifier is not a resource ID and shouldn't generate a 404 if it isn't found - Should be removed
ResourceNotFoundException(IdDt) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceNotFoundException
 
ResourceNotFoundException(IIdType) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceNotFoundException
 
ResourceNotFoundException(IdDt, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceNotFoundException
 
ResourceNotFoundException(String) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceNotFoundException
 
ResourceOrDstu1Bundle(Bundle) - Constructor for class ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding.ResourceOrDstu1Bundle
 
ResourceOrDstu1Bundle(IBaseResource) - Constructor for class ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding.ResourceOrDstu1Bundle
 
ResourceParam - Annotation Type in ca.uhn.fhir.rest.annotation
 
ResourceParameter - Class in ca.uhn.fhir.rest.param
 
ResourceParameter(Class<? extends IResource>, Object, ResourceParameter.Mode) - Constructor for class ca.uhn.fhir.rest.param.ResourceParameter
 
ResourceParameter.Mode - Enum in ca.uhn.fhir.rest.param
 
ResourceReferenceInfo - Class in ca.uhn.fhir.util
Created by Bill de Beaubien on 2/26/2015.
ResourceReferenceInfo(FhirContext, IBaseResource, List<String>, IBaseReference) - Constructor for class ca.uhn.fhir.util.ResourceReferenceInfo
 
ResourceResponseHandler(Class<T>, IIdType) - Constructor for class ca.uhn.fhir.rest.client.BaseClient.ResourceResponseHandler
 
ResourceResponseHandler(Class<T>, IIdType, boolean) - Constructor for class ca.uhn.fhir.rest.client.BaseClient.ResourceResponseHandler
 
RESOURCES_JAR_NOTE - Static variable in class ca.uhn.fhir.validation.SchemaBaseValidator
 
ResourceVersionConflictException - Exception in ca.uhn.fhir.rest.server.exceptions
Represents an HTTP 409 Conflict response.
ResourceVersionConflictException(String) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceVersionConflictException
 
ResourceVersionConflictException(String, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceVersionConflictException
Constructor
ResourceVersionNotSpecifiedException - Exception in ca.uhn.fhir.rest.server.exceptions
Deprecated.
Use PreconditionFailedException instead - This exception is strangely named and will be removed at some point.
ResourceVersionNotSpecifiedException(String) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceVersionNotSpecifiedException
Deprecated.
 
ResourceVersionNotSpecifiedException(String, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceVersionNotSpecifiedException
Deprecated.
Constructor
ResourceVersionNotSpecifiedException(int, String) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceVersionNotSpecifiedException
Deprecated.
 
ResourceVersionNotSpecifiedException(int, String, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.ResourceVersionNotSpecifiedException
Deprecated.
Constructor
ResponseHighlighterInterceptor - Class in ca.uhn.fhir.rest.server.interceptor
This interceptor detects when a request is coming from a browser, and automatically returns a response with syntax highlighted (coloured) HTML for the response instead of just returning raw XML/JSON.
ResponseHighlighterInterceptor() - Constructor for class ca.uhn.fhir.rest.server.interceptor.ResponseHighlighterInterceptor
 
ResponseValidatingInterceptor - Class in ca.uhn.fhir.rest.server.interceptor
This interceptor intercepts each outgoing response and if it contains a FHIR resource, validates that resource.
ResponseValidatingInterceptor() - Constructor for class ca.uhn.fhir.rest.server.interceptor.ResponseValidatingInterceptor
 
RestfulClientFactory - Class in ca.uhn.fhir.rest.client
 
RestfulClientFactory() - Constructor for class ca.uhn.fhir.rest.client.RestfulClientFactory
Constructor
RestfulClientFactory(FhirContext) - Constructor for class ca.uhn.fhir.rest.client.RestfulClientFactory
Constructor
RestfulResponse<T extends RequestDetails> - Class in ca.uhn.fhir.rest.server
 
RestfulResponse(T) - Constructor for class ca.uhn.fhir.rest.server.RestfulResponse
 
RestfulServer - Class in ca.uhn.fhir.rest.server
 
RestfulServer() - Constructor for class ca.uhn.fhir.rest.server.RestfulServer
Constructor.
RestfulServer(FhirContext) - Constructor for class ca.uhn.fhir.rest.server.RestfulServer
Constructor
RestfulServerUtils - Class in ca.uhn.fhir.rest.server
 
RestfulServerUtils() - Constructor for class ca.uhn.fhir.rest.server.RestfulServerUtils
 
RestOperationTypeEnum - Enum in ca.uhn.fhir.rest.api
 
RestSearchParameterTypeEnum - Enum in ca.uhn.fhir.rest.method
 
RestulfulServerConfiguration - Class in ca.uhn.fhir.rest.server
 
RestulfulServerConfiguration() - Constructor for class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
 
ResultSeverityEnum - Enum in ca.uhn.fhir.validation
 
retainAll(Collection<?>) - Method in class ca.uhn.fhir.model.api.TagList
 
retrieveResultList(String) - Method in class ca.uhn.fhir.rest.server.FifoMemoryPagingProvider
 
retrieveResultList(String) - Method in interface ca.uhn.fhir.rest.server.IPagingProvider
Retrieve a result list by ID
returnBundle(Class<B>) - Method in interface ca.uhn.fhir.rest.gclient.IQuery
Request that the client return the specified bundle type, e.g.
returnNull() - Method in interface ca.uhn.fhir.rest.gclient.IReadIfNoneMatch
If the server responds with an HTTP 301 Not Modified, return null.
returnResource(T) - Method in interface ca.uhn.fhir.rest.gclient.IReadIfNoneMatch
If the server responds with an HTTP 301 Not Modified, return the given instance.
returnResponse(ParseAction<?>, int, boolean, MethodOutcome, String) - Method in interface ca.uhn.fhir.rest.server.IRestfulResponse
 
returnResponse(ServletRequestDetails, ParseAction<?>, int, boolean, MethodOutcome, String) - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
returnResponse(ParseAction<?>, int, boolean, MethodOutcome, String) - Method in class ca.uhn.fhir.rest.server.servlet.ServletRestfulResponse
 
ReturnType() - Constructor for class ca.uhn.fhir.rest.method.OperationMethodBinding.ReturnType
 
revInclude(Include) - Method in interface ca.uhn.fhir.rest.gclient.IQuery
Add a "_revinclude" specification
round(int) - Method in class ca.uhn.fhir.model.primitive.DecimalDt
Rounds the value to the given prevision
round(int, RoundingMode) - Method in class ca.uhn.fhir.model.primitive.DecimalDt
Rounds the value to the given prevision
RuntimeChildAny - Class in ca.uhn.fhir.context
 
RuntimeChildAny(Field, String, Child, Description) - Constructor for class ca.uhn.fhir.context.RuntimeChildAny
 
RuntimeChildChoiceDefinition - Class in ca.uhn.fhir.context
 
RuntimeChildChoiceDefinition(Field, String, Child, Description, List<Class<? extends IBase>>) - Constructor for class ca.uhn.fhir.context.RuntimeChildChoiceDefinition
 
RuntimeChildCompositeBoundDatatypeDefinition - Class in ca.uhn.fhir.context
 
RuntimeChildCompositeBoundDatatypeDefinition(Field, String, Child, Description, Class<? extends IBase>, IValueSetEnumBinder<Enum<?>>) - Constructor for class ca.uhn.fhir.context.RuntimeChildCompositeBoundDatatypeDefinition
 
RuntimeChildCompositeDatatypeDefinition - Class in ca.uhn.fhir.context
 
RuntimeChildCompositeDatatypeDefinition(Field, String, Child, Description, Class<? extends IBase>) - Constructor for class ca.uhn.fhir.context.RuntimeChildCompositeDatatypeDefinition
 
RuntimeChildContainedResources - Class in ca.uhn.fhir.context
 
RuntimeChildDeclaredExtensionDefinition - Class in ca.uhn.fhir.context
 
RuntimeChildDirectResource - Class in ca.uhn.fhir.context
 
RuntimeChildExtensionDt - Class in ca.uhn.fhir.context
 
RuntimeChildExtensionDt(Field, String, Child, Description) - Constructor for class ca.uhn.fhir.context.RuntimeChildExtensionDt
 
RuntimeChildNarrativeDefinition - Class in ca.uhn.fhir.context
 
RuntimeChildNarrativeDefinition(Field, String, Child, Description, Class<? extends IBase>) - Constructor for class ca.uhn.fhir.context.RuntimeChildNarrativeDefinition
 
RuntimeChildPrimitiveBoundCodeDatatypeDefinition - Class in ca.uhn.fhir.context
 
RuntimeChildPrimitiveBoundCodeDatatypeDefinition(Field, String, Child, Description, Class<? extends IBase>, Object) - Constructor for class ca.uhn.fhir.context.RuntimeChildPrimitiveBoundCodeDatatypeDefinition
 
RuntimeChildPrimitiveDatatypeDefinition - Class in ca.uhn.fhir.context
 
RuntimeChildPrimitiveDatatypeDefinition(Field, String, Description, Child, Class<? extends IBase>) - Constructor for class ca.uhn.fhir.context.RuntimeChildPrimitiveDatatypeDefinition
 
RuntimeChildPrimitiveEnumerationDatatypeDefinition - Class in ca.uhn.fhir.context
 
RuntimeChildPrimitiveEnumerationDatatypeDefinition(Field, String, Child, Description, Class<? extends IBase>, Class<?>) - Constructor for class ca.uhn.fhir.context.RuntimeChildPrimitiveEnumerationDatatypeDefinition
 
RuntimeChildResourceBlockDefinition - Class in ca.uhn.fhir.context
 
RuntimeChildResourceBlockDefinition(Field, Child, Description, String, Class<? extends IBase>) - Constructor for class ca.uhn.fhir.context.RuntimeChildResourceBlockDefinition
 
RuntimeChildResourceDefinition - Class in ca.uhn.fhir.context
 
RuntimeChildResourceDefinition(Field, String, Child, Description, List<Class<? extends IBaseResource>>) - Constructor for class ca.uhn.fhir.context.RuntimeChildResourceDefinition
Constructor
RuntimeChildUndeclaredExtensionDefinition - Class in ca.uhn.fhir.context
 
RuntimeChildUndeclaredExtensionDefinition() - Constructor for class ca.uhn.fhir.context.RuntimeChildUndeclaredExtensionDefinition
 
RuntimeChildXhtmlDatatypeDefinition - Class in ca.uhn.fhir.context
HL7org XHTML type
RuntimeChildXhtmlDatatypeDefinition(Field, String, Description, Child, Class<? extends IBase>) - Constructor for class ca.uhn.fhir.context.RuntimeChildXhtmlDatatypeDefinition
 
RuntimeCompositeDatatypeDefinition - Class in ca.uhn.fhir.context
 
RuntimeCompositeDatatypeDefinition(DatatypeDef, Class<? extends ICompositeType>, boolean) - Constructor for class ca.uhn.fhir.context.RuntimeCompositeDatatypeDefinition
 
RuntimeElemContainedResourceList - Class in ca.uhn.fhir.context
HL7org structures use a List for contained instead of a distinct datatype
RuntimeElemContainedResourceList(Class<IBaseResource>, boolean) - Constructor for class ca.uhn.fhir.context.RuntimeElemContainedResourceList
 
RuntimeElemContainedResources - Class in ca.uhn.fhir.context
 
RuntimeElemContainedResources(Class<? extends BaseContainedDt>, boolean) - Constructor for class ca.uhn.fhir.context.RuntimeElemContainedResources
 
RuntimeElementDirectResource - Class in ca.uhn.fhir.context
 
RuntimeElementDirectResource(boolean) - Constructor for class ca.uhn.fhir.context.RuntimeElementDirectResource
 
RuntimeExtensionDtDefinition - Class in ca.uhn.fhir.context
 
RuntimeExtensionDtDefinition(DatatypeDef, Class<? extends ICompositeType>, boolean) - Constructor for class ca.uhn.fhir.context.RuntimeExtensionDtDefinition
 
RuntimeIdDatatypeDefinition - Class in ca.uhn.fhir.context
 
RuntimeIdDatatypeDefinition(DatatypeDef, Class<? extends IPrimitiveType<?>>, boolean) - Constructor for class ca.uhn.fhir.context.RuntimeIdDatatypeDefinition
 
RuntimePrimitiveDatatypeDefinition - Class in ca.uhn.fhir.context
 
RuntimePrimitiveDatatypeDefinition(DatatypeDef, Class<? extends IPrimitiveType<?>>, boolean) - Constructor for class ca.uhn.fhir.context.RuntimePrimitiveDatatypeDefinition
 
RuntimePrimitiveDatatypeNarrativeDefinition - Class in ca.uhn.fhir.context
 
RuntimePrimitiveDatatypeNarrativeDefinition(String, Class<XhtmlDt>, boolean) - Constructor for class ca.uhn.fhir.context.RuntimePrimitiveDatatypeNarrativeDefinition
 
RuntimePrimitiveDatatypeXhtmlHl7OrgDefinition - Class in ca.uhn.fhir.context
 
RuntimePrimitiveDatatypeXhtmlHl7OrgDefinition(String, Class<? extends IBaseXhtml>, boolean) - Constructor for class ca.uhn.fhir.context.RuntimePrimitiveDatatypeXhtmlHl7OrgDefinition
 
RuntimeResourceBlockDefinition - Class in ca.uhn.fhir.context
 
RuntimeResourceBlockDefinition(String, Class<? extends IBase>, boolean) - Constructor for class ca.uhn.fhir.context.RuntimeResourceBlockDefinition
 
RuntimeResourceDefinition - Class in ca.uhn.fhir.context
 
RuntimeResourceDefinition(FhirContext, String, Class<? extends IBaseResource>, ResourceDef, boolean) - Constructor for class ca.uhn.fhir.context.RuntimeResourceDefinition
 
RuntimeResourceReferenceDefinition - Class in ca.uhn.fhir.context
 
RuntimeResourceReferenceDefinition(String, List<Class<? extends IBaseResource>>, boolean) - Constructor for class ca.uhn.fhir.context.RuntimeResourceReferenceDefinition
Constructor
RuntimeSearchParam - Class in ca.uhn.fhir.context
 
RuntimeSearchParam(String, String, String, RestSearchParameterTypeEnum) - Constructor for class ca.uhn.fhir.context.RuntimeSearchParam
 
RuntimeSearchParam(String, String, String, RestSearchParameterTypeEnum, List<RuntimeSearchParam>) - Constructor for class ca.uhn.fhir.context.RuntimeSearchParam
 

S

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
 
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.BaseRuntimeElementCompositeDefinition
 
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 class ca.uhn.fhir.rest.client.GenericClient
 
search(Class<T>, Map<String, List<IQueryParameterType>>) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
search(Class<T>, UriDt) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
search(UriDt) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
search() - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Search for resources matching a given set of criteria.
search(Class<T>, Map<String, List<IQueryParameterType>>) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Implementation of the "instance search" method.
search(Class<T>, UriDt) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Perform the "search" operation using an absolute URL.
search(UriDt) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
 
SearchMethodBinding - Class in ca.uhn.fhir.rest.method
 
SearchMethodBinding(Class<? extends IBaseResource>, Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.method.SearchMethodBinding
 
SearchMethodBinding.QualifierDetails - Class in ca.uhn.fhir.rest.method
 
SearchParamDefinition - Annotation Type in ca.uhn.fhir.model.api.annotation
 
SearchParameter - Class in ca.uhn.fhir.rest.method
Created by dsotnikov on 2/25/2014.
SearchParameter() - Constructor for class ca.uhn.fhir.rest.method.SearchParameter
 
SearchParameter(String, boolean) - Constructor for class ca.uhn.fhir.rest.method.SearchParameter
 
SearchParameterMap - Class in ca.uhn.fhir.rest.server
 
SearchParameterMap() - Constructor for class ca.uhn.fhir.rest.server.SearchParameterMap
 
SearchStyleEnum - Enum in ca.uhn.fhir.rest.method
Enumerated type to represent the various allowable syntax for a search/query as described in the FHIR Specification Section 2.1.11
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
 
SecurityEventObjectSensitivityEnum - Enum in ca.uhn.fhir.model.dstu.valueset
 
SecurityEventObjectTypeEnum - Enum in ca.uhn.fhir.model.dstu.valueset
 
sendAttachmentResponse(IBaseBinary, int, String) - Method in interface ca.uhn.fhir.rest.server.IRestfulResponse
 
sendAttachmentResponse(IBaseBinary, int, String) - Method in class ca.uhn.fhir.rest.server.servlet.ServletRestfulResponse
 
sendWriterResponse(int, String, String, Writer) - Method in interface ca.uhn.fhir.rest.server.IRestfulResponse
 
sendWriterResponse(int, String, String, Writer) - Method in class ca.uhn.fhir.rest.server.servlet.ServletRestfulResponse
 
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
 
SERVLET_CONTEXT_ATTRIBUTE - Static variable in class ca.uhn.fhir.rest.server.RestfulServer
Requests will have an HttpServletRequest attribute set with this name, containing the servlet context, in order to avoid a dependency on Servlet-API 3.0+
ServletRequestDetails - Class in ca.uhn.fhir.rest.server.servlet
 
ServletRequestDetails() - Constructor for class ca.uhn.fhir.rest.server.servlet.ServletRequestDetails
 
ServletRestfulResponse - Class in ca.uhn.fhir.rest.server.servlet
 
ServletRestfulResponse(ServletRequestDetails) - Constructor for class ca.uhn.fhir.rest.server.servlet.ServletRestfulResponse
 
setAddProfileTag(AddProfileTagEnum) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Sets the profile tagging behaviour for the server.
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).
setApproximate(boolean) - Method in class ca.uhn.fhir.rest.param.QuantityParam
 
setBundleInclusionRule(BundleInclusionRule) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Set how bundle factory should decide whether referenced resources should be included in bundles
setCategories(TagList) - Method in class ca.uhn.fhir.model.api.Bundle
 
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
 
setChainlists(String[], String[]) - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
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.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
 
setCodeType(Class<? extends ICodeEnum>) - Method in class ca.uhn.fhir.context.BaseRuntimeChildDatatypeDefinition
 
setColonQualifier(String) - Method in class ca.uhn.fhir.rest.method.SearchMethodBinding.QualifierDetails
 
setComparator(QuantityCompararatorEnum) - Method in class ca.uhn.fhir.rest.param.DateParam
 
setComparator(QuantityCompararatorEnum) - Method in class ca.uhn.fhir.rest.param.QuantityParam
 
setComparator(String) - Method in class ca.uhn.fhir.rest.param.QuantityParam
 
setCompartmentName(String) - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
setCompleteUrl(String) - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
setCompositeTypes(Class<? extends IQueryParameterType>[]) - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
setConformanceDate(String) - Method in class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
Set the conformanceDate
setConnectionRequestTimeout(int) - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Sets the connection request timeout, in milliseconds.
setConnectionRequestTimeout(int) - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
setConnectTimeout(int) - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Sets the connect timeout, in milliseconds.
setConnectTimeout(int) - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
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
 
setConverter(OperationParameter.IConverter) - Method in class ca.uhn.fhir.rest.method.OperationParameter
 
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).
setDeclaredTypes(Class<? extends IBaseResource>[]) - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
setDefaultNamespace(String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
setDefaultNamespace(String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
setDefaultPageSize(int) - Method in class ca.uhn.fhir.rest.server.FifoMemoryPagingProvider
 
setDefaultPrettyPrint(boolean) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Should the server "pretty print" responses by default (requesting clients can always override this default by supplying an Accept header in the request, or a _pretty parameter in the request URL.
setDefaultResponseEncoding(EncodingEnum) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Sets the default encoding to return (XML/JSON) if an incoming request does not specify a preference (either with the _format URL parameter, or with an Accept header in the request.
setDeleted(InstantDt) - Method in class ca.uhn.fhir.model.api.BundleEntry
Sets the date/time that this entry was deleted.
setDeletedByEmail(StringDt) - Method in class ca.uhn.fhir.model.api.BundleEntry
 
setDeletedByName(StringDt) - Method in class ca.uhn.fhir.model.api.BundleEntry
 
setDeletedComment(StringDt) - Method in class ca.uhn.fhir.model.api.BundleEntry
 
setDeletedResourceId(IdDt) - Method in class ca.uhn.fhir.model.api.BundleEntry
 
setDeletedResourceType(CodeDt) - Method in class ca.uhn.fhir.model.api.BundleEntry
 
setDeletedResourceVersion(StringDt) - Method in class ca.uhn.fhir.model.api.BundleEntry
 
setDescription(String) - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding
 
setDescription(String) - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
setDetails(String) - Method in class ca.uhn.fhir.model.base.resource.BaseOperationOutcome.BaseIssue
Deprecated.
Use BaseOperationOutcome.BaseIssue.setDiagnostics(String) instead - Field was renamed in DSTU2
setDiagnostics(String) - Method in class ca.uhn.fhir.model.base.resource.BaseOperationOutcome.BaseIssue
 
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
 
setDontValidateConformance(boolean) - Method in class ca.uhn.fhir.rest.client.BaseClient
This method is an internal part of the HAPI API and may change, use with caution.
setDotQualifier(String) - Method in class ca.uhn.fhir.rest.method.SearchMethodBinding.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.
setEncodeElementsAppliesToResourceTypes(Set<String>) - Method in class ca.uhn.fhir.parser.BaseParser
 
setEncodeElementsAppliesToResourceTypes(Set<String>) - Method in interface ca.uhn.fhir.parser.IParser
If provided, tells the parse which resource types to apply encode elements to.
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.
setEncoding(EncodingEnum) - Method in class ca.uhn.fhir.rest.client.BaseClient
Sets the encoding that will be used on requests.
setEnumerationType(Class<?>) - Method in class ca.uhn.fhir.context.RuntimeChildDeclaredExtensionDefinition
 
setErrorMessageFormat(String) - Method in class ca.uhn.fhir.rest.server.interceptor.LoggingInterceptor
Set the log message format to be used when logging exceptions
setETagSupport(ETagSupportEnum) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Sets (enables/disables) the server support for ETags.
setExact(boolean) - Method in class ca.uhn.fhir.rest.param.StringParam
 
setFhirContext(FhirContext) - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
Sets the context associated with this client factory.
setFhirContext(FhirContext) - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
setFhirContext(FhirContext) - Method in class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
Set the fhirContext
setFhirServerBase(String) - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
setHttpClient(HttpClient) - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Sets the Apache HTTP client instance to be used by any new restful clients created by this factory.
setHttpClient(HttpClient) - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
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
Deprecated.
Use BaseIdentifiableElement.setElementSpecificId(String) instead. This method will be removed because it is easily confused with other ID methods (such as patient#getIdentifier)
setId(String) - Method in class ca.uhn.fhir.model.api.BaseIdentifiableElement
Deprecated.
Use BaseIdentifiableElement.setElementSpecificId(String) instead. This method will be removed because it is easily confused with other ID methods (such as patient#getIdentifier)
setId(IdDt) - Method in class ca.uhn.fhir.model.api.BundleEntry
Deprecated.
Bundle entries no longer have an ID in DSTU2, as ID is explicitly stated in the resource itself.
setId(IdDt) - Method in interface ca.uhn.fhir.model.api.IIdentifiableElement
Deprecated.
Use IIdentifiableElement.setElementSpecificId(String) instead. This method will be removed because it is easily confused with other ID methods (such as patient#getIdentifier)
setId(String) - Method in interface ca.uhn.fhir.model.api.IIdentifiableElement
Deprecated.
Use IIdentifiableElement.setElementSpecificId(String) instead. This method will be removed because it is easily confused with other ID methods (such as patient#getIdentifier)
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
Copies the value from the given IdDt to this IdDt.
setId(IIdType) - Method in class ca.uhn.fhir.rest.api.MethodOutcome
 
setId(IIdType) - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
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
setImplementationDescription(String) - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
setImplementationDescription(String) - Method in class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
Set the implementationDescription
setInterceptors(IServerInterceptor...) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Sets (or clears) the list of interceptors
setInterceptors(List<IServerInterceptor>) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Sets (or clears) the list of interceptors
setKeepResponses(boolean) - Method in class ca.uhn.fhir.rest.client.BaseClient
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
setLabel(String) - Method in class ca.uhn.fhir.model.api.Tag
Deprecated.
Tags will become immutable in a future release of HAPI in order to facilitate ensuring that the TagList acts as an unordered set. Use the constructor to set this field when creating a new tag object
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
setLastRequest(HttpRequestBase) - Method in class ca.uhn.fhir.rest.client.GenericClient
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
setLastResponse(HttpResponse) - Method in class ca.uhn.fhir.rest.client.BaseClient
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
setLastResponseBody(String) - Method in class ca.uhn.fhir.rest.client.BaseClient
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
setLastUpdated(Date) - Method in interface org.hl7.fhir.instance.model.api.IBaseMetaType
 
setLinkAlternate(StringDt) - Method in class ca.uhn.fhir.model.api.BundleEntry
 
setLinkBase(StringDt) - Method in class ca.uhn.fhir.model.api.BundleEntry
Deprecated.
Use resource ID to determine base URL
setLinkSearch(StringDt) - Method in class ca.uhn.fhir.model.api.BundleEntry
 
setLinkSelf(StringDt) - Method in class ca.uhn.fhir.model.api.BundleEntry
 
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
 
setLogExceptions(boolean) - Method in class ca.uhn.fhir.rest.server.interceptor.LoggingInterceptor
Should exceptions be logged by this logger
setLogger(Logger) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
Sets a logger to use to log messages (default is a logger with this class' name).
setLogger(Logger) - Method in class ca.uhn.fhir.rest.server.interceptor.LoggingInterceptor
 
setLoggerName(String) - Method in class ca.uhn.fhir.rest.server.interceptor.LoggingInterceptor
 
setLogRequestAndResponse(boolean) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
setLogRequestAndResponse(boolean) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
If set to true, the client will log all requests and all responses.
setLogRequestBody(boolean) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
Should a summary (one line) for each request be logged, containing the URL and other information
setLogRequestHeaders(boolean) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
Should headers for each request be logged, containing the URL and other information
setLogRequestSummary(boolean) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
Should a summary (one line) for each request be logged, containing the URL and other information
setLogResponseBody(boolean) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
Should a summary (one line) for each request be logged, containing the URL and other information
setLogResponseHeaders(boolean) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
Should headers for each request be logged, containing the URL and other information
setLogResponseSummary(boolean) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
Should a summary (one line) for each request be logged, containing the URL and other information
setLowerBound(DateParam) - Method in class ca.uhn.fhir.rest.param.DateRangeParam
 
setMax(int) - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding.ReturnType
 
setMaximumPageSize(int) - Method in class ca.uhn.fhir.rest.server.FifoMemoryPagingProvider
 
setMessage(String) - Method in class ca.uhn.fhir.validation.SingleValidationMessage
 
setMessageFormat(String) - Method in class ca.uhn.fhir.rest.server.interceptor.LoggingInterceptor
Sets the message format itself.
setMethods(List<BaseMethodBinding<?>>) - Method in class ca.uhn.fhir.rest.server.ResourceBinding
 
setMin(int) - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding.ReturnType
 
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
Deprecated.
get/setMissing is not supported in StringDt. Use TokenParam instead if you need this functionality
setMissing(Boolean) - Method in class ca.uhn.fhir.model.base.composite.BaseIdentifierDt
Deprecated.
get/setMissing is not supported in StringDt. Use StringParam instead if you need this functionality
setMissing(Boolean) - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
Deprecated.
get/setMissing is not supported in StringDt. Use QuantityParam instead if you need this functionality
setMissing(Boolean) - Method in class ca.uhn.fhir.model.primitive.StringDt
Deprecated.
get/setMissing is not supported in StringDt. Use StringParam instead if you need this functionality
setMissing(Boolean) - Method in class ca.uhn.fhir.rest.param.DateParam
 
setMissing(Boolean) - Method in class ca.uhn.fhir.rest.param.InternalCodingDt
 
setMissing(Boolean) - Method in class ca.uhn.fhir.rest.param.ReferenceParam
 
setModifier(boolean) - Method in class ca.uhn.fhir.model.api.ExtensionDt
 
setModifier(TokenParamModifier) - Method in class ca.uhn.fhir.rest.param.TokenParam
 
setName(String) - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding.ReturnType
 
setName(String) - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
setNamespaceContext(NamespaceContext) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
setNamespaceContext(NamespaceContext) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
setNarrativeGenerator(INarrativeGenerator) - Method in class ca.uhn.fhir.context.FhirContext
 
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.
setOperation(String) - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
setOperationOutcome(IBaseOperationOutcome) - Method in class ca.uhn.fhir.rest.api.MethodOutcome
Sets the IBaseOperationOutcome resource to return to the client.
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
Sets the sort order specified by this parameter, or null if none should be explicitly defined (which means SortOrderEnum.ASC according to the FHIR specification)
setPagingProvider(IPagingProvider) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Sets the paging provider to use, or null to use no paging (which is the default)
setParameters(List<IParameter>) - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
For unit tests only
setParameters(Map<String, String[]>) - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
setParamName(String) - Method in class ca.uhn.fhir.rest.api.SortSpec
Sets the actual name of the search param to sort by
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
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.
setPlainProviders(Collection<Object>) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Sets the non-resource specific providers which implement method calls on this server.
setPlainProviders(Object...) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Sets the non-resource specific providers which implement method calls on this server.
setPoolMaxPerRoute(int) - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Sets the maximum number of connections per route allowed in the pool.
setPoolMaxPerRoute(int) - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
setPoolMaxTotal(int) - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Sets the maximum number of connections allowed in the pool.
setPoolMaxTotal(int) - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
setPrecision(TemporalPrecisionEnum) - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
Sets the precision for this datatype
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.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.
setPrettyPrint(Boolean) - Method in class ca.uhn.fhir.rest.client.BaseClient
Sets the pretty print flag, which is a request to the server for it to return "pretty printed" responses.
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)
setPropertyFile(String...) - Method in class ca.uhn.fhir.narrative.CustomThymeleafNarrativeGenerator
Set the property file to use
setProviders(Object...) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Sets the non-resource specific providers which implement method calls on this server
setProxy(String, Integer) - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Sets the HTTP proxy to use for outgoing connections
setProxy(String, Integer) - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
setProxyCredentials(String, String) - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Sets the credentials to use to authenticate with the HTTP proxy, if one is defined.
setProxyCredentials(String, String) - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
setPublished(InstantDt) - Method in class ca.uhn.fhir.model.api.BundleEntry
 
setQualifier(String) - Method in class ca.uhn.fhir.rest.method.QualifiedParamList
 
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(DateTimeDt, DateTimeDt) - 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
setRecurse(boolean) - Method in class ca.uhn.fhir.model.api.Include
 
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
 
setRequestDetails(T) - Method in class ca.uhn.fhir.rest.server.RestfulResponse
Set the requestDetails
setRequestPath(String) - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
setRequestType(RequestTypeEnum) - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
setRequired(boolean) - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
setResource(IResource) - Method in class ca.uhn.fhir.model.api.BundleEntry
 
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(T) - Method in interface ca.uhn.fhir.rest.server.audit.IResourceAuditor
 
setResource(IBaseResource) - Method in class ca.uhn.fhir.rest.server.interceptor.IServerInterceptor.ActionRequestDetails
This method should not be called by client code
setResource(IBaseResource) - Method in interface org.hl7.fhir.instance.model.api.IBaseReference
 
setResourceBindings(Collection<ResourceBinding>) - Method in class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
Set the resourceBindings
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.
setResourceName(String) - Method in class ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding
 
setResourceName(String) - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
setResourceName(String) - Method in class ca.uhn.fhir.rest.server.ResourceBinding
 
setResourceProviders(Collection<IResourceProvider>) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Sets the resource providers for this server
setResourceProviders(IResourceProvider...) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Sets the resource providers for this server
setResourceType(String) - Method in class ca.uhn.fhir.util.UrlUtil.UrlParts
 
setRespondGzip(boolean) - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
setResponse(IRestfulResponse) - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
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.
setResponseHeaderName(String) - Method in class ca.uhn.fhir.rest.server.interceptor.RequestValidatingInterceptor
Sets the name of the response header to add validation failures to
setResponseHeaderName(String) - Method in class ca.uhn.fhir.rest.server.interceptor.ResponseValidatingInterceptor
Sets the name of the response header to add validation failures to
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.
setRestfulServer(RestfulServer) - Method in interface ca.uhn.fhir.rest.server.IServerConformanceProvider
This setter is needed in implementation classes (along with a no-arg constructor) to avoid reference cycles in the Spring wiring of a RestfulServer instance.
setRestOperationType(RestOperationTypeEnum) - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
setReturnStackTracesForExceptionTypes(Class<?>...) - Method in class ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor
If any server methods throw an exception which extends any of the given exception types, the exception stack trace will be returned to the user.
setScheme(String) - Method in class ca.uhn.fhir.model.api.Tag
Deprecated.
Tags will become immutable in a future release of HAPI in order to facilitate ensuring that the TagList acts as an unordered set. Use the constructor to set this field when creating a new tag object
setScore(DecimalDt) - Method in class ca.uhn.fhir.model.api.BundleEntry
 
setSearchMode(BoundCodeDt<BundleEntrySearchModeEnum>) - Method in class ca.uhn.fhir.model.api.BundleEntry
 
setSecondaryOperation(String) - Method in class ca.uhn.fhir.rest.method.RequestDetails
 
setServer(RestfulServer) - Method in class ca.uhn.fhir.rest.server.servlet.ServletRequestDetails
 
setServerAddressStrategy(IServerAddressStrategy) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Provide a server address strategy, which is used to determine what base URL to provide clients to refer to this server.
setServerAddressStrategy(IServerAddressStrategy) - Method in class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
Set the serverAddressStrategy
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.
setServerBindings(List<BaseMethodBinding<?>>) - Method in class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
Set the serverBindings
setServerConformanceProvider(Object) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Returns the server conformance provider, which is the provider that is used to generate the server's conformance (metadata) statement.
setServerName(String) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Sets the server's name, as exported in conformance profiles exported by the server.
setServerName(String) - Method in class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
Set the serverName
setServerValidationMode(ServerValidationModeEnum) - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Sets the server validation mode for any clients created from this factory.
setServerValidationMode(ServerValidationModeEnum) - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
setServerValidationModeEnum(ServerValidationModeEnum) - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Deprecated.
Use IRestfulClientFactory.setServerValidationMode(ServerValidationModeEnum) instead. This method was incorrectly named.
setServerValidationModeEnum(ServerValidationModeEnum) - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
setServerVersion(String) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Gets the server's version, as exported in conformance profiles exported by the server.
setServerVersion(String) - Method in class ca.uhn.fhir.rest.server.RestulfulServerConfiguration
Set the serverVersion
setServletPath(String) - Method in class ca.uhn.fhir.rest.server.IncomingRequestAddressStrategy
If set to a non-null value (default is null), this address strategy assumes that the FHIR endpoint is deployed to the given servlet path within the context.
setServletRequest(HttpServletRequest) - Method in class ca.uhn.fhir.rest.server.servlet.ServletRequestDetails
 
setServletResponse(HttpServletResponse) - Method in class ca.uhn.fhir.rest.server.servlet.ServletRequestDetails
 
setSeverity(ResultSeverityEnum) - Method in class ca.uhn.fhir.validation.SingleValidationMessage
 
setSocketTimeout(int) - Method in interface ca.uhn.fhir.rest.client.IRestfulClientFactory
Sets the socket timeout, in milliseconds.
setSocketTimeout(int) - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
 
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.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.
setSummary(SummaryEnum) - Method in class ca.uhn.fhir.rest.client.BaseClient
 
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.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(UriDt) - 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
Deprecated.
Tags will become immutable in a future release of HAPI in order to facilitate ensuring that the TagList acts as an unordered set. Use the constructor to set this field when creating a new tag object
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().
setToken(String) - Method in class ca.uhn.fhir.rest.client.interceptor.BearerTokenAuthInterceptor
Sets the bearer token to use
setTransactionMethod(BoundCodeDt<BundleEntryTransactionMethodEnum>) - Method in class ca.uhn.fhir.model.api.BundleEntry
 
setType(String) - Method in class ca.uhn.fhir.rest.method.OperationMethodBinding.ReturnType
 
setType(Class<?>, Class<? extends Collection<?>>, Class<? extends Collection<?>>) - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
setUncompressIncomingContents(boolean) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Should the server attempt to decompress incoming request contents (default is true).
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
 
setUpdated(InstantDt) - Method in class ca.uhn.fhir.model.api.BundleEntry
Deprecated.
DSTU2 Note: As of DSTU2, bundle entries no longer have an updated time (this bit of metadata has been moved to the resource <meta/> element so it is redundant here). In preparation for DSTU2, it is recommended that you migrate code away from using this method and over to using resource metadata instead.
setUpperBound(DateParam) - Method in class ca.uhn.fhir.rest.param.DateRangeParam
 
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
 
setUseBrowserFriendlyContentTypes(boolean) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Deprecated.
This feature did not work well, and will be removed. Use ResponseHighlighterInterceptor instead as an interceptor on your server and it will provide more useful syntax highlighting. Deprocated in 1.4
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)
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, 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(Date) - Method in class ca.uhn.fhir.rest.param.DateParam
 
setValue(BigDecimal) - Method in class ca.uhn.fhir.rest.param.QuantityParam
 
setValue(DecimalDt) - 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.StringParam
 
setValue(String) - Method in class ca.uhn.fhir.rest.param.TokenParam
 
setValue(String) - Method in class ca.uhn.fhir.rest.param.UriParam
 
setValue(String) - Method in class ca.uhn.fhir.rest.server.HardcodedServerAddressStrategy
 
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(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(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(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(String, String) - Method in class ca.uhn.fhir.model.base.composite.BaseQuantityDt
 
setValueAsQueryToken(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.
setValueAsQueryToken(String, String) - Method in class ca.uhn.fhir.rest.param.DateParam
 
setValueAsQueryToken(String, String) - Method in class ca.uhn.fhir.rest.param.ReferenceParam
 
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 interface org.hl7.fhir.instance.model.api.IPrimitiveType
 
setValuesAsQueryTokens(List<QualifiedParamList>) - Method in interface ca.uhn.fhir.model.api.IQueryParameterAnd
See FHIR specification 2.2.2 Search SearchParameter Types for information on the token format
setValuesAsQueryTokens(QualifiedParamList) - Method in interface ca.uhn.fhir.model.api.IQueryParameterOr
 
setValuesAsQueryTokens(List<QualifiedParamList>) - Method in class ca.uhn.fhir.rest.param.BaseAndListParam
 
setValuesAsQueryTokens(QualifiedParamList) - Method in class ca.uhn.fhir.rest.param.DateParam
 
setValuesAsQueryTokens(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(IdDt) - Method in class ca.uhn.fhir.rest.api.MethodOutcome
Deprecated.
Put the ID and version ID into the same IdDt instance and pass it to MethodOutcome.setId(IIdType)
setVersionId(String) - Method in class ca.uhn.fhir.util.UrlUtil.UrlParts
 
setVersionId(String) - Method in interface org.hl7.fhir.instance.model.api.IBaseMetaType
 
shouldAddSubsettedTag() - Method in class ca.uhn.fhir.parser.BaseParser
 
shouldBeEncoded() - Method in class ca.uhn.fhir.parser.BaseParser.CompositeChildElement
 
shouldIncludeReferencedResource(ResourceReferenceInfo, Set<Include>) - Method in enum ca.uhn.fhir.rest.server.BundleInclusionRule
 
SimpleBundleProvider - Class in ca.uhn.fhir.rest.server
 
SimpleBundleProvider(List<IBaseResource>) - Constructor for class ca.uhn.fhir.rest.server.SimpleBundleProvider
 
SimpleBundleProvider(IBaseResource) - Constructor for class ca.uhn.fhir.rest.server.SimpleBundleProvider
 
SimpleBundleProvider() - Constructor for class ca.uhn.fhir.rest.server.SimpleBundleProvider
Create an empty bundle
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(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(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)
singleton(IQueryParameterType) - Static method in class ca.uhn.fhir.rest.method.MethodUtil
 
singleton(String) - Static method in class ca.uhn.fhir.rest.method.QualifiedParamList
 
singleton(String, String) - Static method in class ca.uhn.fhir.rest.method.QualifiedParamList
 
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.Bundle
 
size() - Method in class ca.uhn.fhir.model.api.TagList
 
size() - Method in interface ca.uhn.fhir.rest.server.IBundleProvider
Returns the total number of results which match the given query (exclusive of any _include's or OperationOutcome)
size() - Method in class ca.uhn.fhir.rest.server.SimpleBundleProvider
 
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
 
SortOrderEnum - Enum in ca.uhn.fhir.rest.api
 
SortParameter - Class in ca.uhn.fhir.rest.method
 
SortParameter() - Constructor for class ca.uhn.fhir.rest.method.SortParameter
 
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
splitQueryStringByCommasIgnoreEscape(String, String) - Static method in class ca.uhn.fhir.rest.method.QualifiedParamList
 
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.server.Constants
 
STATUS_HTTP_201_CREATED - Static variable in class ca.uhn.fhir.rest.server.Constants
 
STATUS_HTTP_204_NO_CONTENT - Static variable in class ca.uhn.fhir.rest.server.Constants
 
STATUS_HTTP_304_NOT_MODIFIED - Static variable in class ca.uhn.fhir.rest.server.Constants
 
STATUS_HTTP_400_BAD_REQUEST - Static variable in class ca.uhn.fhir.rest.server.Constants
 
STATUS_HTTP_401_CLIENT_UNAUTHORIZED - Static variable in class ca.uhn.fhir.rest.server.Constants
 
STATUS_HTTP_403_FORBIDDEN - Static variable in class ca.uhn.fhir.rest.server.Constants
 
STATUS_HTTP_404_NOT_FOUND - Static variable in class ca.uhn.fhir.rest.server.Constants
 
STATUS_HTTP_405_METHOD_NOT_ALLOWED - Static variable in class ca.uhn.fhir.rest.server.Constants
 
STATUS_HTTP_409_CONFLICT - Static variable in class ca.uhn.fhir.rest.server.Constants
 
STATUS_HTTP_410_GONE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
STATUS_HTTP_412_PRECONDITION_FAILED - Static variable in class ca.uhn.fhir.rest.server.Constants
 
STATUS_HTTP_422_UNPROCESSABLE_ENTITY - Static variable in class ca.uhn.fhir.rest.server.Constants
 
STATUS_HTTP_500_INTERNAL_ERROR - Static variable in class ca.uhn.fhir.rest.server.Constants
 
STATUS_HTTP_501_NOT_IMPLEMENTED - Static variable in class ca.uhn.fhir.rest.server.Constants
 
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).
storeResultList(IBundleProvider) - Method in class ca.uhn.fhir.rest.server.FifoMemoryPagingProvider
 
storeResultList(IBundleProvider) - Method in interface ca.uhn.fhir.rest.server.IPagingProvider
Stores a result list and returns an ID with which that list can be returned
streamResponseAsBundle(Bundle, Set<SummaryEnum>, boolean, boolean) - Method in interface ca.uhn.fhir.rest.server.IRestfulResponse
 
streamResponseAsBundle(Bundle, Set<SummaryEnum>, boolean, boolean) - Method in class ca.uhn.fhir.rest.server.RestfulResponse
 
streamResponseAsBundle(IRestfulServerDefaults, Bundle, Set<SummaryEnum>, boolean, RequestDetails) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
 
streamResponseAsResource(IBaseResource, boolean, Set<SummaryEnum>, int, boolean, boolean) - Method in interface ca.uhn.fhir.rest.server.IRestfulResponse
 
streamResponseAsResource(IBaseResource, boolean, Set<SummaryEnum>, int, boolean, boolean) - Method in class ca.uhn.fhir.rest.server.RestfulResponse
 
streamResponseAsResource(IRestfulServerDefaults, IBaseResource, Set<SummaryEnum>, int, boolean, boolean, RequestDetails) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
 
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
 
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
 
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
 
StringParam(String) - Constructor for class ca.uhn.fhir.rest.param.StringParam
 
StringParam(String, boolean) - Constructor for class ca.uhn.fhir.rest.param.StringParam
 
SummaryEnum - Enum in ca.uhn.fhir.rest.api
Enum representing the values for the _summary search parameter
SummaryEnumParameter - Class in ca.uhn.fhir.rest.method
 
SummaryEnumParameter() - Constructor for class ca.uhn.fhir.rest.method.SummaryEnumParameter
 
summaryMode(SummaryEnum) - Method in interface ca.uhn.fhir.rest.gclient.IClientExecutable
Request that the server modify the response using the _summary param
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

T

Tag - Class in ca.uhn.fhir.model.api
A single tag
Tag() - Constructor for class ca.uhn.fhir.model.api.Tag
Deprecated.
Tags will become immutable in a future release, so this constructor should not be used.
Tag(String) - Constructor for class ca.uhn.fhir.model.api.Tag
Deprecated.
There is no reason to create a tag with a term and not a scheme, so this constructor will be removed
Tag(String, String) - Constructor for class ca.uhn.fhir.model.api.Tag
 
Tag(String, String, String) - Constructor for class ca.uhn.fhir.model.api.Tag
 
Tag(URI, URI, String) - Constructor for class ca.uhn.fhir.model.api.Tag
 
TAG_LIST - Static variable in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
The value for this key is the list of tags associated with this resource
TAG_SUBSETTED_CODE - Static variable in class ca.uhn.fhir.rest.server.Constants
 
TAG_SUBSETTED_SYSTEM - Static variable in class ca.uhn.fhir.rest.server.Constants
 
TagList - Class in ca.uhn.fhir.model.api
A collection of tags present on a single resource.
TagList() - Constructor for class ca.uhn.fhir.model.api.TagList
Constructor
TagList(TagList) - Constructor for class ca.uhn.fhir.model.api.TagList
Copy constructor
TagListParam - Annotation Type in ca.uhn.fhir.rest.annotation
Parameter annotation for the TagList parameter in a GetTags, AddTags, or DeleteTags method.
TemporalPrecisionEnum - Enum in ca.uhn.fhir.model.api
 
theOutcome - Variable in class ca.uhn.fhir.rest.method.ParseAction
 
throwExceptionForUnknownChildType(BaseRuntimeChildDefinition, Class<? extends IBase>) - Method in class ca.uhn.fhir.parser.BaseParser
 
throwNotModifiedException() - Method in interface ca.uhn.fhir.rest.gclient.IReadIfNoneMatch
If the server responds with an HTTP 301 Not Modified, throw a NotModifiedException.
ThymeleafResolver - Class in ca.uhn.fhir.narrative
 
ThymeleafResolver() - Constructor for class ca.uhn.fhir.narrative.ThymeleafResolver
 
TimeDt - Class in ca.uhn.fhir.model.primitive
Represents a Time datatype, per the FHIR specification.
TimeDt() - Constructor for class ca.uhn.fhir.model.primitive.TimeDt
Create a new String
TimeDt(String) - Constructor for class ca.uhn.fhir.model.primitive.TimeDt
Create a new String
TITLE - Static variable in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
If present and populated with a string (as an instance of String), this value contains the title for this resource, as supplied in any bundles containing the resource.
toArray() - Method in class ca.uhn.fhir.model.api.TagList
 
toArray(T[]) - Method in class ca.uhn.fhir.model.api.TagList
 
toCode(T) - Method in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory
Get the XML/JSON representation for an enumerated value
toCode() - Method in interface org.hl7.fhir.instance.model.api.IBaseFhirEnum
Get the XML/JSON representation for an enumerated value
toCodeString(T) - Method in interface ca.uhn.fhir.model.api.IValueSetEnumBinder
 
toDateParam() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
Returns a new param containing the same value as this param, but with the type copnverted to DateParam.
toHeaderValue() - Method in class ca.uhn.fhir.model.api.Tag
 
toHumanDisplay() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
Returns a human readable version of this date/time using the system local format.
toHumanDisplayLocalTimezone() - Method in class ca.uhn.fhir.model.primitive.BaseDateTimeDt
Returns a human readable version of this date/time using the system local format, converted to the local timezone if neccesary.
toInstant(Object) - Static method in class ca.uhn.fhir.rest.param.ParameterUtil
 
toInteger(Object) - Static method in class ca.uhn.fhir.rest.param.ParameterUtil
 
TokenAndListParam - Class in ca.uhn.fhir.rest.param
 
TokenAndListParam() - Constructor for class ca.uhn.fhir.rest.param.TokenAndListParam
 
TokenClientParam - Class in ca.uhn.fhir.rest.gclient
Token parameter type for use in fluent client interfaces
TokenClientParam(String) - Constructor for class ca.uhn.fhir.rest.gclient.TokenClientParam
 
TokenClientParam.IMatches - Interface in ca.uhn.fhir.rest.gclient
 
TokenOrListParam - Class in ca.uhn.fhir.rest.param
This class represents a restful search operation parameter for an "OR list" of tokens (in other words, a list which can contain one-or-more tokens, where the server should return results matching any of the tokens)
TokenOrListParam() - Constructor for class ca.uhn.fhir.rest.param.TokenOrListParam
Create a new empty token "OR list"
TokenOrListParam(String, String...) - Constructor for class ca.uhn.fhir.rest.param.TokenOrListParam
Create a new token "OR list" with a single token, or multiple tokens which have the same system value
TokenParam - Class in ca.uhn.fhir.rest.param
 
TokenParam() - Constructor for class ca.uhn.fhir.rest.param.TokenParam
Constructor
TokenParam(BaseCodingDt) - Constructor for class ca.uhn.fhir.rest.param.TokenParam
Constructor which copies the system and code from a InternalCodingDt instance and adds it as a parameter
TokenParam(BaseIdentifierDt) - Constructor for class ca.uhn.fhir.rest.param.TokenParam
Constructor which copies the system and value from a BaseIdentifierDt instance and adds it as a parameter
TokenParam(String, String) - Constructor for class ca.uhn.fhir.rest.param.TokenParam
 
TokenParam(String, String, boolean) - Constructor for class ca.uhn.fhir.rest.param.TokenParam
 
TokenParamModifier - Enum in ca.uhn.fhir.rest.param
Modifiers for TokenParam
toListOfResources() - Method in class ca.uhn.fhir.model.api.Bundle
 
toListOfResources() - Method in interface ca.uhn.fhir.rest.server.IVersionSpecificBundleFactory
 
toLocked() - Method in class ca.uhn.fhir.model.api.Include
Return a new
toNumberParam() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
Returns a new param containing the same value as this param, but with the type copnverted to NumberParam.
toOperationOutcome() - Method in class ca.uhn.fhir.validation.ValidationResult
Create an OperationOutcome resource which contains all of the messages found as a result of this validation
toProfile() - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
Deprecated.
toProfile(String) - Method in class ca.uhn.fhir.context.RuntimeResourceDefinition
 
toQuantityParam() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
Returns a new param containing the same value as this param, but with the type copnverted to QuantityParam.
toResourceList(Object) - Method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
toResult() - Method in interface ca.uhn.fhir.validation.IValidationContext
 
toString() - Method in class ca.uhn.fhir.context.BaseRuntimeChildDatatypeDefinition
 
toString() - Method in class ca.uhn.fhir.context.BaseRuntimeChildDefinition
 
toString() - Method in class ca.uhn.fhir.context.BaseRuntimeElementDefinition
 
toString() - Method in class ca.uhn.fhir.context.RuntimeChildResourceDefinition
 
toString() - Method in class ca.uhn.fhir.model.api.BasePrimitive
 
toString() - Method in class ca.uhn.fhir.model.api.Bundle
 
toString() - Method in class ca.uhn.fhir.model.api.BundleEntry
 
toString() - Method in class ca.uhn.fhir.model.api.Include
 
toString() - Method in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
 
toString() - Method in class ca.uhn.fhir.model.api.Tag
 
toString() - Method in class ca.uhn.fhir.model.api.TagList
 
toString() - Method in class ca.uhn.fhir.model.base.composite.BaseHumanNameDt
 
toString() - Method in class ca.uhn.fhir.model.base.composite.BaseResourceReferenceDt
 
toString() - Method in class ca.uhn.fhir.model.primitive.IdDt
 
toString() - Method in class ca.uhn.fhir.model.primitive.StringDt
Returns the value of this string, or null
toString() - Method in class ca.uhn.fhir.rest.method.SearchMethodBinding
 
toString() - Method in class ca.uhn.fhir.rest.method.SearchParameter
 
toString() - Method in class ca.uhn.fhir.rest.param.DateParam
 
toString() - Method in class ca.uhn.fhir.rest.param.DateRangeParam
 
toString() - Method in class ca.uhn.fhir.rest.param.NumberParam
 
toString() - Method in class ca.uhn.fhir.rest.param.QuantityParam
 
toString() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
 
toString() - Method in class ca.uhn.fhir.rest.param.StringParam
 
toString() - Method in class ca.uhn.fhir.rest.param.TokenParam
 
toString() - Method in class ca.uhn.fhir.rest.param.UriParam
 
toString() - Method in class ca.uhn.fhir.util.ResourceReferenceInfo
 
toString() - Method in class ca.uhn.fhir.validation.SingleValidationMessage
 
toString() - Method in class ca.uhn.fhir.validation.ValidationResult
 
toStringParam() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
Returns a new param containing the same value as this param, but with the type copnverted to StringParam.
toStringSet(List<StringDt>) - Static method in class ca.uhn.fhir.util.DatatypeUtil
Convert a list of FHIR String objects to a set of native java Strings
toSystemString(T) - Method in interface ca.uhn.fhir.model.api.IValueSetEnumBinder
 
toTokenParam() - Method in class ca.uhn.fhir.rest.param.ReferenceParam
Returns a new param containing the same value as this param, but with the type copnverted to TokenParam.
toUnqualified() - Method in class ca.uhn.fhir.model.primitive.IdDt
Returns a new IdDt containing this IdDt's values but with no server base URL if one is present in this IdDt.
toUnqualified() - Method in interface org.hl7.fhir.instance.model.api.IIdType
 
toUnqualifiedVersionless() - Method in class ca.uhn.fhir.model.primitive.IdDt
 
toUnqualifiedVersionless() - Method in interface org.hl7.fhir.instance.model.api.IIdType
 
toVersionless() - Method in class ca.uhn.fhir.model.primitive.IdDt
 
toVersionless() - Method in interface org.hl7.fhir.instance.model.api.IIdType
 
Transaction - Annotation Type in ca.uhn.fhir.rest.annotation
RESTful method annotation to be used for the FHIR transaction method.
transaction() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
transaction(List<IBaseResource>) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
transaction() - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Send a transaction (collection of resources) to the server to be executed as a single unit
transaction(List<IBaseResource>) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
TransactionMethodBinding - Class in ca.uhn.fhir.rest.method
 
TransactionMethodBinding(Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.method.TransactionMethodBinding
 
TransactionParam - Annotation Type in ca.uhn.fhir.rest.annotation
Parameter annotation for the "transaction" operation.
TransactionParameter - Class in ca.uhn.fhir.rest.param
 
TransactionParameter(FhirContext) - Constructor for class ca.uhn.fhir.rest.param.TransactionParameter
 
TransactionParameter.ParamStyle - Enum in ca.uhn.fhir.rest.param
 
translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.method.CountParameter
 
translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.method.DynamicSearchParameter
 
translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.method.ElementsParameter
 
translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in interface ca.uhn.fhir.rest.method.IParameter
 
translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.method.OperationParameter
 
translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.method.SortParameter
 
translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.method.SummaryEnumParameter
 
translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.param.BaseQueryParameter
 
translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.param.ResourceParameter
 
translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.param.TransactionParameter
 
translateQueryParametersIntoServerArgument(RequestDetails, BaseMethodBinding<?>) - Method in class ca.uhn.fhir.rest.method.CountParameter
 
translateQueryParametersIntoServerArgument(RequestDetails, BaseMethodBinding<?>) - Method in class ca.uhn.fhir.rest.method.DynamicSearchParameter
 
translateQueryParametersIntoServerArgument(RequestDetails, BaseMethodBinding<?>) - Method in class ca.uhn.fhir.rest.method.ElementsParameter
 
translateQueryParametersIntoServerArgument(RequestDetails, BaseMethodBinding<?>) - Method in interface ca.uhn.fhir.rest.method.IParameter
This server method method takes the data received by the server in an incoming request, and translates that data into a single argument for a server method invocation.
translateQueryParametersIntoServerArgument(RequestDetails, BaseMethodBinding<?>) - Method in class ca.uhn.fhir.rest.method.OperationParameter
 
translateQueryParametersIntoServerArgument(RequestDetails, BaseMethodBinding<?>) - Method in class ca.uhn.fhir.rest.method.SortParameter
 
translateQueryParametersIntoServerArgument(RequestDetails, BaseMethodBinding<?>) - Method in class ca.uhn.fhir.rest.method.SummaryEnumParameter
 
translateQueryParametersIntoServerArgument(RequestDetails, BaseMethodBinding<?>) - Method in class ca.uhn.fhir.rest.param.BaseQueryParameter
 
translateQueryParametersIntoServerArgument(RequestDetails, BaseMethodBinding<?>) - Method in class ca.uhn.fhir.rest.param.ResourceParameter
 
translateQueryParametersIntoServerArgument(RequestDetails, BaseMethodBinding<?>) - Method in class ca.uhn.fhir.rest.param.TransactionParameter
 
tryToExtractNamedParameter(RequestDetails, String) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
 

U

UnclassifiedServerFailureException - Exception in ca.uhn.fhir.rest.server.exceptions
Exception for use when a response is received or being sent that does not correspond to any other exception type.
UnclassifiedServerFailureException(int, String) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.UnclassifiedServerFailureException
Constructor
UnclassifiedServerFailureException(int, String, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.UnclassifiedServerFailureException
Constructor
unescape(String) - Static method in class ca.uhn.fhir.rest.param.ParameterUtil
Unescapes a string according to the rules for parameter escaping specified in the FHIR Specification Escaping Section
unescape(String) - Static method in class ca.uhn.fhir.util.UrlUtil
 
unexpectedRepeatingElement(IParserErrorHandler.IParseLocation, String) - Method in class ca.uhn.fhir.parser.ErrorHandlerAdapter
 
unexpectedRepeatingElement(IParserErrorHandler.IParseLocation, String) - Method in interface ca.uhn.fhir.parser.IParserErrorHandler
Invoked when an element repetition (e.g.
unexpectedRepeatingElement(IParserErrorHandler.IParseLocation, String) - Method in class ca.uhn.fhir.parser.LenientErrorHandler
 
unexpectedRepeatingElement(IParserErrorHandler.IParseLocation, String) - Method in class ca.uhn.fhir.parser.StrictErrorHandler
 
unknownAttribute(IParserErrorHandler.IParseLocation, String) - Method in class ca.uhn.fhir.parser.ErrorHandlerAdapter
 
unknownAttribute(IParserErrorHandler.IParseLocation, String) - Method in interface ca.uhn.fhir.parser.IParserErrorHandler
Invoked when an unknown element is found in the document.
unknownAttribute(IParserErrorHandler.IParseLocation, String) - Method in class ca.uhn.fhir.parser.LenientErrorHandler
 
unknownAttribute(IParserErrorHandler.IParseLocation, String) - Method in class ca.uhn.fhir.parser.StrictErrorHandler
 
unknownElement(IParserErrorHandler.IParseLocation, String) - Method in class ca.uhn.fhir.parser.ErrorHandlerAdapter
 
unknownElement(IParserErrorHandler.IParseLocation, String) - Method in interface ca.uhn.fhir.parser.IParserErrorHandler
Invoked when an unknown element is found in the document.
unknownElement(IParserErrorHandler.IParseLocation, String) - Method in class ca.uhn.fhir.parser.LenientErrorHandler
 
unknownElement(IParserErrorHandler.IParseLocation, String) - Method in class ca.uhn.fhir.parser.StrictErrorHandler
 
UnprocessableEntityException - Exception in ca.uhn.fhir.rest.server.exceptions
Represents an HTTP 422 Unprocessable Entity response, which means that a resource was rejected by the server because it "violated applicable FHIR profiles or server business rules".
UnprocessableEntityException(String, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException
Constructor
UnprocessableEntityException(IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException
Deprecated.
Use constructor with FhirContext argument
UnprocessableEntityException(FhirContext, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException
Constructor which accepts an IBaseOperationOutcome resource which will be supplied in the response
UnprocessableEntityException(String) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException
Constructor which accepts a String describing the issue.
UnprocessableEntityException(String...) - Constructor for exception ca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException
Constructor which accepts an array of Strings describing the issue.
unregisterInterceptor(IClientInterceptor) - Method in interface ca.uhn.fhir.rest.client.api.IRestfulClient
Remove an intercaptor that was previously registered using IRestfulClient.registerInterceptor(IClientInterceptor)
unregisterInterceptor(IClientInterceptor) - Method in class ca.uhn.fhir.rest.client.BaseClient
 
unregisterInterceptor(IClientInterceptor) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Remove an intercaptor that was previously registered using IRestfulClient.registerInterceptor(IClientInterceptor)
unregisterInterceptor(IServerInterceptor) - Method in class ca.uhn.fhir.rest.server.RestfulServer
 
unregisterProvider(Object) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Unregister one provider (either a Resource provider or a plain provider)
unregisterProviders(Collection<? extends Object>) - Method in class ca.uhn.fhir.rest.server.RestfulServer
Unregister a Collection of providers
unregisterValidatorModule(IValidatorModule) - Method in class ca.uhn.fhir.validation.FhirValidator
Removes a validator module from this validator.
UnsignedIntDt - Class in ca.uhn.fhir.model.primitive
 
UnsignedIntDt() - Constructor for class ca.uhn.fhir.model.primitive.UnsignedIntDt
Constructor
UnsignedIntDt(int) - Constructor for class ca.uhn.fhir.model.primitive.UnsignedIntDt
Constructor
UnsignedIntDt(String) - Constructor for class ca.uhn.fhir.model.primitive.UnsignedIntDt
Constructor
Update - Annotation Type in ca.uhn.fhir.rest.annotation
RESTful method annotation to be used for the FHIR update method.
update() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
update(IdDt, IBaseResource) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
update(String, IBaseResource) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
update() - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Fluent method for the "update" operation, which performs a logical delete on a server resource
update(IdDt, IBaseResource) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Implementation of the "instance update" method.
update(String, IBaseResource) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Implementation of the "instance update" method.
UPDATED - Static variable in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
The value for this key is the bundle entry Updated time.
UpdateMethodBinding - Class in ca.uhn.fhir.rest.method
 
UpdateMethodBinding(Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.method.UpdateMethodBinding
 
updateStringValue() - Method in class ca.uhn.fhir.model.api.BasePrimitive
 
UriAndListParam - Class in ca.uhn.fhir.rest.param
 
UriAndListParam() - Constructor for class ca.uhn.fhir.rest.param.UriAndListParam
 
UriClientParam - Class in ca.uhn.fhir.rest.gclient
 
UriClientParam(String) - Constructor for class ca.uhn.fhir.rest.gclient.UriClientParam
 
UriClientParam.IUriMatch - Interface in ca.uhn.fhir.rest.gclient
 
UriDt - Class in ca.uhn.fhir.model.primitive
 
UriDt() - Constructor for class ca.uhn.fhir.model.primitive.UriDt
Create a new String
UriDt(String) - Constructor for class ca.uhn.fhir.model.primitive.UriDt
Create a new String
UriOrListParam - Class in ca.uhn.fhir.rest.param
 
UriOrListParam() - Constructor for class ca.uhn.fhir.rest.param.UriOrListParam
 
UriParam - Class in ca.uhn.fhir.rest.param
 
UriParam() - Constructor for class ca.uhn.fhir.rest.param.UriParam
 
UriParam(String) - Constructor for class ca.uhn.fhir.rest.param.UriParam
 
url(String) - Method in interface ca.uhn.fhir.rest.gclient.IGetPage
Deprecated.
URL_TOKEN_HISTORY - Static variable in class ca.uhn.fhir.rest.server.Constants
 
URL_TOKEN_METADATA - Static variable in class ca.uhn.fhir.rest.server.Constants
 
UrlParts() - Constructor for class ca.uhn.fhir.util.UrlUtil.UrlParts
 
UrlUtil - Class in ca.uhn.fhir.util
 
UrlUtil() - Constructor for class ca.uhn.fhir.util.UrlUtil
 
UrlUtil.UrlParts - Class in ca.uhn.fhir.util
 
useHttpGet() - Method in interface ca.uhn.fhir.rest.gclient.IOperationUntypedWithInput
The client should invoke this method using an HTTP GET instead of an HTTP POST.
UserInfoInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
HTTP interceptor to be used for adding HTTP headers containing user identifying info for auditing purposes to the request
UserInfoInterceptor(String, String, String) - Constructor for class ca.uhn.fhir.rest.client.interceptor.UserInfoInterceptor
 
usingStyle(SearchStyleEnum) - Method in interface ca.uhn.fhir.rest.gclient.IQuery
Forces the query to perform the search using the given method (allowable methods are described in the FHIR Specification Section 2.1.11)

V

Validate - Annotation Type in ca.uhn.fhir.rest.annotation
RESTful method annotation to be used for the FHIR validate method.
validate() - Method in class ca.uhn.fhir.rest.client.GenericClient
 
validate(IBaseResource) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
validate() - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Validate a resource
validate(IBaseResource) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Implementation of the "type validate" method.
validate(Bundle) - Method in class ca.uhn.fhir.validation.FhirValidator
validate(IResource) - Method in class ca.uhn.fhir.validation.FhirValidator
Validate.Mode - Annotation Type in ca.uhn.fhir.rest.annotation
Validation mode parameter annotation for the validation mode parameter (only supported in FHIR DSTU2+).
Validate.Profile - Annotation Type in ca.uhn.fhir.rest.annotation
Validation mode parameter annotation for the validation URI parameter (only supported in FHIR DSTU2+).
validateBundle(IValidationContext<Bundle>) - Method in interface ca.uhn.fhir.validation.IValidatorModule
This method applies only to DSTU1 Atom Bundles.
validateBundle(IValidationContext<Bundle>) - Method in class ca.uhn.fhir.validation.SchemaBaseValidator
 
validateBundle(IValidationContext<Bundle>) - Method in class ca.uhn.fhir.validation.schematron.SchematronBaseValidator
 
ValidateMethodBindingDstu1 - Class in ca.uhn.fhir.rest.method
 
ValidateMethodBindingDstu1(Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.method.ValidateMethodBindingDstu1
 
ValidateMethodBindingDstu2 - Class in ca.uhn.fhir.rest.method
 
ValidateMethodBindingDstu2(Class<?>, Class<? extends IBaseResource>, Method, FhirContext, Object, Validate) - Constructor for class ca.uhn.fhir.rest.method.ValidateMethodBindingDstu2
 
validateResource(IValidationContext<IBaseResource>) - Method in interface ca.uhn.fhir.validation.IValidatorModule
Validate the actual resource.
validateResource(IValidationContext<IBaseResource>) - Method in class ca.uhn.fhir.validation.SchemaBaseValidator
 
validateResource(IValidationContext<IBaseResource>) - Method in class ca.uhn.fhir.validation.schematron.SchematronBaseValidator
 
validateResourceListNotNull(List<? extends IBaseResource>) - Static method in class ca.uhn.fhir.rest.server.RestfulServerUtils
 
validateServerBaseIfConfiguredToDoSo(String, HttpClient, BaseClient) - Method in class ca.uhn.fhir.rest.client.RestfulClientFactory
This method is internal to HAPI - It may change in future versions, use with caution.
validateWithResult(Bundle) - Method in class ca.uhn.fhir.validation.FhirValidator
Validates a bundle instance returning a ValidationResult which contains the results.
validateWithResult(IBaseResource) - Method in class ca.uhn.fhir.validation.FhirValidator
Validates a resource instance returning a ValidationResult which contains the results.
validateWithResult(String) - Method in class ca.uhn.fhir.validation.FhirValidator
Validates a resource instance returning a ValidationResult which contains the results.
ValidationContext<T> - Class in ca.uhn.fhir.validation
 
ValidationFailureException - Exception in ca.uhn.fhir.validation
 
ValidationFailureException(FhirContext, IBaseOperationOutcome) - Constructor for exception ca.uhn.fhir.validation.ValidationFailureException
 
ValidationModeEnum - Enum in ca.uhn.fhir.rest.api
Validation mode parameter for the $validate operation (DSTU2+ only)
ValidationResult - Class in ca.uhn.fhir.validation
Encapsulates the results of validation
ValidationResult(FhirContext, List<SingleValidationMessage>) - Constructor for class ca.uhn.fhir.validation.ValidationResult
 
value(String) - Method in interface ca.uhn.fhir.rest.gclient.StringClientParam.IStringMatch
Requests that resources be returned which match the given value
value(StringDt) - Method in interface ca.uhn.fhir.rest.gclient.StringClientParam.IStringMatch
Requests that resources be returned which match the given value
value(String) - Method in interface ca.uhn.fhir.rest.gclient.UriClientParam.IUriMatch
Requests that resources be returned which match the given value
value(StringDt) - Method in interface ca.uhn.fhir.rest.gclient.UriClientParam.IUriMatch
Requests that resources be returned which match the given value
valueOf(String) - Static method in enum ca.uhn.fhir.context.BaseRuntimeElementDefinition.ChildTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.context.FhirVersionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.model.api.TemporalPrecisionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.model.dstu.valueset.QuantityCompararatorEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.model.dstu.valueset.SecurityEventObjectSensitivityEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.model.dstu.valueset.SecurityEventObjectTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.model.valueset.BundleEntrySearchModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.model.valueset.BundleEntryTransactionMethodEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.model.valueset.BundleTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.api.PreferReturnEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.api.RequestTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.api.RestOperationTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.api.SortOrderEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.api.SummaryEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.api.ValidationModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.client.ServerValidationModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding.MethodReturnTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding.ReturnTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.method.RestSearchParameterTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.method.SearchStyleEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.param.ResourceParameter.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.param.TokenParamModifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.param.TransactionParameter.ParamStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.server.AddProfileTagEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.server.BundleInclusionRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.server.EncodingEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.rest.server.ETagSupportEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ca.uhn.fhir.validation.ResultSeverityEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum ca.uhn.fhir.context.BaseRuntimeElementDefinition.ChildTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.context.FhirVersionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.model.api.TemporalPrecisionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.model.dstu.valueset.QuantityCompararatorEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.model.dstu.valueset.SecurityEventObjectSensitivityEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.model.dstu.valueset.SecurityEventObjectTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.model.valueset.BundleEntrySearchModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.model.valueset.BundleEntryTransactionMethodEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.model.valueset.BundleTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.api.PreferReturnEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.api.RequestTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.api.RestOperationTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.api.SortOrderEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.api.SummaryEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.api.ValidationModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.client.ServerValidationModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values(List<String>) - Method in interface ca.uhn.fhir.rest.gclient.StringClientParam.IStringMatch
Requests that resources be returned which match ANY of the given values (this is an OR search, not an AND search).
values(String...) - Method in interface ca.uhn.fhir.rest.gclient.StringClientParam.IStringMatch
Requests that resources be returned which match ANY of the given values (this is an OR search, not an AND search).
values(List<String>) - Method in interface ca.uhn.fhir.rest.gclient.UriClientParam.IUriMatch
Requests that resources be returned which match ANY of the given values (this is an OR search).
values(String...) - Method in interface ca.uhn.fhir.rest.gclient.UriClientParam.IUriMatch
Requests that resources be returned which match ANY of the given values (this is an OR search).
values() - Static method in enum ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding.MethodReturnTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.method.BaseResourceReturningMethodBinding.ReturnTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.method.RestSearchParameterTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.method.SearchStyleEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.param.ResourceParameter.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.param.TokenParamModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.param.TransactionParameter.ParamStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.server.AddProfileTagEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.server.BundleInclusionRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.server.EncodingEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.rest.server.ETagSupportEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ca.uhn.fhir.validation.ResultSeverityEnum
Returns an array containing the constants of this enum type, in the order they are declared.
VALUESET_BINDER - Static variable in enum ca.uhn.fhir.model.dstu.valueset.QuantityCompararatorEnum
Converts codes to their respective enumerated values
VALUESET_BINDER - Static variable in enum ca.uhn.fhir.model.dstu.valueset.SecurityEventObjectSensitivityEnum
Converts codes to their respective enumerated values
VALUESET_BINDER - Static variable in enum ca.uhn.fhir.model.dstu.valueset.SecurityEventObjectTypeEnum
Converts codes to their respective enumerated values
VALUESET_BINDER - Static variable in enum ca.uhn.fhir.model.valueset.BundleEntrySearchModeEnum
Converts codes to their respective enumerated values
VALUESET_BINDER - Static variable in enum ca.uhn.fhir.model.valueset.BundleEntryTransactionMethodEnum
Converts codes to their respective enumerated values
VALUESET_BINDER - Static variable in enum ca.uhn.fhir.model.valueset.BundleTypeEnum
Converts codes to their respective enumerated values
VALUESET_BINDER - Static variable in enum ca.uhn.fhir.rest.method.RestSearchParameterTypeEnum
Converts codes to their respective enumerated values
VALUESET_IDENTIFIER - Static variable in enum ca.uhn.fhir.model.dstu.valueset.QuantityCompararatorEnum
Identifier for this Value Set: http://hl7.org/fhir/vs/quantity-comparator
VALUESET_IDENTIFIER - Static variable in enum ca.uhn.fhir.model.dstu.valueset.SecurityEventObjectSensitivityEnum
Identifier for this Value Set: http://hl7.org/fhir/vs/security-event-sensitivity
VALUESET_IDENTIFIER - Static variable in enum ca.uhn.fhir.model.dstu.valueset.SecurityEventObjectTypeEnum
Identifier for this Value Set: http://hl7.org/fhir/vs/object-type
VALUESET_IDENTIFIER - Static variable in enum ca.uhn.fhir.model.valueset.BundleEntrySearchModeEnum
Identifier for this Value Set: http://hl7.org/fhir/vs/address-use
VALUESET_IDENTIFIER - Static variable in enum ca.uhn.fhir.model.valueset.BundleEntryTransactionMethodEnum
Identifier for this Value Set: http://hl7.org/fhir/vs/address-use
VALUESET_IDENTIFIER - Static variable in enum ca.uhn.fhir.model.valueset.BundleTypeEnum
Identifier for this Value Set: http://hl7.org/fhir/vs/address-use
VALUESET_IDENTIFIER - Static variable in enum ca.uhn.fhir.rest.api.RestOperationTypeEnum
Identifier for this Value Set: http://hl7.org/fhir/vs/type-restful-operation
VALUESET_IDENTIFIER - Static variable in enum ca.uhn.fhir.rest.method.RestSearchParameterTypeEnum
Identifier for this Value Set: http://hl7.org/fhir/vs/search-param-type
VALUESET_NAME - Static variable in enum ca.uhn.fhir.model.dstu.valueset.QuantityCompararatorEnum
Name for this Value Set: QuantityCompararator
VALUESET_NAME - Static variable in enum ca.uhn.fhir.model.dstu.valueset.SecurityEventObjectSensitivityEnum
Name for this Value Set: Security Event Object Sensitivity
VALUESET_NAME - Static variable in enum ca.uhn.fhir.model.dstu.valueset.SecurityEventObjectTypeEnum
Name for this Value Set: SecurityEventObjectType
VALUESET_NAME - Static variable in enum ca.uhn.fhir.model.valueset.BundleEntrySearchModeEnum
Name for this Value Set: AddressUse
VALUESET_NAME - Static variable in enum ca.uhn.fhir.model.valueset.BundleEntryTransactionMethodEnum
Name for this Value Set: AddressUse
VALUESET_NAME - Static variable in enum ca.uhn.fhir.model.valueset.BundleTypeEnum
Name for this Value Set: AddressUse
VALUESET_NAME - Static variable in enum ca.uhn.fhir.rest.api.RestOperationTypeEnum
Name for this Value Set: RestfulOperationType
VALUESET_NAME - Static variable in enum ca.uhn.fhir.rest.method.RestSearchParameterTypeEnum
Name for this Value Set: SearchParamType
verifyMethodHasZeroOrOneOperationAnnotation(Method, Object...) - Static method in class ca.uhn.fhir.rest.method.BaseMethodBinding
 
VERSION - Static variable in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
The value for this key is the version ID of the resource object.
VERSION_ID - Static variable in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
Deprecated.
The IResource.getId() resource ID will now be populated with the version ID via the IdDt.getVersionIdPart() method
VersionIdParam - Annotation Type in ca.uhn.fhir.rest.annotation
Deprecated.
IdDt can now hold both an ID and a version ID, so a single parameter with the IdParam annotation may be used
VersionUtil - Class in ca.uhn.fhir.util
Used internally by HAPI to log the version of the HAPI FHIR framework once, when the framework is first loaded by the classloader.
VersionUtil() - Constructor for class ca.uhn.fhir.util.VersionUtil
 
ViewGenerator - Class in ca.uhn.fhir.model.view
 
ViewGenerator(FhirContext) - Constructor for class ca.uhn.fhir.model.view.ViewGenerator
 
visit(IBaseResource, IModelVisitor) - Method in class ca.uhn.fhir.util.FhirTerser
Visit all elements in a given resource
vread(Class<T>, IdDt) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
vread(Class<T>, IdDt, IdDt) - Method in class ca.uhn.fhir.rest.client.GenericClient
Deprecated.
vread(Class<T>, String, String) - Method in class ca.uhn.fhir.rest.client.GenericClient
 
vread(Class<T>, IdDt) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Implementation of the "instance vread" method.
vread(Class<T>, IdDt, IdDt) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Deprecated.
Deprecated in 0.7 - IdDt can contain an ID and a version, so this class doesn't make a lot of sense
vread(Class<T>, String, String) - Method in interface ca.uhn.fhir.rest.client.IGenericClient
Implementation of the "instance vread" method.

W

where(ICriterion<?>) - Method in interface ca.uhn.fhir.rest.gclient.IBaseQuery
 
where(ICriterion<?>) - Method in interface ca.uhn.fhir.rest.gclient.IQuery
WILDCARD_ALL_SET - Static variable in interface org.hl7.fhir.instance.model.api.IBaseResource
Include set containing only IBaseResource.INCLUDE_ALL
withBundle(Bundle) - Method in interface ca.uhn.fhir.rest.gclient.ITransaction
Use a DSTU1 Bundle (Atom) as the transaction input
withBundle(T) - Method in interface ca.uhn.fhir.rest.gclient.ITransaction
Use a DSTU2+ Bundle resource as the transaction input
withBundle(String) - Method in interface ca.uhn.fhir.rest.gclient.ITransaction
Use the given raw text (should be a Bundle resource) as the transaction input
withComparator(QuantityCompararatorEnum) - Method in class ca.uhn.fhir.rest.gclient.QuantityClientParam
 
withCurrentTime() - Static method in class ca.uhn.fhir.model.primitive.DateTimeDt
Returns a new instance of DateTimeDt with the current system time and SECOND precision and the system local time zone
withCurrentTime() - Static method in class ca.uhn.fhir.model.primitive.InstantDt
Factory method which creates a new InstantDt with millisecond precision and initializes it with the current time and the system local timezone.
withId(IdDt) - Method in interface ca.uhn.fhir.rest.gclient.ICreateTyped
If you want the explicitly state an ID for your created resource, put that ID here.
withId(String) - Method in interface ca.uhn.fhir.rest.gclient.ICreateTyped
If you want the explicitly state an ID for your created resource, put that ID here.
withId(String) - Method in interface ca.uhn.fhir.rest.gclient.IReadTyped
 
withId(Long) - Method in interface ca.uhn.fhir.rest.gclient.IReadTyped
 
withId(IIdType) - Method in interface ca.uhn.fhir.rest.gclient.IReadTyped
Search using an ID.
withId(IdDt) - Method in interface ca.uhn.fhir.rest.gclient.IUpdateTyped
 
withId(String) - Method in interface ca.uhn.fhir.rest.gclient.IUpdateTyped
 
withIdAndCompartment(String, String) - Method in interface ca.uhn.fhir.rest.gclient.IQuery
 
withIdAndVersion(String, String) - Method in interface ca.uhn.fhir.rest.gclient.IReadTyped
 
withLeft(ICriterion<A>) - Method in class ca.uhn.fhir.rest.gclient.CompositeClientParam
 
withNoParameters(Class<T>) - Method in interface ca.uhn.fhir.rest.gclient.IOperationUntyped
The operation does not require any input parameters
withParameter(Class<T>, String, IBase) - Method in interface ca.uhn.fhir.rest.gclient.IOperationUntyped
Use chained method calls to construct a Parameters input.
withParameters(T) - Method in interface ca.uhn.fhir.rest.gclient.IOperationUntyped
Use the given parameters resource as the input to the operation
withProfile(String) - Method in interface ca.uhn.fhir.rest.gclient.IQuery
Match only resources where the resource has the given profile declaration.
withResourceAndParams(String, RequestTypeEnum, Set<String>) - Static method in class ca.uhn.fhir.rest.server.servlet.ServletRequestDetails
 
withResources(List<IResource>, FhirContext, String) - Static method in class ca.uhn.fhir.model.api.Bundle
 
withResources(List<? extends IBaseResource>) - Method in interface ca.uhn.fhir.rest.gclient.ITransaction
Use a list of resources as the transaction input
withResourceType(String) - Method in class ca.uhn.fhir.model.primitive.IdDt
 
withResourceType(String) - Method in interface org.hl7.fhir.instance.model.api.IIdType
 
withRight(ICriterion<B>) - Method in class ca.uhn.fhir.rest.gclient.CompositeCriterion
 
withRight(ICriterion<B>) - Method in interface ca.uhn.fhir.rest.gclient.ICompositeWithLeft
 
withSecurity(String, String) - Method in interface ca.uhn.fhir.rest.gclient.IQuery
Match only resources where the resource has the given security tag.
withServerBase(String, String) - Method in class ca.uhn.fhir.model.primitive.IdDt
Returns a view of this ID as a fully qualified URL, given a server base and resource name (which will only be used if the ID does not already contain those respective parts).
withServerBase(String, String) - Method in interface org.hl7.fhir.instance.model.api.IIdType
 
withSingleResource(IResource) - Static method in class ca.uhn.fhir.model.api.Bundle
 
withTag(String, String) - Method in interface ca.uhn.fhir.rest.gclient.IQuery
Match only resources where the resource has the given tag.
withType(String) - Method in class ca.uhn.fhir.model.api.Include
Creates and returns a new copy of this Include with the given type.
withUrl(String) - Method in interface ca.uhn.fhir.rest.gclient.IReadTyped
 
withUrl(IIdType) - Method in interface ca.uhn.fhir.rest.gclient.IReadTyped
 
withVersion(String) - Method in class ca.uhn.fhir.model.primitive.IdDt
Creates a new instance of this ID which is identical, but refers to the specific version of this resource ID noted by theVersion.
withVersion(String) - Method in interface org.hl7.fhir.instance.model.api.IIdType
 
writeAttribute(String, String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeAttribute(String, String, String, String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeAttribute(String, String, String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeAttribute(String, String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeAttribute(String, String, String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeAttribute(String, String, String, String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeCData(String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeCData(String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeCharacters(String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeCharacters(char[], int, int) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeCharacters(char[], int, int) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeCharacters(String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeComment(String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeComment(String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeDefaultNamespace(String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeDefaultNamespace(String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeDTD(String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeDTD(String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeEmptyElement(String, String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeEmptyElement(String, String, String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeEmptyElement(String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeEmptyElement(String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeEmptyElement(String, String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeEmptyElement(String, String, String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeEndDocument() - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeEndDocument() - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeEndElement() - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeEndElement() - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeEntityRef(String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeEntityRef(String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeExternal(ObjectOutput) - Method in class ca.uhn.fhir.model.api.BasePrimitive
 
writeNamespace(String, String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeNamespace(String, String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeProcessingInstruction(String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeProcessingInstruction(String, String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeProcessingInstruction(String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeProcessingInstruction(String, String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeStartDocument() - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeStartDocument(String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeStartDocument(String, String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeStartDocument() - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeStartDocument(String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeStartDocument(String, String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeStartElement(String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeStartElement(String, String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeStartElement(String, String, String) - Method in class ca.uhn.fhir.util.NonPrettyPrintWriterWrapper
 
writeStartElement(String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeStartElement(String, String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 
writeStartElement(String, String, String) - Method in class ca.uhn.fhir.util.PrettyPrintWriterWrapper
 

X

XhtmlDt - Class in ca.uhn.fhir.model.primitive
 
XhtmlDt() - Constructor for class ca.uhn.fhir.model.primitive.XhtmlDt
Constructor
XhtmlDt(String) - Constructor for class ca.uhn.fhir.model.primitive.XhtmlDt
Constructor which accepts a string code
XmlParser - Class in ca.uhn.fhir.parser
This class is the FHIR XML parser/encoder.
XmlParser(FhirContext, IParserErrorHandler) - Constructor for class ca.uhn.fhir.parser.XmlParser
Do not use this constructor, the recommended way to obtain a new instance of the XML parser is to invoke FhirContext.newXmlParser().
XmlUtil - Class in ca.uhn.fhir.util
Utility methods for working with the StAX API.
XmlUtil() - Constructor for class ca.uhn.fhir.util.XmlUtil
 
XmlUtil.MyEscaper - Class in ca.uhn.fhir.util
 
A B C D E F G H I J L M N O P Q R S T U V W X 

Copyright © 2014–2016 University Health Network. All rights reserved.