| Package | Description |
|---|---|
| org.hl7.fhir.instance.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 |
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.
|
| 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 |
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() |
| Constructor and Description |
|---|
ImagingObjectSelection(OidType uid,
Reference patient,
CodeableConcept title) |
ImagingStudy(Reference patient,
OidType uid,
UnsignedIntType numberOfSeries,
UnsignedIntType numberOfInstances) |
ImagingStudySeriesComponent(Coding modality,
OidType uid,
UnsignedIntType numberOfInstances) |
ImagingStudySeriesInstanceComponent(OidType uid,
OidType sopClass) |
InstanceComponent(OidType sopClass,
OidType uid,
UriType url) |
StudyComponent(OidType uid) |
Copyright © 2014–2018 University Health Network. All rights reserved.