Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/java/org/rsna/ctp/stdstages/dicom/PCTable.java
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,9 @@ private static LinkedList<String> tokenize(String s, LinkedList<String> list) {
};

//SOP Classes not in the dcm4che UID dictionary
static PC[] ext_pcs = { };
static PC[] ext_pcs = {
new PC("1.2.246.352.70.1.70","$ts-native", true)
};

static class SkipTable extends HashSet<String> {
public SkipTable() {
Expand Down