org.dicom4j.core.implementation
Class BeanImplementation

java.lang.Object
  extended by org.dicom4j.core.implementation.Dicom4jImplementation
      extended by org.dicom4j.core.implementation.BeanImplementation

Deprecated.

public class BeanImplementation
extends Dicom4jImplementation

a Bean Dicom4jImplementation Spring compliant

Since:
0.0.0
Author:
Laurent Lecomte

Constructor Summary
BeanImplementation()
          Deprecated.  
 
Method Summary
 String getClassUID()
          Deprecated. Retrun the ClassUID to use in assocation negotiation
 Dicom4jConfiguration getConfiguration()
          Deprecated. return the current Dicom4jConfiguration
 DicomDictionary getDicomDictionary()
          Deprecated. Return the current DicomDictionary
 Locale getLocal()
          Deprecated.  
 Dicom4jLogging getLogging()
          Deprecated. return the current Dicom4jLogging manager
 Modalities getModalities()
          Deprecated.  
 SOPClass getSOPClasses()
          Deprecated.  
 TransferSyntax getTransferSyntax(String aUID)
          Deprecated. Return a TransferSyntax depending of his UID
 TransferSyntaxes getTransferSyntaxes()
          Deprecated. get the TransferSyntaxes
 String getVersion()
          Deprecated. Return the version to use in assocation negotiation
 String getVersionName()
          Deprecated. Return the version name to use in assocation negotiation
 void setClassUID(String aClassUID)
          Deprecated.  
 void setConfiguration(Dicom4jConfiguration aConfiguration)
          Deprecated.  
 void setDicomDictionary(DicomDictionary aDicomDictionary)
          Deprecated. Set a new DicomDictionary
 void setLocal(Locale aLocale)
          Deprecated.  
 void setLogging(Dicom4jLogging aLogging)
          Deprecated.  
 void setModalities(Modalities aModalities)
          Deprecated.  
 void setSOPClasses(SOPClass aSOPClasses)
          Deprecated.  
 void setTransferSyntaxes(TransferSyntaxes aTransferSyntaxes)
          Deprecated. Set the TransferSyntaxes
 void setVersion(String aVersion)
          Deprecated.  
 void setVersionName(String aVersionName)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class org.dicom4j.core.implementation.Dicom4jImplementation
initialize, Instance, setImplementation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanImplementation

public BeanImplementation()
Deprecated. 
Method Detail

getClassUID

public String getClassUID()
Deprecated. 
Description copied from class: Dicom4jImplementation
Retrun the ClassUID to use in assocation negotiation

Specified by:
getClassUID in class Dicom4jImplementation
Returns:
the ClassUID

getConfiguration

public Dicom4jConfiguration getConfiguration()
Deprecated. 
Description copied from class: Dicom4jImplementation
return the current Dicom4jConfiguration

Specified by:
getConfiguration in class Dicom4jImplementation
Returns:

getDicomDictionary

public DicomDictionary getDicomDictionary()
Deprecated. 
Description copied from class: Dicom4jImplementation
Return the current DicomDictionary

Specified by:
getDicomDictionary in class Dicom4jImplementation
Returns:
the current DicomDictionary

getLocal

public Locale getLocal()
Deprecated. 
Specified by:
getLocal in class Dicom4jImplementation

getLogging

public Dicom4jLogging getLogging()
Deprecated. 
Description copied from class: Dicom4jImplementation
return the current Dicom4jLogging manager

Specified by:
getLogging in class Dicom4jImplementation
Returns:

getModalities

public Modalities getModalities()
Deprecated. 
Specified by:
getModalities in class Dicom4jImplementation

getSOPClasses

public SOPClass getSOPClasses()
Deprecated. 

getTransferSyntax

public TransferSyntax getTransferSyntax(String aUID)
Deprecated. 
Description copied from class: Dicom4jImplementation
Return a TransferSyntax depending of his UID

Specified by:
getTransferSyntax in class Dicom4jImplementation
Parameters:
aUID - the UID
Returns:
the TransferSyntax

getTransferSyntaxes

public TransferSyntaxes getTransferSyntaxes()
Deprecated. 
Description copied from class: Dicom4jImplementation
get the TransferSyntaxes

Specified by:
getTransferSyntaxes in class Dicom4jImplementation
Returns:
the TransferSyntaxes

getVersion

public String getVersion()
Deprecated. 
Description copied from class: Dicom4jImplementation
Return the version to use in assocation negotiation

Specified by:
getVersion in class Dicom4jImplementation
Returns:
the version

getVersionName

public String getVersionName()
Deprecated. 
Description copied from class: Dicom4jImplementation
Return the version name to use in assocation negotiation

Specified by:
getVersionName in class Dicom4jImplementation
Returns:
the version name

setClassUID

public void setClassUID(String aClassUID)
Deprecated. 

setConfiguration

public void setConfiguration(Dicom4jConfiguration aConfiguration)
Deprecated. 
Specified by:
setConfiguration in class Dicom4jImplementation

setDicomDictionary

public void setDicomDictionary(DicomDictionary aDicomDictionary)
Deprecated. 
Description copied from class: Dicom4jImplementation
Set a new DicomDictionary

Specified by:
setDicomDictionary in class Dicom4jImplementation
Parameters:
aDicomDictionary - the new DicomDictionary

setLocal

public void setLocal(Locale aLocale)
Deprecated. 
Specified by:
setLocal in class Dicom4jImplementation

setLogging

public void setLogging(Dicom4jLogging aLogging)
Deprecated. 
Specified by:
setLogging in class Dicom4jImplementation

setModalities

public void setModalities(Modalities aModalities)
Deprecated. 
Specified by:
setModalities in class Dicom4jImplementation

setSOPClasses

public void setSOPClasses(SOPClass aSOPClasses)
Deprecated. 

setTransferSyntaxes

public void setTransferSyntaxes(TransferSyntaxes aTransferSyntaxes)
Deprecated. 
Description copied from class: Dicom4jImplementation
Set the TransferSyntaxes

Specified by:
setTransferSyntaxes in class Dicom4jImplementation
Parameters:
aTransferSyntaxes - the new TransferSyntaxes to use

setVersion

public void setVersion(String aVersion)
Deprecated. 

setVersionName

public void setVersionName(String aVersionName)
Deprecated. 

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2009 dicom4j. All Rights Reserved.