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