public class HangingProtocol_RowDescriptor
extends java.lang.Object
| Constructor and Description |
|---|
HangingProtocol_RowDescriptor()
This is default Constructor for HangingProtocol_RowDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDATASETUUID()
Retrieves the DATASETUUID
|
int |
getDEVR()
Retrieves the VR Type
|
int |
getELEMENTNUMBER()
Retrieves the ElementNumber
|
int |
getGROUPNUMBER()
Retrieves the GroupNumber
|
java.lang.String |
getITEMUUID()
Retrieves the Item UID
|
java.lang.String |
getPARENTSQUID()
Retrieves the ParentSQUID
|
java.lang.String |
getSQUUID()
Retrieves the SQ UID
|
java.lang.String |
getVALUE()
Retrieves the value of DataElement
|
boolean |
isSQ()
Retrieve the DataElement type
|
void |
setDATASETUUID(java.lang.String DatasetUID)
Sets the DATASETUUID
|
void |
setDELEVEL(int delevel)
Sets the DataElement DELEVEL
|
void |
setDEROWID(java.lang.String derowid)
Sets the DataElement Row ID
|
void |
setDEVR(int devr)
Set the VR Type
|
void |
setELEMENTNUMBER(int elementnumber)
Sets the ElementNumber
|
void |
setGROUPNUMBER(int groupnumber)
Set the GroupNumber
|
void |
setITEMUUID(java.lang.String itemuuid)
Sets the Item UID
|
void |
setPARENTSQUID(java.lang.String parentsquid)
Sets the ParentSQUID
|
void |
setSQ(boolean isSQ)
Sets the DataElement type as SQ
|
void |
setSQUUID(java.lang.String squuid)
Sets the SQ UID
|
void |
setVALUE(java.lang.String value)
Sets the value of DataElement
|
public HangingProtocol_RowDescriptor()
public void setDELEVEL(int delevel)
delevel - the DELEVEL to setpublic void setDEROWID(java.lang.String derowid)
derowid - the DEROWID to setpublic int getDEVR()
public void setDEVR(int devr)
devr - the DEVR to setpublic int getELEMENTNUMBER()
public void setELEMENTNUMBER(int elementnumber)
elementnumber - the ELEMENTNUMBER to setpublic int getGROUPNUMBER()
public void setGROUPNUMBER(int groupnumber)
groupnumber - the GROUPNUMBER to setpublic boolean isSQ()
public void setSQ(boolean isSQ)
isSQ - the isSQ to setpublic java.lang.String getITEMUUID()
public void setITEMUUID(java.lang.String itemuuid)
itemuuid - the ITEMUUID to setpublic java.lang.String getDATASETUUID()
public void setDATASETUUID(java.lang.String DatasetUID)
DatasetUID - the DATASETUUID to setpublic java.lang.String getPARENTSQUID()
public void setPARENTSQUID(java.lang.String parentsquid)
parentsquid - the PARENTSQUID to setpublic java.lang.String getSQUUID()
public void setSQUUID(java.lang.String squuid)
squuid - the SQUUID to setpublic java.lang.String getVALUE()
public void setVALUE(java.lang.String value)
value - the VALUE to set