Uses of Class
ca.cdr.api.fhir.tokenization.DetokenizationRequest
Packages that use DetokenizationRequest
-
Uses of DetokenizationRequest in ca.cdr.api.fhir.tokenization
Methods in ca.cdr.api.fhir.tokenization with parameters of type DetokenizationRequestModifier and TypeMethodDescriptionvoidDetokenizationResults.addResult(DetokenizationRequest theRequest, String theResult) For each request in theDetokenizationRequests, this method should be called exactly once to provide the corresponding de-tokenized string.DetokenizationResults.getResult(DetokenizationRequest theRequest) Constructor parameters in ca.cdr.api.fhir.tokenization with type arguments of type DetokenizationRequestModifierConstructorDescriptionDetokenizationRequests(List<DetokenizationRequest> theRequests) Constructor