Uses of Enum
org.hl7.fhir.r5.model.ImagingSelection.ImagingSelectionGraphicType
Packages that use ImagingSelection.ImagingSelectionGraphicType
-
Uses of ImagingSelection.ImagingSelectionGraphicType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ImagingSelection.ImagingSelectionGraphicTypeModifier and TypeFieldDescriptionImagingSelection.ImagingSelectionImageRegionComponent.regionTypeSpecifies the type of image region.Methods in org.hl7.fhir.r5.model that return ImagingSelection.ImagingSelectionGraphicTypeModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionImageRegionComponent.getRegionType()Returns the enum constant of this type with the specified name.ImagingSelection.ImagingSelectionGraphicType.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.ImagingSelectionGraphicTypeModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionImageRegionComponent.getRegionTypeElement()Methods in org.hl7.fhir.r5.model with parameters of type ImagingSelection.ImagingSelectionGraphicTypeModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionImageRegionComponent.setRegionType(ImagingSelection.ImagingSelectionGraphicType value) ImagingSelection.ImagingSelectionGraphicTypeEnumFactory.toCode(ImagingSelection.ImagingSelectionGraphicType code) ImagingSelection.ImagingSelectionGraphicTypeEnumFactory.toSystem(ImagingSelection.ImagingSelectionGraphicType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type ImagingSelection.ImagingSelectionGraphicTypeModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionImageRegionComponent.setRegionTypeElement(Enumeration<ImagingSelection.ImagingSelectionGraphicType> value) Constructors in org.hl7.fhir.r5.model with parameters of type ImagingSelection.ImagingSelectionGraphicTypeModifierConstructorDescriptionImagingSelectionImageRegionComponent(ImagingSelection.ImagingSelectionGraphicType regionType, ImagingSelection.ImagingSelectionCoordinateType coordinateType, BigDecimal coordinates) Constructor