mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-06 21:08:11 +00:00
delay generating snapshots
This commit is contained in:
parent
8d2da0b701
commit
f8e88fb41a
@ -252,7 +252,7 @@ public class FHIRPathEngine {
|
|||||||
public FHIRPathEngine(IWorkerContext worker) {
|
public FHIRPathEngine(IWorkerContext worker) {
|
||||||
super();
|
super();
|
||||||
this.worker = worker;
|
this.worker = worker;
|
||||||
for (StructureDefinition sd : worker.allStructures()) {
|
for (StructureDefinition sd : worker.getStructures()) {
|
||||||
if (sd.getDerivation() == TypeDerivationRule.SPECIALIZATION && sd.getKind() != StructureDefinitionKind.LOGICAL)
|
if (sd.getDerivation() == TypeDerivationRule.SPECIALIZATION && sd.getKind() != StructureDefinitionKind.LOGICAL)
|
||||||
allTypes.put(sd.getName(), sd);
|
allTypes.put(sd.getName(), sd);
|
||||||
if (sd.getDerivation() == TypeDerivationRule.SPECIALIZATION && sd.getKind() == StructureDefinitionKind.PRIMITIVETYPE) {
|
if (sd.getDerivation() == TypeDerivationRule.SPECIALIZATION && sd.getKind() == StructureDefinitionKind.PRIMITIVETYPE) {
|
||||||
|
2
pom.xml
2
pom.xml
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<hapi_fhir_version>4.1.0</hapi_fhir_version>
|
<hapi_fhir_version>4.1.0</hapi_fhir_version>
|
||||||
<validator_test_case_version>1.0.20-SNAPSHOT</validator_test_case_version>
|
<validator_test_case_version>1.0.21-SNAPSHOT</validator_test_case_version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<artifactId>org.hl7.fhir.core</artifactId>
|
<artifactId>org.hl7.fhir.core</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user