Uses of Class
dev.dsf.fhir.search.parameters.basic.TokenValueAndSearchType
Packages that use TokenValueAndSearchType
-
Uses of TokenValueAndSearchType in dev.dsf.fhir.search.parameters.basic
Fields in dev.dsf.fhir.search.parameters.basic declared as TokenValueAndSearchTypeModifier and TypeFieldDescriptionfinal TokenValueAndSearchTypeAbstractReferenceParameter.ReferenceValueAndSearchType.identifierprotected TokenValueAndSearchTypeAbstractTokenParameter.valueAndTypeMethods in dev.dsf.fhir.search.parameters.basic that return TokenValueAndSearchTypeModifier and TypeMethodDescriptionstatic TokenValueAndSearchTypeTokenValueAndSearchType.fromParamValue(String parameterName, String queryParameterName, String queryParameterValue) Methods in dev.dsf.fhir.search.parameters.basic that return types with arguments of type TokenValueAndSearchTypeModifier and TypeMethodDescriptionprotected static <R extends org.hl7.fhir.r4.model.Resource>
BiPredicate<TokenValueAndSearchType,R> AbstractIdentifierParameter.listMatcher(Predicate<R> hasIdentifier, Function<R, List<org.hl7.fhir.r4.model.Identifier>> getIdentifiers) protected static <R extends org.hl7.fhir.r4.model.Resource>
BiPredicate<TokenValueAndSearchType,R> AbstractIdentifierParameter.singleMatcher(Predicate<R> hasIdentifier, Function<R, org.hl7.fhir.r4.model.Identifier> getIdentifier) Methods in dev.dsf.fhir.search.parameters.basic with parameters of type TokenValueAndSearchTypeModifier and TypeMethodDescriptionstatic Predicate<org.hl7.fhir.r4.model.Identifier>AbstractIdentifierParameter.identifierMatches(TokenValueAndSearchType valueAndType) static booleanAbstractIdentifierParameter.identifierMatches(TokenValueAndSearchType valueAndType, org.hl7.fhir.r4.model.Identifier identifier) Constructor parameters in dev.dsf.fhir.search.parameters.basic with type arguments of type TokenValueAndSearchTypeModifierConstructorDescriptionAbstractIdentifierParameter(Class<R> resourceType, String resourceColumn, BiPredicate<TokenValueAndSearchType, R> identifierMatches) AbstractSingleIdentifierParameter(Class<R> resourceType, String resourceColumn, BiPredicate<TokenValueAndSearchType, R> identifierMatches)