public class DicomConfigOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
ignoreUnresolvedReferences
If set to true, will not throw exceptions when a reference to a configuration object cannot be resolved.
|
| Constructor and Description |
|---|
DicomConfigOptions() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIgnoreUnresolvedReferences() |
void |
setIgnoreUnresolvedReferences(Boolean ignoreUnresolvedReferences) |
private Boolean ignoreUnresolvedReferences
public DicomConfigOptions()
public Boolean getIgnoreUnresolvedReferences()
public void setIgnoreUnresolvedReferences(Boolean ignoreUnresolvedReferences)
Copyright © 2017 dcm4che.org. All rights reserved.