|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dcm4che2.iod.module.Module org.dcm4che2.iod.module.spatial.GraphicCoordinatesData org.dcm4che2.iod.module.spatial.Fiducial org.dcm4che2.iod.module.spatial.FiducialSet
public class FiducialSet
This class represents a set of Fiducials.
Since there is no Fiducial Set without Fiducials, this class extends
Fiducial
.
Field Summary |
---|
Fields inherited from class org.dcm4che2.iod.module.Module |
---|
dcmobj |
Constructor Summary | |
---|---|
FiducialSet()
|
|
FiducialSet(DicomObject dcmobj)
|
Method Summary | |
---|---|
Fiducial[] |
getFiducials()
A sequence that specifies one or more fiducials, one item per fiducial. |
java.lang.String |
getFrameofRerenceUID()
Identifies a Frame of Reference that may or may not be an image set. |
ImageSOPInstanceReference[] |
getReferencedImages()
Identifies the set of images in which the fiducials are located. |
void |
setFiducials(Fiducial[] fids)
A sequence that specifies one or more fiducials, one item per fiducial. |
void |
setFrameofReferenceUID(java.lang.String ui)
Identifies a Frame of Reference that may or may not be an image set. |
void |
setReferencedImages(ImageSOPInstanceReference[] sops)
Identifies the set of images in which the fiducials are located. |
static FiducialSet[] |
toFiducialSets(DicomElement sq)
|
Methods inherited from class org.dcm4che2.iod.module.spatial.Fiducial |
---|
getContourData, getContourUncertaintyRadius, getFiducialDescription, getFiducialIdentifier, getFiducialIdentifierCode, getFiducialUID, getGraphicCoordinatesData, getNumberOfContourPoints, getShapeType, setContourData, setContourUncertaintyRadius, setFiducialDescription, setFiducialIdentifier, setFiducialIdentifierCode, setFiducialUID, setGraphicCoordinatesData, setNumberOfContourPoints, setShapeType, toFiducials |
Methods inherited from class org.dcm4che2.iod.module.spatial.GraphicCoordinatesData |
---|
getGraphicData, getReferencedImage, setGraphicData, setReferencedImage, toGraphicCoordinatesData |
Methods inherited from class org.dcm4che2.iod.module.Module |
---|
getDicomObject, getType1Tags, getType2Tags, init, updateSequence, updateSequence, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FiducialSet()
public FiducialSet(DicomObject dcmobj)
Method Detail |
---|
public static FiducialSet[] toFiducialSets(DicomElement sq)
public java.lang.String getFrameofRerenceUID()
Type 1C
public void setFrameofReferenceUID(java.lang.String ui)
Type 1C
ui
- public ImageSOPInstanceReference[] getReferencedImages()
Type 1C
public void setReferencedImages(ImageSOPInstanceReference[] sops)
Type 1C
sops
- public Fiducial[] getFiducials()
Type 1
public void setFiducials(Fiducial[] fids)
Type 1
fids
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |