Add commetn for juan

This commit is contained in:
Tadgh 2021-08-06 14:34:40 -04:00
parent 1cb6f490d6
commit 71ed25b77c
1 changed files with 2 additions and 0 deletions

View File

@ -1627,6 +1627,8 @@ public abstract class BaseHapiFhirResourceDao<T extends IBaseResource> extends B
entity = myEntityManager.find(ResourceTable.class, pid.getId());
resourceId = entity.getIdDt();
} else {
//FIXME JUAN: This is where the actual resource is replaced with a contained version in the create test. The update test correctly
//keeps this as a URN:UUID reference for now.
DaoMethodOutcome outcome = create(resource, null, thePerformIndexing, theTransactionDetails, theRequest);
// Pre-cache the match URL