Package org.hl7.fhir.r4b.context
Class IWorkerContext.CodingValidationRequest
- java.lang.Object
-
- org.hl7.fhir.r4b.context.IWorkerContext.CodingValidationRequest
-
- Enclosing interface:
- IWorkerContext
public static class IWorkerContext.CodingValidationRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description CodingValidationRequest(Coding coding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TerminologyCache.CacheTokengetCacheToken()internal logic; external users of batch validation should ignore this propertyCodinggetCoding()IWorkerContext.ValidationResultgetResult()booleanhasResult()voidsetCacheToken(TerminologyCache.CacheToken cacheToken)internal logic; external users of batch validation should ignore this propertyvoidsetResult(IWorkerContext.ValidationResult result)
-
-
-
Constructor Detail
-
CodingValidationRequest
public CodingValidationRequest(Coding coding)
-
-
Method Detail
-
getResult
public IWorkerContext.ValidationResult getResult()
-
setResult
public void setResult(IWorkerContext.ValidationResult result)
-
hasResult
public boolean hasResult()
-
getCacheToken
public TerminologyCache.CacheToken getCacheToken()
internal logic; external users of batch validation should ignore this property- Returns:
-
setCacheToken
public void setCacheToken(TerminologyCache.CacheToken cacheToken)
internal logic; external users of batch validation should ignore this property- Parameters:
cacheToken-
-
-