Class: Google::Apis::HealthcareV1beta1::SchemaFlattened
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::SchemaFlattened
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/healthcare_v1beta1/classes.rb,
lib/google/apis/healthcare_v1beta1/representations.rb,
lib/google/apis/healthcare_v1beta1/representations.rb
Overview
Using this field will flatten the DICOM instances into a BigQuery table. The table will have one column for each DICOM tag. The column name will be the DICOM tag's textual representation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SchemaFlattened
constructor
A new instance of SchemaFlattened.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SchemaFlattened
Returns a new instance of SchemaFlattened.
6232 6233 6234 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6232 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6237 6238 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6237 def update!(**args) end |