有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

Dicom4che调用的java结果不显示umlaut字符

我正在使用dcm4che对PACS执行查询,以搜索患者。通过搜索条件(具有umlaut字符)查找德国患者,但返回的姓名具有<&燃气轮机;字符而不是umlaut。我怎样才能解决这个问题

private void setCharacterSet(Attributes attributes) {
        int tag = Tag.SpecificCharacterSet;
        VR vr = ElementDictionary.vrOf(tag, attributes.getPrivateCreator(tag));
        attributes.setString(tag, vr, "ISO_IR 110");
    }

我确实添加了这个字符集,但我认为它不正确


共 (0) 个答案