- Common ways to obtain DicomDirWriter
private void myMethod () {}
ddWriter.addRootDirectoryRecord(patRec); Attributes studyRec = ddWriter.findStudyRecord(patRec, styuid); if (studyRec == null) { studyRec = recFact.createRecord(RecordType.STUDY, null,
ddWriter.addRootDirectoryRecord(patRec); Attributes studyRec = ddWriter.findStudyRecord(patRec, styuid); if (studyRec == null) { studyRec = recFact.createRecord(RecordType.STUDY, null,
writer.addRootDirectoryRecord(patRec); Attributes studyRec = writer.findStudyRecord(patRec, styuid); if (studyRec == null) { studyRec = DicomDirLoader.RecordFactory.createRecord(RecordType.STUDY, null, dataset, null, null);