mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-10 14:54:46 +00:00
Structure definition error fixed.
This commit is contained in:
parent
eb09015abb
commit
44c9fd596e
@ -105,8 +105,8 @@ public class StructureDefinition30_50 {
|
|||||||
}
|
}
|
||||||
if (src.hasType())
|
if (src.hasType())
|
||||||
tgt.setType(src.getType());
|
tgt.setType(src.getType());
|
||||||
if (src.hasBaseDefinitionElement())
|
if (src.hasBaseDefinition())
|
||||||
tgt.setBaseDefinitionElement((org.hl7.fhir.r5.model.CanonicalType) VersionConvertor_30_50.convertType(src.getBaseDefinitionElement()));
|
tgt.setBaseDefinition(src.getBaseDefinition());
|
||||||
if (src.hasDerivation())
|
if (src.hasDerivation())
|
||||||
tgt.setDerivation(convertTypeDerivationRule(src.getDerivation()));
|
tgt.setDerivation(convertTypeDerivationRule(src.getDerivation()));
|
||||||
if (src.hasSnapshot())
|
if (src.hasSnapshot())
|
||||||
@ -184,8 +184,8 @@ public class StructureDefinition30_50 {
|
|||||||
}
|
}
|
||||||
if (src.hasType())
|
if (src.hasType())
|
||||||
tgt.setType(src.getType());
|
tgt.setType(src.getType());
|
||||||
if (src.hasBaseDefinitionElement())
|
if (src.hasBaseDefinition())
|
||||||
tgt.setBaseDefinitionElement((org.hl7.fhir.dstu3.model.UriType) VersionConvertor_30_50.convertType(src.getBaseDefinitionElement()));
|
tgt.setBaseDefinition(src.getBaseDefinition());
|
||||||
if (src.hasDerivation())
|
if (src.hasDerivation())
|
||||||
tgt.setDerivation(convertTypeDerivationRule(src.getDerivation()));
|
tgt.setDerivation(convertTypeDerivationRule(src.getDerivation()));
|
||||||
if (src.hasSnapshot())
|
if (src.hasSnapshot())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user