Class ImagingObjectSelection.StudySeriesInstance

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.ImagingObjectSelection.StudySeriesInstance
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.StudySeriesInstance extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ImagingObjectSelection.study.series.instance ()

Definition: Identity and locating information of the selected DICOM SOP instances

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
    • getSopClassElement

      public ca.uhn.fhir.model.primitive.OidDt getSopClassElement()
      Gets the value(s) for sopClass (). creating it if it does not exist. Will not return null.

      Definition: SOP class UID of the selected instance

    • getSopClass

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

      Definition: SOP class UID of the selected instance

    • setSopClass

      public ImagingObjectSelection.StudySeriesInstance setSopClass(ca.uhn.fhir.model.primitive.OidDt theValue)
      Sets the value(s) for sopClass ()

      Definition: SOP class UID of the selected instance

    • getUidElement

      public ca.uhn.fhir.model.primitive.OidDt getUidElement()
      Gets the value(s) for uid (). creating it if it does not exist. Will not return null.

      Definition: SOP Instance UID of the selected instance

    • getUid

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

      Definition: SOP Instance UID of the selected instance

    • setUid

      public ImagingObjectSelection.StudySeriesInstance setUid(ca.uhn.fhir.model.primitive.OidDt theValue)
      Sets the value(s) for uid ()

      Definition: SOP Instance UID of the selected instance

    • 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 SOP Instance.

    • 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 SOP Instance.

    • setUrl

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

      Definition: WADO-RS URL to retrieve the DICOM SOP Instance.

    • setUrl

      Sets the value for url ()

      Definition: WADO-RS URL to retrieve the DICOM SOP Instance.

    • getFrames

      Gets the value(s) for frames (). creating it if it does not exist. Will not return null.

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

    • setFrames

      Sets the value(s) for frames ()

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

    • addFrames

      Adds and returns a new value for frames ()

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

    • addFrames

      Adds a given new value for frames ()

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

      Parameters:
      theValue - The frames to add (must not be null)
    • getFramesFirstRep

      Gets the first repetition for frames (), creating it if it does not already exist.

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