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