コード例 #1
0
 public boolean isCodeFoundInValuesetOids(String code, List<String> valuesetOids) {
   return vocabularyValuesetService.isFoundByCodeInValuesetOids(code, new HashSet<>(valuesetOids));
 }
コード例 #2
0
 public java.util.List<VsacValueSet> getValuesetsByOids(List<String> valuesetOids) {
   return vocabularyValuesetService.getValuesetsByOids(new HashSet<>(valuesetOids));
 }