|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.goldenhammer.dicom.DICOMFieldGenerator
Class to generate random values for a subset of DICOM header fields.
Method Summary | |
static DICOMFieldGenerator |
getInstance()
Returns the unique instance of this class. |
java.lang.String |
getPatientID()
Returns a 10 character string composed of a random string of integers to represent a patient ID. |
java.lang.String |
getStudyID()
Returns a 4 character string composed of a random string of integers to represent a study ID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static DICOMFieldGenerator getInstance()
public java.lang.String getPatientID()
public java.lang.String getStudyID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |