Uses of Class
ca.uhn.fhir.model.base.composite.BaseIdentifierDt
-
Packages that use BaseIdentifierDt Package Description ca.uhn.fhir.model.base.composite ca.uhn.fhir.rest.gclient ca.uhn.fhir.rest.param ca.uhn.fhir.rest.server.exceptions -
-
Uses of BaseIdentifierDt in ca.uhn.fhir.model.base.composite
Methods in ca.uhn.fhir.model.base.composite that return BaseIdentifierDt Modifier and Type Method Description abstract BaseIdentifierDtBaseIdentifierDt. setSystem(String theUri)Sets the value for system (The namespace for the identifier)abstract BaseIdentifierDtBaseIdentifierDt. setValue(String theString)Sets the value for value (The value that is unique)Methods in ca.uhn.fhir.model.base.composite with parameters of type BaseIdentifierDt Modifier and Type Method Description booleanBaseIdentifierDt. matchesSystemAndValue(BaseIdentifierDt theIdentifier) -
Uses of BaseIdentifierDt in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type BaseIdentifierDt Modifier and Type Method Description ICriterion<TokenClientParam>TokenClientParam.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)ICriterion<TokenClientParam>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).Method parameters in ca.uhn.fhir.rest.gclient with type arguments of type BaseIdentifierDt Modifier and Type Method Description ICriterion<TokenClientParam>TokenClientParam.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
Methods in ca.uhn.fhir.rest.param with parameters of type BaseIdentifierDt Modifier and Type Method Description voidTokenOrListParam. add(BaseIdentifierDt theIdentifierDt)Convenience method which adds a token to this OR list using the system and value from an identifierConstructors in ca.uhn.fhir.rest.param with parameters of type BaseIdentifierDt Constructor Description TokenParam(BaseIdentifierDt theIdentifierDt)Constructor which copies thesystemandvaluefrom aBaseIdentifierDtinstance and adds it as a parameter -
Uses of BaseIdentifierDt in ca.uhn.fhir.rest.server.exceptions
Constructors in ca.uhn.fhir.rest.server.exceptions with parameters of type BaseIdentifierDt Constructor Description ResourceGoneException(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
-