Uses of Class
org.hl7.fhir.dstu2016may.model.ImagingObjectSelection.FramesComponent
-
Packages that use ImagingObjectSelection.FramesComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ImagingObjectSelection.FramesComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ImagingObjectSelection.FramesComponent Modifier and Type Method Description protected ImagingObjectSelection.FramesComponentJsonParser. parseImagingObjectSelectionFramesComponent(com.google.gson.JsonObject json, ImagingObjectSelection owner)protected ImagingObjectSelection.FramesComponentXmlParser. parseImagingObjectSelectionFramesComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingObjectSelection owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ImagingObjectSelection.FramesComponent Modifier and Type Method Description protected voidJsonParser. composeImagingObjectSelectionFramesComponent(String name, ImagingObjectSelection.FramesComponent element)protected voidRdfParser. composeImagingObjectSelectionFramesComponent(RdfGenerator.Complex parent, String parentType, String name, ImagingObjectSelection.FramesComponent element, int index)protected voidXmlParser. composeImagingObjectSelectionFramesComponent(String name, ImagingObjectSelection.FramesComponent element)protected voidJsonParser. composeImagingObjectSelectionFramesComponentInner(ImagingObjectSelection.FramesComponent element) -
Uses of ImagingObjectSelection.FramesComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ImagingObjectSelection.FramesComponent Modifier and Type Field Description protected List<ImagingObjectSelection.FramesComponent>ImagingObjectSelection.InstanceComponent. frameIdentity and location information of the frames in the selected instance.Methods in org.hl7.fhir.dstu2016may.model that return ImagingObjectSelection.FramesComponent Modifier and Type Method Description ImagingObjectSelection.FramesComponentImagingObjectSelection.InstanceComponent. addFrame()ImagingObjectSelection.FramesComponentImagingObjectSelection.FramesComponent. addNumber(int value)ImagingObjectSelection.FramesComponentImagingObjectSelection.FramesComponent. copy()ImagingObjectSelection.FramesComponentImagingObjectSelection.FramesComponent. setUrl(String value)ImagingObjectSelection.FramesComponentImagingObjectSelection.FramesComponent. setUrlElement(UriType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type ImagingObjectSelection.FramesComponent Modifier and Type Method Description List<ImagingObjectSelection.FramesComponent>ImagingObjectSelection.InstanceComponent. getFrame()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ImagingObjectSelection.FramesComponent Modifier and Type Method Description ImagingObjectSelection.InstanceComponentImagingObjectSelection.InstanceComponent. addFrame(ImagingObjectSelection.FramesComponent t)
-