|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dcm4che2.net.service.DicomService
public abstract class DicomService
Base class for DICOM services.
Constructor Summary | |
---|---|
protected |
DicomService(java.lang.String sopClass)
Constructor. |
protected |
DicomService(java.lang.String[] sopClasses)
Constructor. |
protected |
DicomService(java.lang.String[] sopClasses,
java.lang.String serviceClass)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getServiceClass()
Get the service class that this service belongs to. |
java.lang.String |
getSopClass()
Get the SOP class that this service responds to. |
java.lang.String[] |
getSopClasses()
Get the SOP classes that this service responds to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DicomService(java.lang.String[] sopClasses, java.lang.String serviceClass)
DicomServiceRegistry
. The sopClasses
array
defines the specific SOP class UIDs that this DicomService
will respond to, while the serviceClass
can define a
higher level SOP class UID that the service will respond to. The
serviceClass
may be null.
sopClasses
- A String array containing the SOP class UIDs that this
service responds to.serviceClass
- The service class of the DicomDevice. For example,
UID.StorageServiceClass
. May be null.protected DicomService(java.lang.String[] sopClasses)
DicomServiceRegistry
. The sopClasses
array
defines the specific SOP class UIDs that this DicomService
will respond to.
sopClasses
- A String array containing the SOP class UIDs that this
service responds to.protected DicomService(java.lang.String sopClass)
DicomServiceRegistry
. The sopClass
defines
the specific SOP class UID that this DicomService
will
respond to.
sopClasses
- A String array containing the SOP class UIDs that this
service responds to.Method Detail |
---|
public final java.lang.String[] getSopClasses()
public final java.lang.String getSopClass()
public final java.lang.String getServiceClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |