|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.database.DatabaseInformationModel
com.pixelmed.database.DicomDatabaseInformationModel
com.pixelmed.database.StudySeriesInstanceModel
com.pixelmed.database.StudySeriesInstanceSelectiveMatchModel
public class StudySeriesInstanceSelectiveMatchModel
The StudySeriesInstanceSelectiveMatchModel class
supports a minimal DICOM Study/Series/Instance model.
Matching of each information entity is performed by all appropriate attributes at
that level, not just the instance UIDs alone that are used in StudySeriesInstanceModel.
Attributes of other DICOM entities than Study, Series and Instance are included at the appropriate lower level entity.
StudySeriesInstanceModel| Field Summary |
|---|
| Fields inherited from class com.pixelmed.database.DicomDatabaseInformationModel |
|---|
derivedAcquisitionDateTimeColumnName, derivedContentDateTimeColumnName, derivedLossyImageCompressionColumnName, derivedSeriesDateTimeColumnName, derivedStudyDateTimeColumnName |
| Constructor Summary | |
|---|---|
StudySeriesInstanceSelectiveMatchModel(String databaseFileName)
Construct a model with the attributes from the default dictionary. |
|
StudySeriesInstanceSelectiveMatchModel(String databaseFileName,
DicomDictionary dictionary)
Construct a model with the attributes from the specified dictionary. |
|
StudySeriesInstanceSelectiveMatchModel(String databaseFileName,
String databaseServerName)
Construct a model with the attributes from the default dictionary allowing external SQL access. |
|
StudySeriesInstanceSelectiveMatchModel(String databaseFileName,
String databaseServerName,
DicomDictionary dictionary)
Construct a model with the attributes from the specified dictionary allowing external SQL access. |
|
| Method Summary | |
|---|---|
protected void |
extendStatementStringWithMatchingAttributesForSelectedInformationEntity(StringBuffer b,
AttributeList list,
InformationEntity ie)
Extend a SQL SELECT statement in the process of being constructed with matching clauses for the unique keys of the entity and all its parents. |
| Methods inherited from class com.pixelmed.database.StudySeriesInstanceModel |
|---|
getChildTypeForParent, getChildTypeForParent, getChildTypeForParent, getDescriptiveColumnName, getOtherDescriptiveColumnName, getOtherOtherDescriptiveColumnName, getUIDColumnNameForInformationEntity, isInformationEntityInModel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StudySeriesInstanceSelectiveMatchModel(String databaseFileName)
throws DicomException
Construct a model with the attributes from the default dictionary.
The dictionary DicomDictionaryForStudySeriesInstanceModel is used.
databaseFileName -
DicomException
public StudySeriesInstanceSelectiveMatchModel(String databaseFileName,
String databaseServerName)
throws DicomException
Construct a model with the attributes from the default dictionary allowing external SQL access.
The dictionary DicomDictionaryForStudySeriesInstanceModel is used.
databaseFileName - databaseServerName -
DicomException
public StudySeriesInstanceSelectiveMatchModel(String databaseFileName,
DicomDictionary dictionary)
throws DicomException
Construct a model with the attributes from the specified dictionary.
databaseFileName - dictionary -
DicomException
public StudySeriesInstanceSelectiveMatchModel(String databaseFileName,
String databaseServerName,
DicomDictionary dictionary)
throws DicomException
Construct a model with the attributes from the specified dictionary allowing external SQL access.
databaseFileName - databaseServerName - dictionary -
DicomException| Method Detail |
|---|
protected void extendStatementStringWithMatchingAttributesForSelectedInformationEntity(StringBuffer b,
AttributeList list,
InformationEntity ie)
throws DicomException
DatabaseInformationModelExtend a SQL SELECT statement in the process of being constructed with matching clauses for the unique keys of the entity and all its parents.
For example, a model might specify the unique key for the patient to be PatientID,
the study to be StudyInstanceUID, the series to be SeriesInstanceUID and so on. A
match requested at the series level would then require PatientID, StudyInstanceUID
and SeriesInstanceUID to match what was in the supplied AttributeList
Called when inserting a new record for an instance of the entity.
Specific to each concrete information model extending DatabaseInformationModel.
extendStatementStringWithMatchingAttributesForSelectedInformationEntity in class StudySeriesInstanceModelb - list - ie -
DicomException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||