Package | Description |
---|---|
org.dcm4che3.data |
Lower level classes that deal with the DICOM Data Dictionary (PS 3.6).
|
org.dcm4che3.tool.qc |
A client to apply QC operations on a dcm4chee archive.
|
org.dcm4che3.tool.qc.test |
Test classes for performing QC operations on a dcm4chee archive.
|
Modifier and Type | Field and Description |
---|---|
static IDWithIssuer[] |
IDWithIssuer.EMPTY |
Modifier and Type | Method and Description |
---|---|
static IDWithIssuer |
IDWithIssuer.pidOf(Attributes attrs) |
static IDWithIssuer |
IDWithIssuer.valueOf(Attributes attrs,
int idTag,
int issuerSeqTag) |
Modifier and Type | Method and Description |
---|---|
static Set<IDWithIssuer> |
IDWithIssuer.pidsOf(Attributes attrs) |
Modifier and Type | Method and Description |
---|---|
boolean |
IDWithIssuer.matches(IDWithIssuer other) |
Modifier and Type | Field and Description |
---|---|
private IDWithIssuer |
QC.pid |
Modifier and Type | Method and Description |
---|---|
IDWithIssuer |
QC.getPid() |
static IDWithIssuer |
QC.toIDWithIssuer(String optionValue) |
Modifier and Type | Method and Description |
---|---|
void |
QC.setPid(IDWithIssuer pid) |
private static javax.json.JsonObject |
QC.toIDWithIssuerObject(IDWithIssuer pid) |
Modifier and Type | Method and Description |
---|---|
void |
QCTool.merge(String testDescription,
ArrayList<String> mergeUIDs,
Attributes targetStudyAttrs,
Attributes targetSeriesAttrs,
IDWithIssuer pid)
merge.
|
void |
QCTool.quickFixLinkMWL(String testDescription,
Attributes mwlAttributes,
IDWithIssuer pid)
updateAttributes.
|
void |
QCTool.segment(String testDescription,
ArrayList<String> moveUIDs,
ArrayList<String> cloneUIDs,
Attributes targetStudyAttrs,
Attributes targetSeriesAttrs,
IDWithIssuer pid)
segment.
|
void |
QCTool.split(String testDescription,
ArrayList<String> moveUIDs,
Attributes targetStudyAttrs,
Attributes targetSeriesAttrs,
IDWithIssuer pid)
split.
|
Copyright © 2017 dcm4che.org. All rights reserved.