Class ImagingObjectSelection.StudySeriesInstanceFrames

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.ImagingObjectSelection.StudySeriesInstanceFrames
All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement, ca.uhn.fhir.model.api.IElement, ca.uhn.fhir.model.api.IIdentifiableElement, ca.uhn.fhir.model.api.IResourceBlock, ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions, Serializable, org.hl7.fhir.instance.model.api.IBase
Enclosing class:
ImagingObjectSelection

public static class ImagingObjectSelection.StudySeriesInstanceFrames extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ImagingObjectSelection.study.series.instance.frames ()

Definition: Identity and location information of the frames in the selected instance

See Also:
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.hl7.fhir.instance.model.api.IBase
    • getAllPopulatedChildElementsOfType

      public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
      Specified by:
      getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElement
    • getFrameNumbers

      public List<ca.uhn.fhir.model.primitive.UnsignedIntDt> getFrameNumbers()
      Gets the value(s) for frameNumbers (). creating it if it does not exist. Will not return null.

      Definition: The frame numbers in the frame set

    • setFrameNumbers

      public ImagingObjectSelection.StudySeriesInstanceFrames setFrameNumbers(List<ca.uhn.fhir.model.primitive.UnsignedIntDt> theValue)
      Sets the value(s) for frameNumbers ()

      Definition: The frame numbers in the frame set

    • addFrameNumbers

      public ca.uhn.fhir.model.primitive.UnsignedIntDt addFrameNumbers()
      Adds and returns a new value for frameNumbers ()

      Definition: The frame numbers in the frame set

    • addFrameNumbers

      public ImagingObjectSelection.StudySeriesInstanceFrames addFrameNumbers(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue)
      Adds a given new value for frameNumbers ()

      Definition: The frame numbers in the frame set

      Parameters:
      theValue - The frameNumbers to add (must not be null)
    • getFrameNumbersFirstRep

      public ca.uhn.fhir.model.primitive.UnsignedIntDt getFrameNumbersFirstRep()
      Gets the first repetition for frameNumbers (), creating it if it does not already exist.

      Definition: The frame numbers in the frame set

    • addFrameNumbers

      Adds a new value for frameNumbers ()

      Definition: The frame numbers in the frame set

      Returns:
      Returns a reference to this object, to allow for simple chaining.
    • getUrlElement

      public ca.uhn.fhir.model.primitive.UriDt getUrlElement()
      Gets the value(s) for url (). creating it if it does not exist. Will not return null.

      Definition: WADO-RS URL to retrieve the DICOM frames.

    • getUrl

      public String getUrl()
      Gets the value(s) for url (). creating it if it does not exist. This method may return null.

      Definition: WADO-RS URL to retrieve the DICOM frames.

    • setUrl

      public ImagingObjectSelection.StudySeriesInstanceFrames setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
      Sets the value(s) for url ()

      Definition: WADO-RS URL to retrieve the DICOM frames.

    • setUrl

      Sets the value for url ()

      Definition: WADO-RS URL to retrieve the DICOM frames.