Uses of Class
org.hl7.fhir.r5.model.ImagingSelection.ImagingSelectionImageRegionComponent
Packages that use ImagingSelection.ImagingSelectionImageRegionComponent
-
Uses of ImagingSelection.ImagingSelectionImageRegionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ImagingSelection.ImagingSelectionImageRegionComponentModifier and TypeMethodDescriptionJsonParser.parseImagingSelectionImageRegionComponent(com.google.gson.JsonObject json) XmlParser.parseImagingSelectionImageRegionComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ImagingSelection.ImagingSelectionImageRegionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeImagingSelectionImageRegionComponent(String name, ImagingSelection.ImagingSelectionImageRegionComponent element) protected voidRdfParser.composeImagingSelectionImageRegionComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImagingSelection.ImagingSelectionImageRegionComponent element, int index) protected voidXmlParser.composeImagingSelectionImageRegionComponent(String name, ImagingSelection.ImagingSelectionImageRegionComponent element) protected voidXmlParser.composeImagingSelectionImageRegionComponentElements(ImagingSelection.ImagingSelectionImageRegionComponent element) protected voidJsonParser.composeImagingSelectionImageRegionComponentProperties(ImagingSelection.ImagingSelectionImageRegionComponent element) protected booleanXmlParser.parseImagingSelectionImageRegionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingSelection.ImagingSelectionImageRegionComponent res) protected voidJsonParser.parseImagingSelectionImageRegionComponentProperties(com.google.gson.JsonObject json, ImagingSelection.ImagingSelectionImageRegionComponent res) -
Uses of ImagingSelection.ImagingSelectionImageRegionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as ImagingSelection.ImagingSelectionImageRegionComponentModifier and TypeFieldDescriptionImagingSelection.imageRegionEach imaging selection might includes one or more image regions.Methods in org.hl7.fhir.r5.model that return ImagingSelection.ImagingSelectionImageRegionComponentModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionImageRegionComponent.addCoordinates(BigDecimal value) ImagingSelection.ImagingSelectionImageRegionComponent.copy()ImagingSelection.getImageRegion()ImagingSelection.ImagingSelectionImageRegionComponent.setCoordinates(List<DecimalType> theCoordinates) ImagingSelection.ImagingSelectionImageRegionComponent.setCoordinateType(ImagingSelection.ImagingSelectionCoordinateType value) ImagingSelection.ImagingSelectionImageRegionComponent.setCoordinateTypeElement(Enumeration<ImagingSelection.ImagingSelectionCoordinateType> value) ImagingSelection.ImagingSelectionImageRegionComponent.setRegionType(ImagingSelection.ImagingSelectionGraphicType value) ImagingSelection.ImagingSelectionImageRegionComponent.setRegionTypeElement(Enumeration<ImagingSelection.ImagingSelectionGraphicType> value) Methods in org.hl7.fhir.r5.model with parameters of type ImagingSelection.ImagingSelectionImageRegionComponentModifier and TypeMethodDescriptionvoidImagingSelection.ImagingSelectionImageRegionComponent.copyValues(ImagingSelection.ImagingSelectionImageRegionComponent dst) ImagingSelection.setImageRegion(ImagingSelection.ImagingSelectionImageRegionComponent value)