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 IIdTypeConstructors 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.interceptor.model
Methods in ca.uhn.fhir.interceptor.model that return IIdTypeMethods in ca.uhn.fhir.interceptor.model with parameters of type IIdTypeModifier and TypeMethodDescriptionReadPartitionIdRequestDetails.forHistory(String theResourceType, IIdType theIdType)Constructors in ca.uhn.fhir.interceptor.model with parameters of type IIdTypeModifierConstructorDescriptionReadPartitionIdRequestDetails(String theResourceType, RestOperationTypeEnum theRestOperationType, IIdType theReadResourceId, Object theSearchParams, IBaseResource theConditionalTargetOrNull) -
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 TypeMethodDescriptionIdDt.setParts(String theBaseUrl, String theResourceType, String theIdPart, String theVersionIdPart)Constructors 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 IIdTypeBaseParser.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.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 TypeMethodDescriptionIClientExecutable<IClientExecutable<?,T>,T>IMetaGetUnsourced.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 TypeMethodDescriptionvoidResourceGoneException.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 with parameters of type IIdTypeModifier and TypeMethodDescriptionvoidFhirTerser.ContainedResources.addContained(IIdType theId, IBaseResource theResource)booleanFhirTerser.isSourceInCompartmentForTarget(String theCompartmentName, IBaseResource theSource, IIdType theTarget)ReturnstrueiftheSourceis in the compartment namedtheCompartmentNamebelonging to resourcetheTargetbooleanFhirTerser.isSourceInCompartmentForTarget(String theCompartmentName, IBaseResource theSource, IIdType theTarget, Set<String> theAdditionalCompartmentParamNames)ReturnstrueiftheSourceis in the compartment namedtheCompartmentNamebelonging to resourcetheTarget -
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 typeandbase 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