
Uses of Class
org.hl7.fhir.r5.model.ImagingSelection.ImagingSelectionInstanceComponent
Packages that use ImagingSelection.ImagingSelectionInstanceComponent
-
Uses of ImagingSelection.ImagingSelectionInstanceComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ImagingSelection.ImagingSelectionInstanceComponentModifier and TypeMethodDescriptionJsonParser.parseImagingSelectionInstanceComponent(com.google.gson.JsonObject json) XmlParser.parseImagingSelectionInstanceComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ImagingSelection.ImagingSelectionInstanceComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeImagingSelectionInstanceComponent(String name, ImagingSelection.ImagingSelectionInstanceComponent element) protected voidRdfParser.composeImagingSelectionInstanceComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImagingSelection.ImagingSelectionInstanceComponent element, int index) protected voidXmlParser.composeImagingSelectionInstanceComponent(String name, ImagingSelection.ImagingSelectionInstanceComponent element) protected voidXmlParser.composeImagingSelectionInstanceComponentElements(ImagingSelection.ImagingSelectionInstanceComponent element) protected voidJsonParser.composeImagingSelectionInstanceComponentProperties(ImagingSelection.ImagingSelectionInstanceComponent element) protected booleanXmlParser.parseImagingSelectionInstanceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingSelection.ImagingSelectionInstanceComponent res) protected voidJsonParser.parseImagingSelectionInstanceComponentProperties(com.google.gson.JsonObject json, ImagingSelection.ImagingSelectionInstanceComponent res) -
Uses of ImagingSelection.ImagingSelectionInstanceComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ImagingSelection.ImagingSelectionInstanceComponentModifier and TypeFieldDescriptionImagingSelection.instanceEach imaging selection includes one or more selected DICOM SOP instances.Methods in org.hl7.fhir.r5.model that return ImagingSelection.ImagingSelectionInstanceComponentModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionInstanceComponent.addImageRegion2D(ImagingSelection.ImageRegion2DComponent t) ImagingSelection.ImagingSelectionInstanceComponent.addImageRegion3D(ImagingSelection.ImageRegion3DComponent t) ImagingSelection.addInstance()ImagingSelection.ImagingSelectionInstanceComponent.copy()ImagingSelection.getInstanceFirstRep()ImagingSelection.ImagingSelectionInstanceComponent.setImageRegion2D(List<ImagingSelection.ImageRegion2DComponent> theImageRegion2D) ImagingSelection.ImagingSelectionInstanceComponent.setImageRegion3D(List<ImagingSelection.ImageRegion3DComponent> theImageRegion3D) ImagingSelection.ImagingSelectionInstanceComponent.setNumber(int value) ImagingSelection.ImagingSelectionInstanceComponent.setNumberElement(UnsignedIntType value) ImagingSelection.ImagingSelectionInstanceComponent.setSopClass(Coding value) ImagingSelection.ImagingSelectionInstanceComponent.setSubset(List<StringType> theSubset) ImagingSelection.ImagingSelectionInstanceComponent.setUidElement(IdType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ImagingSelection.ImagingSelectionInstanceComponentMethods in org.hl7.fhir.r5.model with parameters of type ImagingSelection.ImagingSelectionInstanceComponentModifier and TypeMethodDescriptionImagingSelection.addInstance(ImagingSelection.ImagingSelectionInstanceComponent t) voidImagingSelection.ImagingSelectionInstanceComponent.copyValues(ImagingSelection.ImagingSelectionInstanceComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ImagingSelection.ImagingSelectionInstanceComponentModifier and TypeMethodDescriptionImagingSelection.setInstance(List<ImagingSelection.ImagingSelectionInstanceComponent> theInstance)