public class MCrequestType
extends java.lang.Object
MCrequestType
class describes the type of DICOM WADO requestModifier and Type | Field and Description |
---|---|
static MCrequestType |
Qido
QIDO-RS DICOM request
|
static MCrequestType |
RsCapabilities
RS-CAPABILITIES DICOM request
|
static MCrequestType |
RsNpi
RS-NPI DICOM request
|
static MCrequestType |
Stow
STOW-RS DICOM request
|
static MCrequestType |
StowCommitment
STOW StowCommitment DICOM request
|
static MCrequestType |
Unknown
Unknown DICOM request
|
static MCrequestType |
UpsRs
UPS-RS DICOM request
|
static java.lang.String |
WADO
"wado"
String |
static MCrequestType |
WadoRS
WADO-RS DICOM request
|
static MCrequestType |
WadoURI
WADO-URI DICOM request
|
static MCrequestType |
WadoWS
WADO-WS DICOM request
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(MCrequestType rqt)
Checks if
MCrequestType is equal to another MCrequestType object |
boolean |
equals(java.lang.Object obj)
Checks if
MCrequestType is equal to Object object |
java.lang.String |
getName()
Gets the name of WADO request
|
int |
hashCode()
Gets a hashcode of
MCrequestType |
public static final java.lang.String WADO
String
public static MCrequestType RsNpi
public static MCrequestType RsCapabilities
public static MCrequestType WadoURI
public static MCrequestType WadoRS
public static MCrequestType WadoWS
public static MCrequestType Stow
public static MCrequestType StowCommitment
public static MCrequestType Qido
public static MCrequestType UpsRs
public static MCrequestType Unknown
public java.lang.String getName()
public boolean equals(java.lang.Object obj)
MCrequestType
is equal to Object
objectequals
in class java.lang.Object
obj
- Object
true
if MCrequestType
objects are equalpublic int hashCode()
MCrequestType
hashCode
in class java.lang.Object
MCrequestType
public boolean equals(MCrequestType rqt)
MCrequestType
is equal to another MCrequestType
objectrqt
- MCrequestType
objecttrue
if MCrequestType
objects are equal