Class TGenomicStudyOutput
Unit
bsFhir_r5
Declaration
type TGenomicStudyOutput = class(TBackboneElement)
Description
A GenomicStudy is a set of analyses performed to analyze and generate genomic data.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property file_ : TReference read Getfile_ write Setfile_; |
File containing output data.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Type of output data, e.g., VCF, MAF, or BAM.
|
Generated by PasDoc 0.15.0.
|