
Class ImagingObjectSelection.Study
- 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
Definition: Study identity and locating information of the DICOM SOP instances in the selection.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds and returns a new value for series ()addSeries(ImagingObjectSelection.StudySeries theValue) Adds a given new value for series ()<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType(Class<T> theType) Gets the value(s) for imagingStudy ().Gets the value(s) for series ().Gets the first repetition for series (), creating it if it does not already exist.getUid()Gets the value(s) for uid ().ca.uhn.fhir.model.primitive.OidDtGets the value(s) for uid ().getUrl()Gets the value(s) for url ().ca.uhn.fhir.model.primitive.UriDtGets the value(s) for url ().booleanisEmpty()setImagingStudy(ResourceReferenceDt theValue) Sets the value(s) for imagingStudy ()setSeries(List<ImagingObjectSelection.StudySeries> theValue) Sets the value(s) for series ()setUid(ca.uhn.fhir.model.primitive.OidDt theValue) Sets the value(s) for uid ()setUrl(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for url ()Sets the value for url ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setIdMethods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataMethods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
Study
public Study()
-
-
Method Details
-
isEmpty
- Specified by:
isEmptyin 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:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getUidElement
Gets the value(s) for uid (). creating it if it does not exist. Will not returnnull.Definition: Study instance UID of the SOP instances in the selection
-
getUid
Gets the value(s) for uid (). creating it if it does not exist. This method may returnnull.Definition: Study instance UID of the SOP instances in the selection
-
setUid
Sets the value(s) for uid ()Definition: Study instance UID of the SOP instances in the selection
-
getUrlElement
Gets the value(s) for url (). creating it if it does not exist. Will not returnnull.Definition: WADO-RS URL to retrieve the study. Note that this URL retrieves all SOP instances of the study, not only those in the selection.
-
getUrl
Gets the value(s) for url (). creating it if it does not exist. This method may returnnull.Definition: WADO-RS URL to retrieve the study. Note that this URL retrieves all SOP instances of the study, not only those in the selection.
-
setUrl
Sets the value(s) for url ()Definition: WADO-RS URL to retrieve the study. Note that this URL retrieves all SOP instances of the study, not only those in the selection.
-
setUrl
Sets the value for url ()Definition: WADO-RS URL to retrieve the study. Note that this URL retrieves all SOP instances of the study, not only those in the selection.
-
getImagingStudy
Gets the value(s) for imagingStudy (). creating it if it does not exist. Will not returnnull.Definition: Reference to the Imaging Study in FHIR form.
-
setImagingStudy
Sets the value(s) for imagingStudy ()Definition: Reference to the Imaging Study in FHIR form.
-
getSeries
Gets the value(s) for series (). creating it if it does not exist. Will not returnnull.Definition: Series identity and locating information of the DICOM SOP instances in the selection
-
setSeries
Sets the value(s) for series ()Definition: Series identity and locating information of the DICOM SOP instances in the selection
-
addSeries
Adds and returns a new value for series ()Definition: Series identity and locating information of the DICOM SOP instances in the selection
-
addSeries
Adds a given new value for series ()Definition: Series identity and locating information of the DICOM SOP instances in the selection
- Parameters:
theValue- The series to add (must not benull)
-
getSeriesFirstRep
Gets the first repetition for series (), creating it if it does not already exist.Definition: Series identity and locating information of the DICOM SOP instances in the selection
-