ImagingManifestStudy
open class ImagingManifestStudy: BackboneElement
Study identity of the selected instances.
Study identity and locating information of the DICOM SOP instances in the selection.
-
Study identity of the selected instances.
Study identity and locating information of the DICOM SOP instances in the selection.
Declaration
Swift
override open class var resourceType: String
-
Study access service endpoint.
Declaration
Swift
public var endpoint: [Reference]?
-
Reference to ImagingStudy.
Declaration
Swift
public var imagingStudy: Reference?
-
Series identity of the selected instances.
Declaration
Swift
public var series: [ImagingManifestStudySeries]?
-
Study instance UID.
Declaration
Swift
public var uid: FHIRURL?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(series: [ImagingManifestStudySeries], 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 ImagingManifestStudy: BackboneElement