| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.model |
| Modifier and Type | Field and Description |
|---|---|
protected OidType |
ImagingStudy.ImagingStudySeriesInstanceComponent.sopClass
DICOM instance type.
|
protected OidType |
ImagingObjectSelection.InstanceComponent.sopClass
SOP class UID of the selected instance.
|
protected OidType |
ImagingExcerpt.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 |
ImagingObjectSelection.uid
Instance UID of the DICOM KOS SOP Instances represented in this resource.
|
protected OidType |
ImagingObjectSelection.StudyComponent.uid
Study instance UID of the SOP instances in the selection.
|
protected OidType |
ImagingObjectSelection.SeriesComponent.uid
Series instance UID of the SOP instances in the selection.
|
protected OidType |
ImagingObjectSelection.InstanceComponent.uid
SOP Instance UID of the selected instance.
|
protected OidType |
ImagingExcerpt.uid
Unique identifier of the DICOM Key Object Selection (KOS) representation.
|
protected OidType |
ImagingExcerpt.StudyComponent.uid
Study instance UID of the SOP instances in the selection.
|
protected OidType |
ImagingExcerpt.SeriesComponent.uid
Series instance UID of the SOP instances in the selection.
|
protected OidType |
ImagingExcerpt.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 |
ImagingObjectSelection.InstanceComponent.getSopClassElement() |
OidType |
ImagingExcerpt.InstanceComponent.getSopClassElement() |
OidType |
ImagingStudy.getUidElement() |
OidType |
ImagingStudy.ImagingStudySeriesComponent.getUidElement() |
OidType |
ImagingStudy.ImagingStudySeriesInstanceComponent.getUidElement() |
OidType |
ImagingObjectSelection.getUidElement() |
OidType |
ImagingObjectSelection.StudyComponent.getUidElement() |
OidType |
ImagingObjectSelection.SeriesComponent.getUidElement() |
OidType |
ImagingObjectSelection.InstanceComponent.getUidElement() |
OidType |
ImagingExcerpt.getUidElement() |
OidType |
ImagingExcerpt.StudyComponent.getUidElement() |
OidType |
ImagingExcerpt.SeriesComponent.getUidElement() |
OidType |
ImagingExcerpt.InstanceComponent.getUidElement() |
| Constructor and Description |
|---|
ImagingExcerpt(OidType uid,
Reference patient,
CodeableConcept title)
Constructor
|
ImagingObjectSelection(OidType uid,
Reference patient,
CodeableConcept title)
Constructor
|
ImagingStudy(OidType uid,
Reference patient,
UnsignedIntType numberOfSeries,
UnsignedIntType numberOfInstances)
Constructor
|
ImagingStudySeriesComponent(OidType uid,
Coding modality,
UnsignedIntType numberOfInstances)
Constructor
|
ImagingStudySeriesInstanceComponent(OidType uid,
OidType sopClass)
Constructor
|
InstanceComponent(OidType sopClass,
OidType uid)
Constructor
|
InstanceComponent(OidType sopClass,
OidType uid,
UriType url)
Constructor
|
SeriesComponent(OidType uid)
Constructor
|
SeriesComponent(OidType uid)
Constructor
|
StudyComponent(OidType uid)
Constructor
|
StudyComponent(OidType uid)
Constructor
|
Copyright © 2014–2018 University Health Network. All rights reserved.