|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.archimed.dicom.DDictEntry
public class DDictEntry
An object for a tag that can be stored in the Data Dictionary
DDict| Constructor Summary | |
|---|---|
DDictEntry(int group,
int element,
int type,
java.lang.String description,
java.lang.String multiplicity)
Constructor for creating non retired DDictEntry |
|
DDictEntry(int group,
int element,
int type,
java.lang.String description,
java.lang.String multiplicity,
boolean retired)
Constructor for creating new DDictEntry |
|
DDictEntry(int group,
int element,
int type,
java.lang.String description,
java.lang.String multiplicity,
boolean retired,
java.lang.String privateCreatorID)
Constructor for creating new DDictEntry that represent private tags. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
returns the description |
int |
getElement()
returns the element number |
int |
getGroup()
returns the group number |
java.lang.String |
getPrivateCreatorID()
returns the private creator ID |
int |
getType()
returns the VR |
java.lang.String |
getVM()
returns the VM |
boolean |
isRetired()
returns if this data element is retired |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DDictEntry(int group,
int element,
int type,
java.lang.String description,
java.lang.String multiplicity)
group - the group number of this tagelement - the element number of this tagtype - the VR of this tag (one of DDict.tXX)description - the description of this tagm - the VM of this tag (for future use only)
public DDictEntry(int group,
int element,
int type,
java.lang.String description,
java.lang.String multiplicity,
boolean retired)
group - the group number of this tagelement - the element number of this tagtype - the VR of this tag (one of DDict.tXX)description - the description of this tagmultiplicity - the VM of this tag (for future use only)retired - whether or not the tag is retired
public DDictEntry(int group,
int element,
int type,
java.lang.String description,
java.lang.String multiplicity,
boolean retired,
java.lang.String privateCreatorID)
group - the group number of this tagelement - the element number of this tagtype - the VR of this tag (one of DDict.tXX)description - the description of this tagmultiplicity - the VM of this tag (for future use only)retired - whether or not the tag is retiredprivateCreatorID - the private creator ID that is used in the context of this tag (only for private tags)| Method Detail |
|---|
public int getGroup()
public int getElement()
public java.lang.String getDescription()
public int getType()
public java.lang.String getVM()
public boolean isRetired()
public java.lang.String getPrivateCreatorID()
|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||