ImagingStudySeries
open class ImagingStudySeries: BackboneElement
Each study has one or more series of instances.
Each study has one or more series of images or other content.
-
Each study has one or more series of instances.
Each study has one or more series of images or other content.
Declaration
Swift
override open class var resourceType: String
-
ONLINE | OFFLINE | NEARLINE | UNAVAILABLE.
Declaration
Swift
public var availability: FHIRString?
-
Body part examined.
Declaration
Swift
public var bodySite: Coding?
-
A short human readable summary of the series.
Declaration
Swift
public var description_fhir: FHIRString?
-
Series access endpoint.
Declaration
Swift
public var endpoint: [Reference]?
-
A single SOP instance from the series.
Declaration
Swift
public var instance: [ImagingStudySeriesInstance]?
-
Body part laterality.
Declaration
Swift
public var laterality: Coding?
-
The modality of the instances in the series.
Declaration
Swift
public var modality: Coding?
-
Numeric identifier of this series.
Declaration
Swift
public var number: FHIRInteger?
-
Number of Series Related Instances.
Declaration
Swift
public var numberOfInstances: FHIRInteger?
-
Who performed the series.
Declaration
Swift
public var performer: [Reference]?
-
When the series started.
Declaration
Swift
public var started: DateTime?
-
Formal DICOM identifier for this series.
Declaration
Swift
public var uid: FHIRURL?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class ImagingStudySeries: BackboneElement