Uses of Class
ca.uhn.fhir.rest.gclient.TokenClientParam
Packages that use TokenClientParam
-
Uses of TokenClientParam in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return types with arguments of type TokenClientParamModifier and TypeMethodDescriptionCreates a search criterion that matches against the given code, with no code system specifiedTokenClientParam.hasSystemWithAnyCode(String theSystem)Create a search criterion that matches against the given system value but does not specify a code.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)TokenClientParam.IMatches.identifier(String theIdentifier)Creates a search criterion that matches against the given identifier, with no system specifiedTokenClientParam.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).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).TokenClientParam.IMatches.systemAndCode(String theSystem, String theCode)Creates a search criterion that matches against the given code system and codeTokenClientParam.IMatches.systemAndIdentifier(String theSystem, String theIdentifier)Creates a search criterion that matches against the given system and identifier -
Uses of TokenClientParam in org.hl7.fhir.instance.model.api
Fields in org.hl7.fhir.instance.model.api declared as TokenClientParamModifier and TypeFieldDescriptionstatic TokenClientParamIAnyResource.RES_IDFluent Client search parameter constant for _id