Package | Description |
---|---|
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 |
---|---|
private QCOperation |
QC.operation |
Modifier and Type | Method and Description |
---|---|
QCOperation |
QC.getOperation() |
static QCOperation |
QCOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QCOperation[] |
QCOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QC.setOperation(QCOperation operation) |
Constructor and Description |
---|
QC(String url,
Code qcRejectionCode,
QCOperation operation) |
Constructor and Description |
---|
QCTool(String url,
QCOperation operation,
Code code,
String targetStudyUID) |
QCTool(String url,
QCOperation operation,
String codeString,
String targetStudyUID) |
Copyright © 2017 dcm4che.org. All rights reserved.