public class RelGenSOPClassID
extends java.lang.Object
| Constructor and Description |
|---|
RelGenSOPClassID() |
| Modifier and Type | Method and Description |
|---|---|
short |
getLength() |
java.lang.String |
getRelGenServiceClassUid()
Gets The Related General SOP Class identifier encoded as a UID
|
short |
getRelGenServiceClassUidLen()
Gets The Related-general-sop-class-uid-length.
|
void |
parse(IDicomStream objIDicomStream)
Parses the RELATED-GENERAL-SOP-CLASS-IDENTIFICATION item.
|
void |
serialize(IDicomStream objIDicomStream)
This method writes the Data Value to the given Stream.
|
void |
setRelGenServiceClassUid(java.lang.String strRelGenServiceClassUid)
Sets The Related General SOP Class identifier encoded as a UID
|
void |
setRelGenServiceClassUidLen(short shRelGenServiceClassUidLen)
Sets The Related-general-sop-class-uid-length i.e.
|
public short getLength()
public short getRelGenServiceClassUidLen()
public void setRelGenServiceClassUidLen(short shRelGenServiceClassUidLen)
shRelGenServiceClassUidLen - short value of Related-general-sop-class-uid-length.public java.lang.String getRelGenServiceClassUid()
public void setRelGenServiceClassUid(java.lang.String strRelGenServiceClassUid)
strRelGenServiceClassUid - The Related General SOP Class identifier encoded as a UIDpublic void parse(IDicomStream objIDicomStream) throws java.io.IOException
objIDicomStream - Stream on which dicom data resides.java.io.IOException - Signals that an I/O exception has occurred.public void serialize(IDicomStream objIDicomStream) throws java.io.IOException
objIDicomStream - object of the stream onto which the RELATED-GENERAL-SOP-CLASS-IDENTIFICATION Item is to be written.java.io.IOException - Signals that an I/O exception has occurred.