Package | Description |
---|---|
org.dcm4che3.data |
Lower level classes that deal with the DICOM Data Dictionary (PS 3.6).
|
org.dcm4che3.net.service |
This package is part of the Maven module dcm4che3-net.
|
org.dcm4che3.tool.dcmvalidate |
Validate DICOM object according to a specified Information Object Definition.
|
org.dcm4che3.tool.mppsscp |
DICOM Modality Performed Procedure Step Receiver.
|
Modifier and Type | Field and Description |
---|---|
IOD[] |
ValidationResult.InvalidAttributeValue.missingItems |
Modifier and Type | Field and Description |
---|---|
private Map<String,IOD> |
IOD.SAXHandler.id2iod |
private LinkedList<IOD> |
IOD.SAXHandler.iodStack |
private HashMap<String,IOD> |
IODCache.map |
Modifier and Type | Method and Description |
---|---|
private IOD[] |
Attributes.checkforMissingItems(int[] matchingItems,
IOD[] itemIODs) |
IOD |
IODCache.get(String uri) |
static IOD |
IOD.load(String uri) |
static IOD |
IOD.valueOf(Code code) |
Modifier and Type | Method and Description |
---|---|
void |
ValidationResult.addInvalidAttributeValue(IOD.DataElement dataElement,
ValidationResult.Invalid reason,
ValidationResult[] itemValidationResult,
IOD[] missingItems) |
IOD.DataElement |
IOD.DataElement.addItemIOD(IOD iod) |
private IOD[] |
Attributes.checkforMissingItems(int[] matchingItems,
IOD[] itemIODs) |
ValidationResult |
Attributes.validate(IOD iod) |
Constructor and Description |
---|
InvalidAttributeValue(IOD.DataElement dataElement,
ValidationResult.Invalid reason,
ValidationResult[] itemValidationResults,
IOD[] missingItems) |
SAXHandler(IOD iod) |
Modifier and Type | Method and Description |
---|---|
protected IOD |
QueryRetrieveLevel.queryKeysIOD(QueryRetrieveLevel rootLevel,
boolean relational) |
protected IOD |
QueryRetrieveLevel.retrieveKeysIOD(QueryRetrieveLevel rootLevel,
boolean relational) |
Modifier and Type | Field and Description |
---|---|
private IOD |
DcmValidate.iod |
Modifier and Type | Method and Description |
---|---|
void |
DcmValidate.setIOD(IOD iod) |
Modifier and Type | Field and Description |
---|---|
private IOD |
MppsSCP.mppsNCreateIOD |
private IOD |
MppsSCP.mppsNSetIOD |
Modifier and Type | Method and Description |
---|---|
private void |
MppsSCP.setMppsNCreateIOD(IOD mppsNCreateIOD) |
private void |
MppsSCP.setMppsNSetIOD(IOD mppsNSetIOD) |
Copyright © 2017 dcm4che.org. All rights reserved.