Uses of Class
org.hl7.fhir.r5.model.ImagingSelection.ImageRegion2DComponent
-
Uses of ImagingSelection.ImageRegion2DComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected ImagingSelection.ImageRegion2DComponent
JsonParser.parseImagingSelectionImageRegion2DComponent
(com.google.gson.JsonObject json) protected ImagingSelection.ImageRegion2DComponent
XmlParser.parseImagingSelectionImageRegion2DComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeImageRegion2DComponent
(String name, ImagingSelection.ImageRegion2DComponent element) protected void
JsonParser.composeImageRegion2DComponentProperties
(ImagingSelection.ImageRegion2DComponent element) protected void
RdfParser.composeImagingSelectionImageRegion2DComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImagingSelection.ImageRegion2DComponent element, int index) protected void
XmlParser.composeImagingSelectionImageRegion2DComponent
(String name, ImagingSelection.ImageRegion2DComponent element) protected void
XmlParser.composeImagingSelectionImageRegion2DComponentElements
(ImagingSelection.ImageRegion2DComponent element) protected boolean
XmlParser.parseImagingSelectionImageRegion2DComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingSelection.ImageRegion2DComponent res) protected void
JsonParser.parseImagingSelectionImageRegion2DComponentProperties
(com.google.gson.JsonObject json, ImagingSelection.ImageRegion2DComponent res) -
Uses of ImagingSelection.ImageRegion2DComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<ImagingSelection.ImageRegion2DComponent> ImagingSelection.ImagingSelectionInstanceComponent.imageRegion2D
Each imaging selection instance or frame list might includes an image region, specified by a region type and a set of 2D coordinates.Modifier and TypeMethodDescriptionImagingSelection.ImageRegion2DComponent.addCoordinate
(BigDecimal value) ImagingSelection.ImagingSelectionInstanceComponent.addImageRegion2D()
ImagingSelection.ImageRegion2DComponent.copy()
ImagingSelection.ImagingSelectionInstanceComponent.getImageRegion2DFirstRep()
ImagingSelection.ImageRegion2DComponent.setCoordinate
(List<DecimalType> theCoordinate) ImagingSelection.ImageRegion2DComponent.setRegionType
(ImagingSelection.ImagingSelection2DGraphicType value) ImagingSelection.ImageRegion2DComponent.setRegionTypeElement
(Enumeration<ImagingSelection.ImagingSelection2DGraphicType> value) Modifier and TypeMethodDescriptionImagingSelection.ImagingSelectionInstanceComponent.getImageRegion2D()
Modifier and TypeMethodDescriptionImagingSelection.ImagingSelectionInstanceComponent.addImageRegion2D
(ImagingSelection.ImageRegion2DComponent t) void
ImagingSelection.ImageRegion2DComponent.copyValues
(ImagingSelection.ImageRegion2DComponent dst) Modifier and TypeMethodDescriptionImagingSelection.ImagingSelectionInstanceComponent.setImageRegion2D
(List<ImagingSelection.ImageRegion2DComponent> theImageRegion2D)