Uses of Enum
org.hl7.fhir.r5.model.ImagingSelection.ImagingSelectionCoordinateType
Packages that use ImagingSelection.ImagingSelectionCoordinateType
-
Uses of ImagingSelection.ImagingSelectionCoordinateType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ImagingSelection.ImagingSelectionCoordinateTypeModifier and TypeFieldDescriptionImagingSelection.ImagingSelectionImageRegionComponent.coordinateTypeSpecifies the type of coordinate system that define the image region.Methods in org.hl7.fhir.r5.model that return ImagingSelection.ImagingSelectionCoordinateTypeModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionImageRegionComponent.getCoordinateType()Returns the enum constant of this type with the specified name.ImagingSelection.ImagingSelectionCoordinateType.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.ImagingSelectionCoordinateTypeModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionImageRegionComponent.getCoordinateTypeElement()Methods in org.hl7.fhir.r5.model with parameters of type ImagingSelection.ImagingSelectionCoordinateTypeModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionImageRegionComponent.setCoordinateType(ImagingSelection.ImagingSelectionCoordinateType value) ImagingSelection.ImagingSelectionCoordinateTypeEnumFactory.toCode(ImagingSelection.ImagingSelectionCoordinateType code) ImagingSelection.ImagingSelectionCoordinateTypeEnumFactory.toSystem(ImagingSelection.ImagingSelectionCoordinateType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type ImagingSelection.ImagingSelectionCoordinateTypeModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionImageRegionComponent.setCoordinateTypeElement(Enumeration<ImagingSelection.ImagingSelectionCoordinateType> value) Constructors in org.hl7.fhir.r5.model with parameters of type ImagingSelection.ImagingSelectionCoordinateTypeModifierConstructorDescriptionImagingSelectionImageRegionComponent(ImagingSelection.ImagingSelectionGraphicType regionType, ImagingSelection.ImagingSelectionCoordinateType coordinateType, BigDecimal coordinates) Constructor