Uses of Interface
org.hl7.fhir.instance.model.api.IIdType
-
-
Uses of IIdType in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return IIdType Modifier and Type Method Description IIdTypeRuntimeSearchParam. getId()Constructors in ca.uhn.fhir.context with parameters of type IIdType Constructor Description RuntimeSearchParam(IIdType theId, String theUri, String theName, String theDescription, String thePath, RestSearchParameterTypeEnum theParamType, List<RuntimeSearchParam> theCompositeOf, Set<String> theProvidesMembershipInCompartments, Set<String> theTargets, RuntimeSearchParam.RuntimeSearchParamStatusEnum theStatus)ConstructorRuntimeSearchParam(IIdType theId, String theUri, String theName, String theDescription, String thePath, RestSearchParameterTypeEnum theParamType, List<RuntimeSearchParam> theCompositeOf, Set<String> theProvidesMembershipInCompartments, Set<String> theTargets, RuntimeSearchParam.RuntimeSearchParamStatusEnum theStatus, Collection<String> theBase)Constructor -
Uses of IIdType in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that return IIdType Modifier and Type Method Description IIdTypeIFhirVersion. newIdType() -
Uses of IIdType in ca.uhn.fhir.model.base.composite
Methods in ca.uhn.fhir.model.base.composite with parameters of type IIdType Modifier and Type Method Description BaseResourceReferenceDtBaseResourceReferenceDt. setReference(IIdType theReference) -
Uses of IIdType in ca.uhn.fhir.model.primitive
Classes in ca.uhn.fhir.model.primitive that implement IIdType Modifier and Type Class Description classIdDtRepresents the FHIR ID type.Methods in ca.uhn.fhir.model.primitive that return IIdType Modifier and Type Method Description IIdTypeIdDt. setParts(String theBaseUrl, String theResourceType, String theIdPart, String theVersionIdPart) -
Uses of IIdType in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser that return IIdType Modifier and Type Method Description protected IIdTypeBaseParser. fixContainedResourceId(String theValue)IIdTypeBaseParser. getEncodeForceResourceId()IIdTypeIParser. 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 IIdType Modifier and Type Method Description BaseParserBaseParser. setEncodeForceResourceId(IIdType theEncodeForceResourceId)IParserIParser. 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 IIdType Modifier and Type Method Description IIdTypeMethodOutcome. getId()Methods in ca.uhn.fhir.rest.api with parameters of type IIdType Modifier and Type Method Description MethodOutcomeMethodOutcome. setId(IIdType theId)Constructors in ca.uhn.fhir.rest.api with parameters of type IIdType Constructor Description MethodOutcome(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 IIdType Modifier and Type Method Description IClientExecutable<IClientExecutable<?,T>,T>IMetaGetUnsourced. fromResource(IIdType theId)Get the meta from a resource instance by ID.ICriterion<ReferenceClientParam>ReferenceClientParam. hasId(IIdType theId)Match the referenced resource if the resource has the given ID (this can be the logical ID or the absolute URL of the resource)TIBaseOn. onInstance(IIdType theId)Perform the operation across all versions of a specific resource (by ID and type) on the server.IOperationUnnamedIOperation. onInstanceVersion(IIdType theId)This operation operates on a specific version of a resourceIMetaAddOrDeleteSourcedIMetaAddOrDeleteUnsourced. onResource(IIdType theId)IDeleteTypedIDelete. resourceById(IIdType theId)IPatchExecutableIPatchWithBody. withId(IIdType theId)The resource ID to patchIReadExecutable<T>IReadTyped. withId(IIdType theId)Search using an ID.IUpdateExecutableIUpdateTyped. withId(IIdType theId)IReadExecutable<T>IReadTyped. withUrl(IIdType theUrl) -
Uses of IIdType in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param with type parameters of type IIdType Modifier and Type Method Description static <T extends IIdType>
TParameterUtil. convertIdToType(IIdType value, Class<T> theIdParamType)Methods in ca.uhn.fhir.rest.param with parameters of type IIdType Modifier and Type Method Description static <T extends IIdType>
TParameterUtil. convertIdToType(IIdType value, Class<T> theIdParamType) -
Uses of IIdType in ca.uhn.fhir.rest.server.exceptions
Methods in ca.uhn.fhir.rest.server.exceptions that return IIdType Modifier and Type Method Description IIdTypeResourceGoneException. getResourceId()Methods in ca.uhn.fhir.rest.server.exceptions with parameters of type IIdType Modifier and Type Method Description voidResourceGoneException. setResourceId(IIdType theResourceId)Constructors in ca.uhn.fhir.rest.server.exceptions with parameters of type IIdType Constructor Description ResourceGoneException(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 with parameters of type IIdType Modifier and Type Method Description booleanFhirTerser. isSourceInCompartmentForTarget(String theCompartmentName, IBaseResource theSource, IIdType theTarget)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 IIdType Modifier and Type Method Description <T extends IBaseResource>
TIResourceLoader. load(Class<T> theType, IIdType theId)Load 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 IIdType Modifier and Type Method Description IIdTypeIAnyResource. getIdElement()IIdTypeIBaseResource. getIdElement()IIdTypeIBaseReference. getReferenceElement()IIdTypeIIdType. setParts(String theBaseUrl, String theResourceType, String theIdPart, String theVersionIdPart)Sets the value of this ID by combining all of the individual parts.IIdTypeIIdType. setValue(String theString)IIdTypeIIdType. toUnqualified()IIdTypeIIdType. toUnqualifiedVersionless()IIdTypeIIdType. toVersionless()IIdTypeIIdType. 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).IIdTypeIIdType. 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).IIdTypeIIdType. 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 Modifier and Type Method Description IBaseResourceIBaseResource. setId(IIdType theId)
-