public class MCrequestType
extends java.lang.Object
MCrequestType class describes the type of DICOM WADO request| Modifier 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
Stringpublic 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.Objectobj - Objecttrue if MCrequestType objects are equalpublic int hashCode()
MCrequestTypehashCode in class java.lang.ObjectMCrequestTypepublic boolean equals(MCrequestType rqt)
MCrequestType is equal to another MCrequestType objectrqt - MCrequestType objecttrue if MCrequestType objects are equal