Made Transactional

This commit is contained in:
Frank Tao 2020-09-19 15:18:28 -04:00
parent 01d88a665d
commit a3a032584b
1 changed files with 1 additions and 0 deletions

View File

@ -2562,6 +2562,7 @@ public abstract class BaseTermReadSvcImpl implements ITermReadSvc {
}
@Override
@Transactional
public CodeValidationResult codeSystemValidateCode(IIdType theCodeSystemId, String theCodeSystemUrl, String theVersion, String theCode, String theDisplay, IBaseDatatype theCoding, IBaseDatatype theCodeableConcept) {
CodeableConcept codeableConcept = toCanonicalCodeableConcept(theCodeableConcept);