Uses of Class
org.hl7.fhir.dstu2.model.ImagingObjectSelection.FramesComponent
-
Packages that use ImagingObjectSelection.FramesComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ImagingObjectSelection.FramesComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type ImagingObjectSelection.FramesComponent Modifier and Type Method Description protected voidJsonParser. composeImagingObjectSelectionFramesComponent(String name, ImagingObjectSelection.FramesComponent element)protected voidXmlParser. composeImagingObjectSelectionFramesComponent(String name, ImagingObjectSelection.FramesComponent element)protected voidJsonParser. composeImagingObjectSelectionFramesComponentInner(ImagingObjectSelection.FramesComponent element) -
Uses of ImagingObjectSelection.FramesComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ImagingObjectSelection.FramesComponent Modifier and Type Field Description protected List<ImagingObjectSelection.FramesComponent>ImagingObjectSelection.InstanceComponent. framesIdentity and location information of the frames in the selected instance.Methods in org.hl7.fhir.dstu2.model that return ImagingObjectSelection.FramesComponent Modifier and Type Method Description ImagingObjectSelection.FramesComponentImagingObjectSelection.FramesComponent. addFrameNumbers(int value)ImagingObjectSelection.FramesComponentImagingObjectSelection.InstanceComponent. addFrames()ImagingObjectSelection.FramesComponentImagingObjectSelection.FramesComponent. copy()ImagingObjectSelection.FramesComponentImagingObjectSelection.FramesComponent. setUrl(String value)ImagingObjectSelection.FramesComponentImagingObjectSelection.FramesComponent. setUrlElement(UriType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ImagingObjectSelection.FramesComponent Modifier and Type Method Description List<ImagingObjectSelection.FramesComponent>ImagingObjectSelection.InstanceComponent. getFrames()Methods in org.hl7.fhir.dstu2.model with parameters of type ImagingObjectSelection.FramesComponent Modifier and Type Method Description ImagingObjectSelection.InstanceComponentImagingObjectSelection.InstanceComponent. addFrames(ImagingObjectSelection.FramesComponent t)
-