Build and Release Plan for FHIR2 Module

Build: #562 was successful

Job: Build and test Module was successful

Stages & jobs

  1. Test module

  2. Release

    Requires a user to start manually

Test results

  • 3,712 tests in total
  • 2 tests were quarantined / skipped
  • 2 minutes taken in total.

The following 3,711 tests have passed:

Show all tests on one page
All successful tests
Status Test Duration
Successful FhirAllergyIntoleranceDaoImplTest getAllergyIntoleranceByUuid_shouldGetByUuid
< 1 sec
Successful FhirAllergyIntoleranceDaoImplTest getAllergyIntoleranceByUuid_shouldReturnNullWhenCalledWithUnknownUuid
< 1 sec
Successful FhirAllergyIntoleranceDaoImplTest saveAllergy_shouldSaveAllergyCorrectly
< 1 sec
Successful FhirAllergyIntoleranceDaoImplTest saveAllergy_shouldSaveAllergyReactionsCorrectly
< 1 sec
Successful FhirConceptDaoImplTest getConceptByUuid_shouldGetConceptByUuid
< 1 sec
Successful FhirConceptDaoImplTest getConceptByUuid_shouldReturnNullIfConceptUuidDoesNotExist
< 1 sec
Successful FhirConceptDaoImplTest getConceptWithSameAsMappingInSource_shouldGetConceptBySourceAndMapping
< 1 sec
Successful FhirConceptDaoImplTest getConceptWithSameAsMappingInSource_shouldReturnNullIfMappingDoesNotExistInSource
< 1 sec
Successful FhirConceptDaoImplTest getConceptWithSameAsMappingInSource_shouldReturnNullIfMappingIsNotSameAs
< 1 sec
Successful FhirConceptDaoImplTest getConceptWithSameAsMappingInSource_shouldReturnNullIfMappingIsNull
< 1 sec
Successful FhirConceptDaoImplTest getConceptWithSameAsMappingInSource_shouldReturnNullIfSourceIsNull
< 1 sec
Successful FhirConceptDaoImplTest getConceptsWithAnyMappingInSource_shouldGetListOfConceptsBySourceAndMapping
< 1 sec
Successful FhirConceptDaoImplTest getConceptsWithAnyMappingInSource_shouldGetListOfConceptsEvenIfMappingIsNotSameAs
< 1 sec
Successful FhirConceptDaoImplTest getConceptsWithAnyMappingInSource_shouldReturnEmptyListIfIfSourceIsNull
< 1 sec
Successful FhirConceptDaoImplTest getConceptsWithAnyMappingInSource_shouldReturnEmptyListIfMappingDoesNotExist
< 1 sec
Successful FhirConceptDaoImplTest getConceptsWithAnyMappingInSource_shouldReturnEmptyListIfMappingIsNull
< 1 sec
Successful FhirConceptDaoImplTest retire_shouldRetireConcept
< 1 sec
Successful FhirConceptSourceDaoImplTest getConceptSourceByHl7Code_shouldReturnNonRetiredOverRetiredSourceForHl7Code
< 1 sec
Successful FhirConceptSourceDaoImplTest getConceptSourceByHl7Code_shouldReturnSourceForHl7Code
< 1 sec
Successful FhirConceptSourceDaoImplTest getFhirConceptSourceByConceptSourceName_shouldReturnEmptyOptionalForMissingSourceName
< 1 sec
Successful FhirConceptSourceDaoImplTest getFhirConceptSourceByConceptSourceName_shouldReturnSourceForName
< 1 sec
Successful FhirConceptSourceDaoImplTest getFhirConceptSourceByConceptSource_shouldReturnEmptyOptionalWhereNoFhirConceptSourceExists
< 1 sec
Successful FhirConceptSourceDaoImplTest getFhirConceptSourceByConceptSource_shouldReturnSourceWherePresent
< 1 sec
Successful FhirConceptSourceDaoImplTest getFhirConceptSourceByHl7Code_shouldReturnNullForMissingSourceName
< 1 sec
Successful FhirConceptSourceDaoImplTest getFhirConceptSourceByUrl_shouldReturnEmptyOptionalForMissingUrl
< 1 sec
Successful FhirConceptSourceDaoImplTest getFhirConceptSourceByUrl_shouldReturnSourceForUrl
< 1 sec
Successful FhirConceptSourceDaoImplTest getFhirConceptSources_shouldReturnAllSources
< 1 sec
Successful FhirConditionDaoImpl_Test shouldRetrieveConditionByUuid
< 1 sec
Successful FhirConditionDaoImpl_Test shouldReturnExistingConditionIfBothAreEquals
< 1 sec
Successful FhirConditionDaoImpl_Test shouldReturnNullWhenGetConditionByWrongUuid
< 1 sec
Successful FhirConditionDaoImpl_Test shouldSaveNewCondition
< 1 sec
Successful FhirConditionDaoImpl_Test shouldUpdateExistingCondition
< 1 sec
Successful FhirContactPointMapDaoImplTest getFhirContactPointMapByUuid_shouldGetFhirContactPointMapByUuid
< 1 sec
Successful FhirContactPointMapDaoImplTest getFhirContactPointMapForAttributeType_shouldRetrieveContactPointMapWhenLocationAttributeTypeIsFound
< 1 sec
Successful FhirContactPointMapDaoImplTest getFhirContactPointMapForAttributeType_shouldRetrieveContactPointMapWhenProviderAttributeTypeIsFound
< 1 sec
Successful FhirContactPointMapDaoImplTest getFhirContactPointMapForPersonAttributeType_shouldRetrieveContactPointMap
< 1 sec
Successful FhirDiagnosticReportDaoImplTest get_shouldGetFhirDiagnosticReportByUuid
< 1 sec
Successful FhirDiagnosticReportDaoImplTest saveOrUpdate_shouldSaveNewFhirDiagnosticReport
< 1 sec
Successful FhirDiagnosticReportDaoImplTest saveOrUpdate_shouldUpdateExistingFhirDiagnosticReport
< 1 sec
Successful FhirEncounterDaoImplTest delete_shouldVoidEncounterAndUnderlyingObservations
< 1 sec
Successful FhirEncounterDaoImplTest shouldExcludedEncountersWithMedicationRequestsWithOnlyFulfillerStatusCompletedWhenReturnEncountersThatHaveAssociatedMedicationRequests
< 1 sec
Successful FhirEncounterDaoImplTest shouldExcludedEncountersWithOnlyCompletedMedicationRequestsWhenReturnEncountersThatHaveAssociatedMedicationRequests
< 1 sec
Successful FhirEncounterDaoImplTest shouldIgnoreCompletedStatus
< 1 sec
Successful FhirEncounterDaoImplTest shouldNotReturnEncounterThatHasOnlyDiscontinueOrder
< 1 sec
Successful FhirEncounterDaoImplTest shouldOnlyIncludeEncountersWithMedicationRequestsWithFulfillerStatusCompletedWhenReturnEncountersThatHaveAssociatedMedicationRequests
< 1 sec
Successful FhirEncounterDaoImplTest shouldOnlyReturnEncountersThatHaveAssociatedActiveMedicationRequests
< 1 sec
Successful FhirEncounterDaoImplTest shouldOnlyReturnEncountersThatHaveAssociatedMedicationRequests
< 1 sec
Successful FhirEncounterDaoImplTest shouldOnlyReturnEncountersThatHaveAssociatedMedicationRequestsThatDoNotHaveCancelledStatus
< 1 sec
Successful FhirEncounterDaoImplTest shouldReturnMatchingEncounter
< 1 sec
Successful FhirEncounterDaoImplTest shouldReturnNullWithUnknownEncounterUuid
< 1 sec
  • Showing 1-50 of 3711