Class StudySeriesInstanceSelectiveMatchModel


public class StudySeriesInstanceSelectiveMatchModel extends StudySeriesInstanceModel

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.

See Also:
  • Constructor Details

    • StudySeriesInstanceSelectiveMatchModel

      public StudySeriesInstanceSelectiveMatchModel(String databaseFileName) throws DicomException

      Construct a model with the attributes from the default dictionary.

      The dictionary DicomDictionaryForStudySeriesInstanceModel is used.

      Parameters:
      databaseFileName -
      Throws:
      DicomException
    • StudySeriesInstanceSelectiveMatchModel

      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.

      Parameters:
      databaseFileName -
      databaseServerName -
      Throws:
      DicomException
    • StudySeriesInstanceSelectiveMatchModel

      public StudySeriesInstanceSelectiveMatchModel(String databaseFileName, DicomDictionary dictionary) throws DicomException

      Construct a model with the attributes from the specified dictionary.

      Parameters:
      databaseFileName -
      dictionary -
      Throws:
      DicomException
    • StudySeriesInstanceSelectiveMatchModel

      public StudySeriesInstanceSelectiveMatchModel(String databaseFileName, String databaseServerName, DicomDictionary dictionary) throws DicomException

      Construct a model with the attributes from the specified dictionary allowing external SQL access.

      Parameters:
      databaseFileName -
      databaseServerName -
      dictionary -
      Throws:
      DicomException
  • Method Details