Package org.ehrbase.service
Class ValidationServiceImp
java.lang.Object
org.ehrbase.service.ValidationServiceImp
- All Implemented Interfaces:
ValidationService
ValidationService implementation.- Since:
- 1.0.0
- Author:
- Christian Chevalley
-
Constructor Summary
ConstructorsConstructorDescriptionValidationServiceImp(KnowledgeCacheService knowledgeCacheService, org.ehrbase.openehr.sdk.terminology.openehr.TerminologyService terminologyService, ServerConfig serverConfig, org.springframework.beans.factory.ObjectProvider<org.ehrbase.openehr.sdk.validation.terminology.ExternalTerminologyValidation> objectProvider, boolean sharedAqlQueryCache) -
Method Summary
-
Constructor Details
-
ValidationServiceImp
public ValidationServiceImp(KnowledgeCacheService knowledgeCacheService, org.ehrbase.openehr.sdk.terminology.openehr.TerminologyService terminologyService, ServerConfig serverConfig, org.springframework.beans.factory.ObjectProvider<org.ehrbase.openehr.sdk.validation.terminology.ExternalTerminologyValidation> objectProvider, @Value("${cache.validation.useSharedRMPathQueryCache:true}") boolean sharedAqlQueryCache)
-
-
Method Details
-
check
public void check(String templateID, com.nedap.archie.rm.composition.Composition composition) throws Exception - Specified by:
checkin interfaceValidationService- Throws:
Exception
-
check
- Specified by:
checkin interfaceValidationService- Throws:
Exception
-
check
public void check(com.nedap.archie.rm.ehr.EhrStatus ehrStatus) - Specified by:
checkin interfaceValidationService
-