| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.model |
| Modifier and Type | Field and Description |
|---|---|
protected OidType |
ImagingStudy.ImagingStudySeriesInstanceComponent.sopClass
DICOM instance type.
|
protected OidType |
ImagingManifest.InstanceComponent.sopClass
SOP class UID of the selected instance.
|
protected OidType |
ImagingStudy.uid
Formal identifier for the study.
|
protected OidType |
ImagingStudy.ImagingStudySeriesComponent.uid
Formal identifier for this series.
|
protected OidType |
ImagingStudy.ImagingStudySeriesInstanceComponent.uid
Formal identifier for this image or other content.
|
protected OidType |
ImagingManifest.StudyComponent.uid
Study instance UID of the SOP instances in the selection.
|
protected OidType |
ImagingManifest.SeriesComponent.uid
Series instance UID of the SOP instances in the selection.
|
protected OidType |
ImagingManifest.InstanceComponent.uid
SOP Instance UID of the selected instance.
|
| Modifier and Type | Method and Description |
|---|---|
OidType |
Base.castToOid(Base b) |
OidType |
OidType.copy()
Constructor
|
static OidType |
UriType.fromOid(String theOid)
Creates a new OidType instance which uses the given OID as the content (and prepends "urn:oid:" to the OID string
in the value of the newly created OidType, per the FHIR specification).
|
OidType |
ImagingStudy.ImagingStudySeriesInstanceComponent.getSopClassElement() |
OidType |
ImagingManifest.InstanceComponent.getSopClassElement() |
OidType |
ImagingStudy.getUidElement() |
OidType |
ImagingStudy.ImagingStudySeriesComponent.getUidElement() |
OidType |
ImagingStudy.ImagingStudySeriesInstanceComponent.getUidElement() |
OidType |
ImagingManifest.StudyComponent.getUidElement() |
OidType |
ImagingManifest.SeriesComponent.getUidElement() |
OidType |
ImagingManifest.InstanceComponent.getUidElement() |
| Modifier and Type | Method and Description |
|---|---|
ImagingStudy.ImagingStudySeriesInstanceComponent |
ImagingStudy.ImagingStudySeriesInstanceComponent.setSopClassElement(OidType value) |
ImagingManifest.InstanceComponent |
ImagingManifest.InstanceComponent.setSopClassElement(OidType value) |
ImagingStudy |
ImagingStudy.setUidElement(OidType value) |
ImagingStudy.ImagingStudySeriesComponent |
ImagingStudy.ImagingStudySeriesComponent.setUidElement(OidType value) |
ImagingStudy.ImagingStudySeriesInstanceComponent |
ImagingStudy.ImagingStudySeriesInstanceComponent.setUidElement(OidType value) |
ImagingManifest.StudyComponent |
ImagingManifest.StudyComponent.setUidElement(OidType value) |
ImagingManifest.SeriesComponent |
ImagingManifest.SeriesComponent.setUidElement(OidType value) |
ImagingManifest.InstanceComponent |
ImagingManifest.InstanceComponent.setUidElement(OidType value) |
| Constructor and Description |
|---|
ImagingStudy(OidType uid,
Reference patient)
Constructor
|
ImagingStudySeriesComponent(OidType uid,
Coding modality)
Constructor
|
ImagingStudySeriesInstanceComponent(OidType uid,
OidType sopClass)
Constructor
|
InstanceComponent(OidType sopClass,
OidType uid)
Constructor
|
SeriesComponent(OidType uid)
Constructor
|
StudyComponent(OidType uid)
Constructor
|
Copyright © 2014–2017 University Health Network. All rights reserved.