Uses of Class
ca.uhn.fhir.model.base.composite.BaseIdentifierDt
Package
Description
-
Uses of BaseIdentifierDt in ca.uhn.fhir.model.base.composite
Modifier and TypeMethodDescriptionabstract BaseIdentifierDt
Sets the value for system (The namespace for the identifier)abstract BaseIdentifierDt
Sets the value for value (The value that is unique)Modifier and TypeMethodDescriptionboolean
BaseIdentifierDt.matchesSystemAndValue
(BaseIdentifierDt theIdentifier) -
Uses of BaseIdentifierDt in ca.uhn.fhir.rest.gclient
Modifier and TypeMethodDescriptionTokenClientParam.IMatches.identifier
(BaseIdentifierDt theIdentifier) Creates a search criterion that matches against the given identifier (system and code if both are present, or whatever is present)TokenClientParam.IMatches.identifiers
(BaseIdentifierDt... theIdentifiers) Creates a search criterion that matches against the given collection of identifiers (system and code if both are present, or whatever is present).Modifier and TypeMethodDescriptionTokenClientParam.IMatches.identifiers
(List<BaseIdentifierDt> theIdentifiers) Creates a search criterion that matches against the given collection of identifiers (system and code if both are present, or whatever is present). -
Uses of BaseIdentifierDt in ca.uhn.fhir.rest.param
Modifier and TypeMethodDescriptionvoid
TokenOrListParam.add
(BaseIdentifierDt theIdentifierDt) Convenience method which adds a token to this OR list using the system and value from an identifierModifierConstructorDescriptionTokenParam
(BaseIdentifierDt theIdentifierDt) Constructor which copies thesystem
andvalue
from aBaseIdentifierDt
instance and adds it as a parameter -
Uses of BaseIdentifierDt in ca.uhn.fhir.rest.server.exceptions
ModifierConstructorDescriptionResourceGoneException
(Class<? extends IBaseResource> theClass, BaseIdentifierDt thePatientId) Deprecated.This constructor has a dependency on a specific model version and will be removed.ResourceNotFoundException
(Class<? extends IResource> theClass, BaseIdentifierDt theId) 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