mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-06 19:39:27 +00:00
release notes
This commit is contained in:
parent
41c5f8fee5
commit
1d08c506d0
@ -4,4 +4,4 @@
|
||||
|
||||
## Other code changes
|
||||
|
||||
* no changes
|
||||
* Fix for handling large expansions correctly
|
||||
|
@ -96,11 +96,9 @@ public class TerminologyCache {
|
||||
}
|
||||
public ValueSet getVs() {
|
||||
return vs;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public static class SourcedValueSetEntry {
|
||||
private String server;
|
||||
private String filename;
|
||||
@ -115,11 +113,9 @@ public class TerminologyCache {
|
||||
}
|
||||
public String getFilename() {
|
||||
return filename;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public static final boolean TRANSIENT = false;
|
||||
public static final boolean PERMANENT = true;
|
||||
private static final String NAME_FOR_NO_SYSTEM = "all-systems";
|
||||
|
Loading…
x
Reference in New Issue
Block a user