Uses of Enum
org.hl7.fhir.r5.model.ImagingSelection.ImagingSelection2DGraphicType
-
Uses of ImagingSelection.ImagingSelection2DGraphicType in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionImagingSelection.ImageRegion2DComponent.regionType
Specifies the type of image region.Modifier and TypeMethodDescriptionImagingSelection.ImageRegion2DComponent.getRegionType()
Returns the enum constant of this type with the specified name.ImagingSelection.ImagingSelection2DGraphicType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionImagingSelection.ImagingSelection2DGraphicTypeEnumFactory.fromType
(PrimitiveType<?> code) ImagingSelection.ImageRegion2DComponent.getRegionTypeElement()
Modifier and TypeMethodDescriptionImagingSelection.ImageRegion2DComponent.setRegionType
(ImagingSelection.ImagingSelection2DGraphicType value) ImagingSelection.ImagingSelection2DGraphicTypeEnumFactory.toCode
(ImagingSelection.ImagingSelection2DGraphicType code) ImagingSelection.ImagingSelection2DGraphicTypeEnumFactory.toSystem
(ImagingSelection.ImagingSelection2DGraphicType code) Modifier and TypeMethodDescriptionImagingSelection.ImageRegion2DComponent.setRegionTypeElement
(Enumeration<ImagingSelection.ImagingSelection2DGraphicType> value) ModifierConstructorDescriptionImageRegion2DComponent
(ImagingSelection.ImagingSelection2DGraphicType regionType, BigDecimal coordinate) Constructor