
Uses of Interface
org.hl7.fhir.instance.model.api.IIdType
Packages that use IIdType
Package
Description
-
Uses of IIdType in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return IIdTypeModifier and TypeMethodDescriptionRuntimeSearchParam.getId()
RuntimeSearchParam.getIdUnqualifiedVersionless()
Constructors in ca.uhn.fhir.context with parameters of type IIdTypeModifierConstructorDescriptionRuntimeSearchParam
(IIdType theId, String theUri, String theName, String theDescription, String thePath, RestSearchParameterTypeEnum theParamType, Set<String> theProvidesMembershipInCompartments, Set<String> theTargets, RuntimeSearchParam.RuntimeSearchParamStatusEnum theStatus, ComboSearchParamType theComboSearchParamType, List<RuntimeSearchParam.Component> theComponents, Collection<String> theBase) ConstructorRuntimeSearchParam
(IIdType theId, String theUri, String theName, String theDescription, String thePath, RestSearchParameterTypeEnum theParamType, Set<String> theProvidesMembershipInCompartments, Set<String> theTargets, RuntimeSearchParam.RuntimeSearchParamStatusEnum theStatus, Collection<String> theBase) Constructor -
Uses of IIdType in ca.uhn.fhir.context.support
Methods in ca.uhn.fhir.context.support that return IIdTypeConstructors in ca.uhn.fhir.context.support with parameters of type IIdTypeModifierConstructorDescriptionTranslateCodeRequest
(List<IBaseCoding> theCodings, String theTargetSystemUrl, String theConceptMapUrl, String theConceptMapVersion, String theSourceValueSetUrl, String theTargetValueSetUrl, IIdType theResourceId, boolean theReverse) -
Uses of IIdType in ca.uhn.fhir.fhirpath
Methods in ca.uhn.fhir.fhirpath with parameters of type IIdTypeModifier and TypeMethodDescriptiondefault IBase
IFhirPathEvaluationContext.resolveReference
(IIdType theReference, IBase theContext) Evaluates theresolve()
function and returns the target of the resolution. -
Uses of IIdType in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that return IIdType -
Uses of IIdType in ca.uhn.fhir.model.base.composite
Methods in ca.uhn.fhir.model.base.composite with parameters of type IIdType -
Uses of IIdType in ca.uhn.fhir.model.primitive
Classes in ca.uhn.fhir.model.primitive that implement IIdTypeMethods in ca.uhn.fhir.model.primitive that return IIdTypeModifier and TypeMethodDescriptionConstructors in ca.uhn.fhir.model.primitive with parameters of type IIdType -
Uses of IIdType in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser that return IIdTypeModifier and TypeMethodDescriptionprotected IIdType
BaseParser.fixContainedResourceId
(String theValue) BaseParser.getEncodeForceResourceId()
IParser.getEncodeForceResourceId()
If not set to null (as is the default) this ID will be used as the ID in any resources encoded by this parserMethods in ca.uhn.fhir.parser with parameters of type IIdTypeModifier and TypeMethodDescriptionBaseParser.setEncodeForceResourceId
(IIdType theEncodeForceResourceId) IParser.setEncodeForceResourceId
(IIdType theForceResourceId) When encoding, force this resource ID to be encoded as the resource ID -
Uses of IIdType in ca.uhn.fhir.repository
Methods in ca.uhn.fhir.repository with type parameters of type IIdTypeModifier and TypeMethodDescriptiondefault <T extends IBaseResource,
I extends IIdType>
MethodOutcomeDeletes a Resource in the repository<T extends IBaseResource,
I extends IIdType>
MethodOutcomeDeletes a Resource in the repositorydefault <B extends IBaseBundle,
P extends IBaseParameters, I extends IIdType>
BReturns a Bundle with instance-level historydefault <B extends IBaseBundle,
P extends IBaseParameters, I extends IIdType>
BReturns a Bundle with instance-level historydefault <P extends IBaseParameters,
I extends IIdType>
MethodOutcomeInvokes an instance-level operation on this repositorydefault <R extends IBaseResource,
P extends IBaseParameters, I extends IIdType>
RInvokes an instance-level operation on this repository that returns a Resource<R extends IBaseResource,
P extends IBaseParameters, I extends IIdType>
RInvokes an instance-level operation on this repository that returns a Resourcedefault <P extends IBaseParameters,
I extends IIdType>
MethodOutcomeInvokes an instance-level operation on this repositorydefault <I extends IIdType,
P extends IBaseParameters>
MethodOutcomeRepository.patch
(I id, P patchParameters) Patches a Resource in the repositorydefault <I extends IIdType,
P extends IBaseParameters>
MethodOutcomePatches a Resource in the repositorydefault <T extends IBaseResource,
I extends IIdType>
TReads a resource from the repository<T extends IBaseResource,
I extends IIdType>
TReads a Resource from the repository -
Uses of IIdType in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return IIdTypeMethods in ca.uhn.fhir.rest.api with parameters of type IIdTypeConstructors in ca.uhn.fhir.rest.api with parameters of type IIdTypeModifierConstructorDescriptionMethodOutcome
(IIdType theId) ConstructorMethodOutcome
(IIdType theId, Boolean theCreated) ConstructorMethodOutcome
(IIdType theId, IBaseOperationOutcome theBaseOperationOutcome) ConstructorMethodOutcome
(IIdType theId, IBaseOperationOutcome theBaseOperationOutcome, Boolean theCreated) Constructor -
Uses of IIdType in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type IIdTypeModifier and TypeMethodDescriptionIMetaGetUnsourced.fromResource
(IIdType theId) Get the meta from a resource instance by ID.Match the referenced resource if the resource has the given ID (this can be the logical ID or the absolute URL of the resource)IBaseOn.onInstance
(IIdType theId) Perform the operation across all versions of a specific resource (by ID and type) on the server.IOperation.onInstanceVersion
(IIdType theId) This operation operates on a specific version of a resourceIMetaAddOrDeleteUnsourced.onResource
(IIdType theId) IDelete.resourceById
(IIdType theId) The resource ID to patch (must include both a resource type and an ID, e.g.Search using an ID. -
Uses of IIdType in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param with type parameters of type IIdTypeModifier and TypeMethodDescriptionstatic <T extends IIdType>
TParameterUtil.convertIdToType
(IIdType value, Class<T> theIdParamType) Methods in ca.uhn.fhir.rest.param with parameters of type IIdTypeModifier and TypeMethodDescriptionstatic <T extends IIdType>
TParameterUtil.convertIdToType
(IIdType value, Class<T> theIdParamType) Constructors in ca.uhn.fhir.rest.param with parameters of type IIdType -
Uses of IIdType in ca.uhn.fhir.rest.server.exceptions
Methods in ca.uhn.fhir.rest.server.exceptions that return IIdTypeMethods in ca.uhn.fhir.rest.server.exceptions with parameters of type IIdTypeModifier and TypeMethodDescriptionvoid
ResourceGoneException.setResourceId
(IIdType theResourceId) Constructors in ca.uhn.fhir.rest.server.exceptions with parameters of type IIdTypeModifierConstructorDescriptionResourceGoneException
(Class<? extends IBaseResource> theClass, IIdType theResourceId) Constructor which creates an error message based on a given resource IDResourceGoneException
(IIdType theResourceId) Constructor which creates an error message based on a given resource IDResourceNotFoundException
(Class<? extends IResource> theClass, IIdType theId) ResourceNotFoundException
(Class<? extends IResource> theClass, IIdType theId, IBaseOperationOutcome theOperationOutcome) ResourceNotFoundException
(IIdType theId) ResourceNotFoundException
(IIdType theId, IBaseOperationOutcome theOperationOutcome) -
Uses of IIdType in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return IIdTypeModifier and TypeMethodDescriptionFhirTerser.ContainedResources.addContained
(IBaseResource theResource) FhirTerser.ContainedResources.getResourceId
(IBaseResource theNext) Methods in ca.uhn.fhir.util that return types with arguments of type IIdTypeModifier and TypeMethodDescriptionFhirTerser.getCompartmentOwnersForResource
(String theCompartmentName, IBaseResource theSource, Set<String> theAdditionalCompartmentParamNames) Returns the owners of the compartment intheSource
is in the compartment namedtheCompartmentName
.Methods in ca.uhn.fhir.util with parameters of type IIdTypeModifier and TypeMethodDescriptionvoid
Add a value toComposition.author
void
FhirTerser.ContainedResources.addContained
(IIdType theId, IBaseResource theResource) void
Adds a reference to entry.referenceBundleBuilder.addTransactionDeleteEntry
(IIdType theResourceId) Adds an entry containing a delete (DELETE) request.BundleBuilder.addTransactionFhirPatchEntry
(IIdType theTarget, IBaseParameters thePatch) Adds a FHIRPatch patch bundle to the transactionboolean
FhirTerser.isSourceInCompartmentForTarget
(String theCompartmentName, IBaseResource theSource, IIdType theTarget) Returnstrue
iftheSource
is in the compartment namedtheCompartmentName
belonging to resourcetheTarget
boolean
FhirTerser.isSourceInCompartmentForTarget
(String theCompartmentName, IBaseResource theSource, IIdType theTarget, Set<String> theAdditionalCompartmentParamNames) Returnstrue
iftheSource
is in the compartment namedtheCompartmentName
belonging to resourcetheTarget
void
Set a value inComposition.id
void
CompositionBuilder.setSubject
(IIdType theSubject) Set a value inComposition.subject
-
Uses of IIdType in ca.uhn.fhir.validation
Methods in ca.uhn.fhir.validation with parameters of type IIdTypeModifier and TypeMethodDescription<T extends IBaseResource>
TLoad the latest version of a given resource -
Uses of IIdType in org.hl7.fhir.instance.model.api
Methods in org.hl7.fhir.instance.model.api that return IIdTypeModifier and TypeMethodDescriptionIAnyResource.getIdElement()
IBaseResource.getIdElement()
IBaseReference.getReferenceElement()
IIdType.setParts
(String theBaseUrl, String theResourceType, String theIdPart, String theVersionIdPart) Sets the value of this ID by combining all of the individual parts.IIdType.toUnqualified()
IIdType.toUnqualifiedVersionless()
IIdType.toVersionless()
IIdType.withResourceType
(String theResName) Returns a copy of this object, but with a differentresource type
(or if this object does not have a resource type currently, returns a copy of this object with the given resource type).IIdType.withServerBase
(String theServerBase, String theResourceName) Returns a copy of this object, but with a differentresource type
andbase URL
(or if this object does not have a resource type currently, returns a copy of this object with the given server base and resource type).IIdType.withVersion
(String theVersion) Returns a copy of this object, but with a differentversion ID
(or if this object does not have a resource type currently, returns a copy of this object with the given version).Methods in org.hl7.fhir.instance.model.api with parameters of type IIdType