ImagingManifest
open class ImagingManifest: DomainResource
Key Object Selection.
A text description of the DICOM SOP instances selected in the ImagingManifest; or the reason for, or significance of, the selection.
-
Key Object Selection.
A text description of the DICOM SOP instances selected in the ImagingManifest; or the reason for, or significance of, the selection.
Declaration
Swift
override open class var resourceType: String
-
Author (human or machine).
Declaration
Swift
public var author: Reference?
-
Time when the selection of instances was made.
Declaration
Swift
public var authoringTime: DateTime?
-
Description text.
Declaration
Swift
public var description_fhir: FHIRString?
-
SOP Instance UID.
Declaration
Swift
public var identifier: Identifier?
-
Patient of the selected objects.
Declaration
Swift
public var patient: Reference?
-
Study identity of the selected instances.
Declaration
Swift
public var study: [ImagingManifestStudy]?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(patient: Reference, study: [ImagingManifestStudy])
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class ImagingManifest: DomainResource