|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dcm4che2.iod.module.Module
org.dcm4che2.iod.module.spatial.GraphicCoordinatesData
org.dcm4che2.iod.module.spatial.Fiducial
public class Fiducial
This class represents a Fiducial.
| Field Summary |
|---|
| Fields inherited from class org.dcm4che2.iod.module.Module |
|---|
dcmobj |
| Constructor Summary | |
|---|---|
Fiducial()
|
|
Fiducial(DicomObject dcmobj)
|
|
| Method Summary | |
|---|---|
float[] |
getContourData()
Specifies the coordinates of this item's fiducial. |
double |
getContourUncertaintyRadius()
The estimated uncertainty radius. |
java.lang.String |
getFiducialDescription()
User description or comments about the fiducial. |
java.lang.String |
getFiducialIdentifier()
A fiducial assignment identifier. |
Code |
getFiducialIdentifierCode()
Sequence A code sequence for a term that identifies a well-known fiducial type (potentially including methodology, anatomy, tools, etc.). |
java.lang.String |
getFiducialUID()
Globally unique identifier for the fiducial instance of this fiducial assignment. |
GraphicCoordinatesData[] |
getGraphicCoordinatesData()
The image pixel locations of the fiducial�s points. |
int |
getNumberOfContourPoints()
Number of points (triplets) in Contour Data (3006,0050). |
java.lang.String |
getShapeType()
Geometric interpretation of countour and graphic data. |
void |
setContourData(float[] ds)
Specifies the coordinates of this item's fiducial. |
void |
setContourUncertaintyRadius(double fd)
The estimated uncertainty radius. |
void |
setFiducialDescription(java.lang.String st)
User description or comments about the fiducial. |
void |
setFiducialIdentifier(java.lang.String sh)
A fiducial assignment identifier. |
void |
setFiducialIdentifierCode(Code code)
Sequence A code sequence for a term that identifies a well-known fiducial type (potentially including methodology, anatomy, tools, etc.). |
void |
setFiducialUID(java.lang.String ui)
Globally unique identifier for the fiducial instance of this fiducial assignment. |
void |
setGraphicCoordinatesData(GraphicCoordinatesData[] gcds)
The image pixel locations of the fiducial�s points. |
void |
setNumberOfContourPoints(int is)
Number of points (triplets) in Contour Data (3006,0050). |
void |
setShapeType(java.lang.String cs)
Geometric interpretation of countour and graphic data. |
static Fiducial[] |
toFiducials(DicomElement sq)
|
| 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 Fiducial(DicomObject dcmobj)
public Fiducial()
| Method Detail |
|---|
public static Fiducial[] toFiducials(DicomElement sq)
public java.lang.String getFiducialIdentifier()
Type 1
public void setFiducialIdentifier(java.lang.String sh)
Type 1
s - public void setFiducialIdentifierCode(Code code)
Type 1C
code - public Code getFiducialIdentifierCode()
Type 1C
public java.lang.String getFiducialUID()
Type 3
public void setFiducialUID(java.lang.String ui)
Type 3
ui - public java.lang.String getFiducialDescription()
Type 3
public void setFiducialDescription(java.lang.String st)
Type 3
st - public java.lang.String getShapeType()
Type 1
public void setShapeType(java.lang.String cs)
Type 1
cs - public int getNumberOfContourPoints()
Type 1C
public void setNumberOfContourPoints(int is)
Type 1C
is - public float[] getContourData()
Note: Contour Data may not be properly encoded if Explicit-VR transfer syntax is used and the VL of this attribute exceeds 65534 bytes.
Type 1C
public void setContourData(float[] ds)
Note: Contour Data may not be properly encoded if Explicit-VR transfer syntax is used and the VL of this attribute exceeds 65534 bytes.
Type 1C
ds - public double getContourUncertaintyRadius()
Type 3
public void setContourUncertaintyRadius(double fd)
Type 3
fd - public GraphicCoordinatesData[] getGraphicCoordinatesData()
Type 1C
public void setGraphicCoordinatesData(GraphicCoordinatesData[] gcds)
Type 1C
gcds -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||