Class CodingValidationRequest
java.lang.Object
org.hl7.fhir.r5.terminologies.utilities.CodingValidationRequest
-
Constructor Summary
ConstructorDescriptionCodingValidationRequest
(Coding coding) CodingValidationRequest
(Coding coding, String vs) CodingValidationRequest
(Coding coding, ValueSet vsObj) -
Method Summary
Modifier and TypeMethodDescriptioninternal logic; external users of batch validation should ignore this propertygetVs()
getVsObj()
boolean
void
setCacheToken
(TerminologyCache.CacheToken cacheToken) internal logic; external users of batch validation should ignore this propertyvoid
setResult
(ValidationResult result)
-
Constructor Details
-
CodingValidationRequest
-
CodingValidationRequest
-
CodingValidationRequest
-
-
Method Details
-
getVs
-
getVsObj
-
getResult
-
setResult
-
getCoding
-
hasResult
-
getCacheToken
internal logic; external users of batch validation should ignore this property- Returns:
-
setCacheToken
internal logic; external users of batch validation should ignore this property- Parameters:
cacheToken
-
-