|
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.DDateRange
public class DDateRange
This class represents a basic date range.
A data element of type DA can
contain several DDate values, or one DDateRange value.
DDate| Constructor Summary | |
|---|---|
DDateRange(DDate dd1,
DDate dd2)
Constructs a DDateRange object using two DDate values. |
|
DDateRange(java.lang.String s)
Contructs a DDateRange object from a String. |
|
| Method Summary | |
|---|---|
DDate |
getDate1()
Returns the first DDate of this DDateRange. |
DDate |
getDate2()
Returns the second DDate of this DDateRange. |
java.lang.String |
toDICOMString()
Returns the Dicom representation of this DDateRange object. |
java.lang.String |
toString()
Returns an elaborate string representation of this DDateRange object. |
java.lang.String |
toString(java.text.DateFormat df)
Returns an elaborate string representation of this DDateRange object using a specific DateFormat. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DDateRange(DDate dd1,
DDate dd2)
public DDateRange(java.lang.String s)
throws java.lang.NumberFormatException
java.lang.NumberFormatException| Method Detail |
|---|
public java.lang.String toString()
DDate.toString()).
toString in class java.lang.Objectpublic java.lang.String toString(java.text.DateFormat df)
DDate.toString(df)).
public java.lang.String toDICOMString()
public DDate getDate1()
public DDate getDate2()
|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||