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

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    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.
    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 types
    A 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

    Modifier and Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait