CapabilityStatement30_50 fix
This commit is contained in:
parent
1ab62c9316
commit
9feec949f3
|
@ -322,8 +322,8 @@ public class CapabilityStatement30_50 {
|
||||||
VersionConvertor_30_50.copyElement(src, tgt);
|
VersionConvertor_30_50.copyElement(src, tgt);
|
||||||
if (src.hasProtocol())
|
if (src.hasProtocol())
|
||||||
tgt.setProtocol(VersionConvertor_30_50.convertCoding(src.getProtocol()));
|
tgt.setProtocol(VersionConvertor_30_50.convertCoding(src.getProtocol()));
|
||||||
if (src.hasAddressElement())
|
if (src.hasAddress())
|
||||||
tgt.setAddressElement((org.hl7.fhir.dstu3.model.UriType) VersionConvertor_30_50.convertType(src.getAddressElement()));
|
tgt.setAddress(src.getAddress());
|
||||||
return tgt;
|
return tgt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -334,8 +334,8 @@ public class CapabilityStatement30_50 {
|
||||||
VersionConvertor_30_50.copyElement(src, tgt);
|
VersionConvertor_30_50.copyElement(src, tgt);
|
||||||
if (src.hasProtocol())
|
if (src.hasProtocol())
|
||||||
tgt.setProtocol(VersionConvertor_30_50.convertCoding(src.getProtocol()));
|
tgt.setProtocol(VersionConvertor_30_50.convertCoding(src.getProtocol()));
|
||||||
if (src.hasAddressElement())
|
if (src.hasAddress())
|
||||||
tgt.setAddressElement((org.hl7.fhir.r5.model.UrlType) VersionConvertor_30_50.convertType(src.getAddressElement()));
|
tgt.setAddress(src.getAddress());
|
||||||
return tgt;
|
return tgt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue