
Uses of Enum
org.hl7.fhir.r5.model.ImagingSelection.ImagingSelection3DGraphicType
Packages that use ImagingSelection.ImagingSelection3DGraphicType
-
Uses of ImagingSelection.ImagingSelection3DGraphicType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ImagingSelection.ImagingSelection3DGraphicTypeModifier and TypeFieldDescriptionImagingSelection.ImageRegion3DComponent.regionType
Specifies the type of image region.Methods in org.hl7.fhir.r5.model that return ImagingSelection.ImagingSelection3DGraphicTypeModifier and TypeMethodDescriptionImagingSelection.ImageRegion3DComponent.getRegionType()
Returns the enum constant of this type with the specified name.ImagingSelection.ImagingSelection3DGraphicType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type ImagingSelection.ImagingSelection3DGraphicTypeModifier and TypeMethodDescriptionImagingSelection.ImagingSelection3DGraphicTypeEnumFactory.fromType
(PrimitiveType<?> code) ImagingSelection.ImageRegion3DComponent.getRegionTypeElement()
Methods in org.hl7.fhir.r5.model with parameters of type ImagingSelection.ImagingSelection3DGraphicTypeModifier and TypeMethodDescriptionImagingSelection.ImageRegion3DComponent.setRegionType
(ImagingSelection.ImagingSelection3DGraphicType value) ImagingSelection.ImagingSelection3DGraphicTypeEnumFactory.toCode
(ImagingSelection.ImagingSelection3DGraphicType code) ImagingSelection.ImagingSelection3DGraphicTypeEnumFactory.toSystem
(ImagingSelection.ImagingSelection3DGraphicType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type ImagingSelection.ImagingSelection3DGraphicTypeModifier and TypeMethodDescriptionImagingSelection.ImageRegion3DComponent.setRegionTypeElement
(Enumeration<ImagingSelection.ImagingSelection3DGraphicType> value) Constructors in org.hl7.fhir.r5.model with parameters of type ImagingSelection.ImagingSelection3DGraphicTypeModifierConstructorDescriptionImageRegion3DComponent
(ImagingSelection.ImagingSelection3DGraphicType regionType, BigDecimal coordinate) Constructor