DiagnosticReportImage
open class DiagnosticReportImage: BackboneElement
Key images associated with this report.
A list of key images associated with this report. The images are generally created during the diagnostic process, and may be directly of the patient, or of treated specimens (i.e. slides of interest).
-
Key images associated with this report.
A list of key images associated with this report. The images are generally created during the diagnostic process, and may be directly of the patient, or of treated specimens (i.e. slides of interest).
Declaration
Swift
override open class var resourceType: String
-
Comment about the image (e.g. explanation).
Declaration
Swift
public var comment: FHIRString?
-
Reference to the image source.
Declaration
Swift
public var link: Reference?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(link: Reference)
-
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 DiagnosticReportImage: BackboneElement