Package ca.cdr.api.fhir.tokenization
Class TokenizationResults
java.lang.Object
ca.cdr.api.fhir.tokenization.TokenizationResults
This class is used to return tokenization results by the
ITokenizationProvider-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddResult(TokenizationRequest theRequest, String theResult) For each request in theTokenizationRequests, this method should be called exactly once to provide the corresponding de-tokenized string.getResult(TokenizationRequest theRequest)
-
Constructor Details
-
TokenizationResults
public TokenizationResults()
-
-
Method Details
-
addResult
For each request in theTokenizationRequests, this method should be called exactly once to provide the corresponding de-tokenized string. -
getResult
-