Class ImagingStudy.SeriesInstance
- 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:
ImagingStudy
Definition: A single SOP Instance within the series, e.g. an image, or presentation state.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAdds and returns a new value for content ()addContent
(AttachmentDt theValue) Adds a given new value for content ()<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) Gets the value(s) for content ().Gets the first repetition for content (), creating it if it does not already exist.Gets the value(s) for number ().ca.uhn.fhir.model.primitive.UnsignedIntDt
Gets the value(s) for number ().Gets the value(s) for sopClass ().ca.uhn.fhir.model.primitive.OidDt
Gets the value(s) for sopClass ().getTitle()
Gets the value(s) for title ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for title ().getType()
Gets the value(s) for type ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for type ().getUid()
Gets the value(s) for uid ().ca.uhn.fhir.model.primitive.OidDt
Gets the value(s) for uid ().boolean
isEmpty()
setContent
(List<AttachmentDt> theValue) Sets the value(s) for content ()setNumber
(int theInteger) Sets the value for number ()setNumber
(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue) Sets the value(s) for number ()setSopClass
(ca.uhn.fhir.model.primitive.OidDt theValue) Sets the value(s) for sopClass ()setTitle
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for title ()Sets the value for title ()setType
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for type ()Sets the value for type ()setUid
(ca.uhn.fhir.model.primitive.OidDt theValue) Sets the value(s) for uid ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
SeriesInstance
public SeriesInstance()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.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 interfaceca.uhn.fhir.model.api.ICompositeElement
-
getNumberElement
Gets the value(s) for number (). creating it if it does not exist. Will not returnnull
.Definition: The number of instance in the series
-
getNumber
Gets the value(s) for number (). creating it if it does not exist. This method may returnnull
.Definition: The number of instance in the series
-
setNumber
Sets the value(s) for number ()Definition: The number of instance in the series
-
setNumber
Sets the value for number ()Definition: The number of instance in the series
-
getUidElement
Gets the value(s) for uid (). creating it if it does not exist. Will not returnnull
.Definition: Formal identifier for this image or other content
-
getUid
Gets the value(s) for uid (). creating it if it does not exist. This method may returnnull
.Definition: Formal identifier for this image or other content
-
setUid
Sets the value(s) for uid ()Definition: Formal identifier for this image or other content
-
getSopClassElement
Gets the value(s) for sopClass (). creating it if it does not exist. Will not returnnull
.Definition: DICOM instance type
-
getSopClass
Gets the value(s) for sopClass (). creating it if it does not exist. This method may returnnull
.Definition: DICOM instance type
-
setSopClass
Sets the value(s) for sopClass ()Definition: DICOM instance type
-
getTypeElement
Gets the value(s) for type (). creating it if it does not exist. Will not returnnull
.Definition: A human-friendly SOP Class name
-
getType
Gets the value(s) for type (). creating it if it does not exist. This method may returnnull
.Definition: A human-friendly SOP Class name
-
setType
Sets the value(s) for type ()Definition: A human-friendly SOP Class name
-
setType
Sets the value for type ()Definition: A human-friendly SOP Class name
-
getTitleElement
Gets the value(s) for title (). creating it if it does not exist. Will not returnnull
.Definition: The description of the instance
-
getTitle
Gets the value(s) for title (). creating it if it does not exist. This method may returnnull
.Definition: The description of the instance
-
setTitle
Sets the value(s) for title ()Definition: The description of the instance
-
setTitle
Sets the value for title ()Definition: The description of the instance
-
getContent
Gets the value(s) for content (). creating it if it does not exist. Will not returnnull
.Definition: Content of the instance or a rendering thereof (e.g. a JPEG of an image, or an XML of a structured report). May be represented for example by inline encoding; by a URL reference to a WADO-RS service that makes the instance available; or to a FHIR Resource (e.g. Media, Document, etc.). Multiple content attachments may be used for alternate representations of the instance.
-
setContent
Sets the value(s) for content ()Definition: Content of the instance or a rendering thereof (e.g. a JPEG of an image, or an XML of a structured report). May be represented for example by inline encoding; by a URL reference to a WADO-RS service that makes the instance available; or to a FHIR Resource (e.g. Media, Document, etc.). Multiple content attachments may be used for alternate representations of the instance.
-
addContent
Adds and returns a new value for content ()Definition: Content of the instance or a rendering thereof (e.g. a JPEG of an image, or an XML of a structured report). May be represented for example by inline encoding; by a URL reference to a WADO-RS service that makes the instance available; or to a FHIR Resource (e.g. Media, Document, etc.). Multiple content attachments may be used for alternate representations of the instance.
-
addContent
Adds a given new value for content ()Definition: Content of the instance or a rendering thereof (e.g. a JPEG of an image, or an XML of a structured report). May be represented for example by inline encoding; by a URL reference to a WADO-RS service that makes the instance available; or to a FHIR Resource (e.g. Media, Document, etc.). Multiple content attachments may be used for alternate representations of the instance.
- Parameters:
theValue
- The content to add (must not benull
)
-
getContentFirstRep
Gets the first repetition for content (), creating it if it does not already exist.Definition: Content of the instance or a rendering thereof (e.g. a JPEG of an image, or an XML of a structured report). May be represented for example by inline encoding; by a URL reference to a WADO-RS service that makes the instance available; or to a FHIR Resource (e.g. Media, Document, etc.). Multiple content attachments may be used for alternate representations of the instance.
-