Package org.hl7.fhir.r5.model
Enum ImagingSelection.ImagingSelection3DGraphicType
java.lang.Object
java.lang.Enum<ImagingSelection.ImagingSelection3DGraphicType>
org.hl7.fhir.r5.model.ImagingSelection.ImagingSelection3DGraphicType
- All Implemented Interfaces:
Serializable
,Comparable<ImagingSelection.ImagingSelection3DGraphicType>
- Enclosing class:
ImagingSelection
public static enum ImagingSelection.ImagingSelection3DGraphicType
extends Enum<ImagingSelection.ImagingSelection3DGraphicType>
-
Enum Constant Summary
Enum ConstantDescriptionan ellipse defined by four (x,y,z) triplets, the first two triplets specifying the endpoints of the major axis and the second two triplets specifying the endpoints of the minor axis.a three-dimensional geometric surface whose plane sections are either ellipses or circles and contains three intersecting orthogonal axes, \"a\", \"b\", and \"c\"; the ellipsoid is defined by six (x,y,z) triplets, the first and second triplets specifying the endpoints of axis \"a\", the third and fourth triplets specifying the endpoints of axis \"b\", and the fifth and sixth triplets specifying the endpoints of axis \"c\".multiple locations each denoted by an (x,y,z) triplet; the points need not be coplanar.added to help the parsers with the generic typesA single location denoted by a single (x,y,z) triplet.a series of connected line segments with ordered vertices denoted by (x,y,z) triplets, where the first and last vertices shall be the same forming a polygon; the points shall be coplanar.a series of connected line segments with ordered vertices denoted by (x,y,z) triplets; the points need not be coplanar. -
Method Summary
-
Enum Constant Details
-
POINT
A single location denoted by a single (x,y,z) triplet. -
MULTIPOINT
multiple locations each denoted by an (x,y,z) triplet; the points need not be coplanar. -
POLYLINE
a series of connected line segments with ordered vertices denoted by (x,y,z) triplets; the points need not be coplanar. -
POLYGON
a series of connected line segments with ordered vertices denoted by (x,y,z) triplets, where the first and last vertices shall be the same forming a polygon; the points shall be coplanar. -
ELLIPSE
an ellipse defined by four (x,y,z) triplets, the first two triplets specifying the endpoints of the major axis and the second two triplets specifying the endpoints of the minor axis. -
ELLIPSOID
a three-dimensional geometric surface whose plane sections are either ellipses or circles and contains three intersecting orthogonal axes, \"a\", \"b\", and \"c\"; the ellipsoid is defined by six (x,y,z) triplets, the first and second triplets specifying the endpoints of axis \"a\", the third and fourth triplets specifying the endpoints of axis \"b\", and the fifth and sixth triplets specifying the endpoints of axis \"c\". -
NULL
added to help the parsers with the generic types
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static ImagingSelection.ImagingSelection3DGraphicType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-