|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.data.elements.support.DataElement
org.dicom4j.data.elements.support.StringElement
org.dicom4j.data.elements.Time
public class Time
Time (TM) DataElement
| Constructor Summary | |
|---|---|
Time(DicomTag aTag)
Creates an empty element |
|
| Method Summary | |
|---|---|
String |
format()
retrun a formated time ( hh:mm:ss ) |
String |
getShowableValue(String aSeparator)
return the value formated to be show in a UI |
ValueRepresentation |
getValueRepresentation()
return the ValueRepresentation of this data element (TM) |
byte[] |
getVR()
Deprecated. |
void |
setValue(String aValue)
|
| Methods inherited from class org.dicom4j.data.elements.support.StringElement |
|---|
addValue, clear, getPaddedVL, getStringValues, getValueLength, getValueMultiplicity, read, toString, write |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Time(DicomTag aTag)
Creates an empty element
aTag - the tag of the element| Method Detail |
|---|
public String format()
public String getShowableValue(String aSeparator)
aSeparator - the time separator
public ValueRepresentation getValueRepresentation()
ValueRepresentation of this data element (TM)
getValueRepresentation in class DataElement@Deprecated public byte[] getVR()
Get the value representation of this attribute (TM).
public void setValue(String aValue)
setValue in class StringElement
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||