SearchParameter30_50
This commit is contained in:
parent
a15b436891
commit
505a56a525
|
@ -155,8 +155,8 @@ public class SearchParameter30_50 {
|
||||||
}
|
}
|
||||||
if (src.hasType())
|
if (src.hasType())
|
||||||
tgt.setType(VersionConvertor_30_50.convertSearchParamType(src.getType()));
|
tgt.setType(VersionConvertor_30_50.convertSearchParamType(src.getType()));
|
||||||
if (src.hasDerivedFromElement())
|
if (src.hasDerivedFrom())
|
||||||
tgt.setDerivedFromElement((org.hl7.fhir.r5.model.CanonicalType) VersionConvertor_30_50.convertType(src.getDerivedFromElement()));
|
tgt.setDerivedFrom(src.getDerivedFrom());
|
||||||
if (src.hasDescriptionElement())
|
if (src.hasDescriptionElement())
|
||||||
tgt.setDescriptionElement((org.hl7.fhir.r5.model.MarkdownType) VersionConvertor_30_50.convertType(src.getDescriptionElement()));
|
tgt.setDescriptionElement((org.hl7.fhir.r5.model.MarkdownType) VersionConvertor_30_50.convertType(src.getDescriptionElement()));
|
||||||
if (src.hasExpressionElement())
|
if (src.hasExpressionElement())
|
||||||
|
@ -220,8 +220,8 @@ public class SearchParameter30_50 {
|
||||||
}
|
}
|
||||||
if (src.hasType())
|
if (src.hasType())
|
||||||
tgt.setType(VersionConvertor_30_50.convertSearchParamType(src.getType()));
|
tgt.setType(VersionConvertor_30_50.convertSearchParamType(src.getType()));
|
||||||
if (src.hasDerivedFromElement())
|
if (src.hasDerivedFrom())
|
||||||
tgt.setDerivedFromElement((org.hl7.fhir.dstu3.model.UriType) VersionConvertor_30_50.convertType(src.getDerivedFromElement()));
|
tgt.setDerivedFrom(src.getDerivedFrom());
|
||||||
if (src.hasDescriptionElement())
|
if (src.hasDescriptionElement())
|
||||||
tgt.setDescriptionElement((org.hl7.fhir.dstu3.model.MarkdownType) VersionConvertor_30_50.convertType(src.getDescriptionElement()));
|
tgt.setDescriptionElement((org.hl7.fhir.dstu3.model.MarkdownType) VersionConvertor_30_50.convertType(src.getDescriptionElement()));
|
||||||
if (src.hasExpressionElement())
|
if (src.hasExpressionElement())
|
||||||
|
|
Loading…
Reference in New Issue