
Uses of Class
org.hl7.fhir.r5.model.ImagingSelection.ImageRegion2DComponent
Packages that use ImagingSelection.ImageRegion2DComponent
-
Uses of ImagingSelection.ImageRegion2DComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ImagingSelection.ImageRegion2DComponentModifier and TypeMethodDescriptionprotected ImagingSelection.ImageRegion2DComponentJsonParser.parseImagingSelectionImageRegion2DComponent(com.google.gson.JsonObject json) protected ImagingSelection.ImageRegion2DComponentXmlParser.parseImagingSelectionImageRegion2DComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ImagingSelection.ImageRegion2DComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeImageRegion2DComponent(String name, ImagingSelection.ImageRegion2DComponent element) protected voidJsonParser.composeImageRegion2DComponentProperties(ImagingSelection.ImageRegion2DComponent element) protected voidRdfParser.composeImagingSelectionImageRegion2DComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImagingSelection.ImageRegion2DComponent element, int index) protected voidXmlParser.composeImagingSelectionImageRegion2DComponent(String name, ImagingSelection.ImageRegion2DComponent element) protected voidXmlParser.composeImagingSelectionImageRegion2DComponentElements(ImagingSelection.ImageRegion2DComponent element) protected booleanXmlParser.parseImagingSelectionImageRegion2DComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingSelection.ImageRegion2DComponent res) protected voidJsonParser.parseImagingSelectionImageRegion2DComponentProperties(com.google.gson.JsonObject json, ImagingSelection.ImageRegion2DComponent res) -
Uses of ImagingSelection.ImageRegion2DComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ImagingSelection.ImageRegion2DComponentModifier and TypeFieldDescriptionprotected List<ImagingSelection.ImageRegion2DComponent> ImagingSelection.ImagingSelectionInstanceComponent.imageRegion2DEach imaging selection instance or frame list might includes an image region, specified by a region type and a set of 2D coordinates.Methods in org.hl7.fhir.r5.model that return ImagingSelection.ImageRegion2DComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type ImagingSelection.ImageRegion2DComponentModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionInstanceComponent.getImageRegion2D()Methods in org.hl7.fhir.r5.model with parameters of type ImagingSelection.ImageRegion2DComponentModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionInstanceComponent.addImageRegion2D(ImagingSelection.ImageRegion2DComponent t) voidImagingSelection.ImageRegion2DComponent.copyValues(ImagingSelection.ImageRegion2DComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ImagingSelection.ImageRegion2DComponentModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionInstanceComponent.setImageRegion2D(List<ImagingSelection.ImageRegion2DComponent> theImageRegion2D)