Uses of Class
ca.cdr.api.model.json.TokenizationRuleJson
Packages that use TokenizationRuleJson
-
Uses of TokenizationRuleJson in ca.cdr.api.fhir.tokenization
Methods in ca.cdr.api.fhir.tokenization that return TokenizationRuleJsonModifier and TypeMethodDescriptionTokenizationRequest.getRule()
This is the rule which resulted in this request.Constructors in ca.cdr.api.fhir.tokenization with parameters of type TokenizationRuleJsonModifierConstructorDescriptionTokenizationRequest
(TokenizationRuleJson theRule, IBase theSourceElement, IQueryParameterType theObjectQueryParameter, FhirContext theFhirContext) ConstructorTokenizationRequest
(TokenizationRuleJson theRule, IBase theSourceElement, IBase theObject, boolean theNonNormalizedCopy, FhirContext theFhirContext) Constructor -
Uses of TokenizationRuleJson in ca.cdr.api.model.json
Methods in ca.cdr.api.model.json that return TokenizationRuleJsonModifier and TypeMethodDescriptionTokenizationRulesJson.addRule()
TokenizationRuleJson.clone()
TokenizationRuleJson.setDescription
(String theDescription) TokenizationRuleJson.setNeverDetokenize
(boolean theNeverDetokenize) TokenizationRuleJson.setSearchParameter
(String theSearchParameter) TokenizationRuleJson.setSearchValueNormalization
(TokenizationValueNormalizationEnum theSearchValueNormalization) Methods in ca.cdr.api.model.json that return types with arguments of type TokenizationRuleJsonMethods in ca.cdr.api.model.json with parameters of type TokenizationRuleJsonMethod parameters in ca.cdr.api.model.json with type arguments of type TokenizationRuleJsonModifier and TypeMethodDescriptionvoid
TokenizationRulesJson.setRules
(List<TokenizationRuleJson> theRules) Constructors in ca.cdr.api.model.json with parameters of type TokenizationRuleJsonModifierConstructorDescriptionTokenizationRuleJson
(TokenizationRuleJson theTokenizationRuleJson) Copy Constructor