withICureBasePath method
Implementation
MedTechApiBuilder withICureBasePath(String newICureBasePath) {
_iCureBasePath = newICureBasePath;
return this;
}
MedTechApiBuilder withICureBasePath(String newICureBasePath) {
_iCureBasePath = newICureBasePath;
return this;
}