public class ExternalArchiveAEExtension extends AEExtension
Modifier and Type | Field and Description |
---|---|
private int |
aeFetchPriority |
private boolean |
defaultForStorage |
private Collection<ApplicationEntity> |
linkedQueryAETs |
private boolean |
prefersForwarding |
private static long |
serialVersionUID |
applicationEntity
Constructor and Description |
---|
ExternalArchiveAEExtension() |
Modifier and Type | Method and Description |
---|---|
void |
addIgnoreSeriesStudyMissmatchErrorsAET(ApplicationEntity ae) |
int |
getAeFetchPriority() |
Collection<ApplicationEntity> |
getLinkedQueryAETs() |
boolean |
isDefaultForStorage() |
boolean |
isPrefersForwarding() |
boolean |
removeIgnoreSeriesStudyMissmatchErrorsAET(ApplicationEntity ae) |
void |
setAeFetchPriority(int aeFetchPriority) |
void |
setDefaultForStorage(boolean defaultForStorage) |
void |
setLinkedQueryAETs(Collection<ApplicationEntity> linkedQueryAETs) |
void |
setPrefersForwarding(boolean prefersForwarding) |
getApplicationEntity, getBaseClass, reconfigure, setApplicationEntity
private static final long serialVersionUID
private int aeFetchPriority
private boolean prefersForwarding
private Collection<ApplicationEntity> linkedQueryAETs
private boolean defaultForStorage
public ExternalArchiveAEExtension()
public int getAeFetchPriority()
public void setAeFetchPriority(int aeFetchPriority)
public boolean isPrefersForwarding()
public void setPrefersForwarding(boolean prefersForwarding)
public Collection<ApplicationEntity> getLinkedQueryAETs()
public void setLinkedQueryAETs(Collection<ApplicationEntity> linkedQueryAETs)
public void addIgnoreSeriesStudyMissmatchErrorsAET(ApplicationEntity ae)
public boolean removeIgnoreSeriesStudyMissmatchErrorsAET(ApplicationEntity ae)
public boolean isDefaultForStorage()
public void setDefaultForStorage(boolean defaultForStorage)
Copyright © 2017 dcm4che.org. All rights reserved.