| Package | Description |
|---|---|
| loci.formats.dicom | |
| loci.formats.in |
Package containing Bio-Formats file format readers.
|
| loci.formats.out |
Package containing Bio-Formats file format writers.
|
| Modifier and Type | Field and Description |
|---|---|
DicomTag |
DicomTag.parent |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<DicomTag> |
DicomTag.children |
| Modifier and Type | Method and Description |
|---|---|
DicomTag |
DicomTag.lookupChild(DicomAttribute attr)
Find the first child tag with the given attribute, or null if one does not exist.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<DicomTag> |
DicomReader.tags |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DicomTag> |
DicomReader.getTags()
Provide the complete hierarchy of DICOM tags.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
DicomReader.addInfo(DicomTag info) |
private void |
DicomReader.addOriginalMetadata(java.lang.String key,
DicomTag info)
Store the given tag's value (if present) in the original metadata
hashtable using the provided key.
|
private void |
DicomReader.handleReferencedFile(DicomTag tag,
java.lang.String currentType) |
| Modifier and Type | Method and Description |
|---|---|
private DicomTag |
DicomWriter.makeItem() |
private DicomTag |
DicomWriter.makeItemDelimitation() |
| Modifier and Type | Method and Description |
|---|---|
private int |
DicomWriter.getStoredLength(DicomTag tag) |
private void |
DicomWriter.writeTag(DicomTag tag) |
Copyright © 2022 Open Microscopy Environment