
Uses of Class
org.hl7.fhir.r5.model.ImagingSelection.ImageRegion3DComponent
Packages that use ImagingSelection.ImageRegion3DComponent
-
Uses of ImagingSelection.ImageRegion3DComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ImagingSelection.ImageRegion3DComponentModifier and TypeMethodDescriptionprotected ImagingSelection.ImageRegion3DComponentJsonParser.parseImagingSelectionImageRegion3DComponent(com.google.gson.JsonObject json) protected ImagingSelection.ImageRegion3DComponentXmlParser.parseImagingSelectionImageRegion3DComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ImagingSelection.ImageRegion3DComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeImageRegion3DComponent(String name, ImagingSelection.ImageRegion3DComponent element) protected voidJsonParser.composeImageRegion3DComponentProperties(ImagingSelection.ImageRegion3DComponent element) protected voidRdfParser.composeImagingSelectionImageRegion3DComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImagingSelection.ImageRegion3DComponent element, int index) protected voidXmlParser.composeImagingSelectionImageRegion3DComponent(String name, ImagingSelection.ImageRegion3DComponent element) protected voidXmlParser.composeImagingSelectionImageRegion3DComponentElements(ImagingSelection.ImageRegion3DComponent element) protected booleanXmlParser.parseImagingSelectionImageRegion3DComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingSelection.ImageRegion3DComponent res) protected voidJsonParser.parseImagingSelectionImageRegion3DComponentProperties(com.google.gson.JsonObject json, ImagingSelection.ImageRegion3DComponent res) -
Uses of ImagingSelection.ImageRegion3DComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ImagingSelection.ImageRegion3DComponentModifier and TypeFieldDescriptionprotected List<ImagingSelection.ImageRegion3DComponent> ImagingSelection.ImagingSelectionInstanceComponent.imageRegion3DEach imaging selection might includes a 3D image region, specified by a region type and a set of 3D coordinates.Methods in org.hl7.fhir.r5.model that return ImagingSelection.ImageRegion3DComponentModifier and TypeMethodDescriptionImagingSelection.ImageRegion3DComponent.addCoordinate(BigDecimal value) ImagingSelection.ImagingSelectionInstanceComponent.addImageRegion3D()ImagingSelection.ImageRegion3DComponent.copy()ImagingSelection.ImagingSelectionInstanceComponent.getImageRegion3DFirstRep()ImagingSelection.ImageRegion3DComponent.setCoordinate(List<DecimalType> theCoordinate) ImagingSelection.ImageRegion3DComponent.setRegionType(ImagingSelection.ImagingSelection3DGraphicType value) ImagingSelection.ImageRegion3DComponent.setRegionTypeElement(Enumeration<ImagingSelection.ImagingSelection3DGraphicType> value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ImagingSelection.ImageRegion3DComponentModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionInstanceComponent.getImageRegion3D()Methods in org.hl7.fhir.r5.model with parameters of type ImagingSelection.ImageRegion3DComponentModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionInstanceComponent.addImageRegion3D(ImagingSelection.ImageRegion3DComponent t) voidImagingSelection.ImageRegion3DComponent.copyValues(ImagingSelection.ImageRegion3DComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ImagingSelection.ImageRegion3DComponentModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionInstanceComponent.setImageRegion3D(List<ImagingSelection.ImageRegion3DComponent> theImageRegion3D)