SearchParameter30_50

This commit is contained in:
markiantorno 2020-02-10 17:18:27 -05:00
parent a15b436891
commit 505a56a525
1 changed files with 4 additions and 4 deletions

View File

@ -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())