adjust confusing language

This commit is contained in:
Grahame Grieve 2021-08-27 10:40:20 +10:00
parent 9f09724032
commit f926744ea7
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ public class ValueSetRenderer extends TerminologyRenderer {
if (doSystem && allFromOneSystem(vs)) { if (doSystem && allFromOneSystem(vs)) {
doSystem = false; doSystem = false;
XhtmlNode p = x.para(); XhtmlNode p = x.para();
p.tx("All codes from system "); p.tx("All codes in this table are from the system ");
allCS = getContext().getWorker().fetchCodeSystem(vs.getExpansion().getContains().get(0).getSystem()); allCS = getContext().getWorker().fetchCodeSystem(vs.getExpansion().getContains().get(0).getSystem());
String ref = null; String ref = null;
if (allCS != null) if (allCS != null)