Class: Google::Apis::HealthcareV1beta1::CleanDescriptorsOption
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::CleanDescriptorsOption
- 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
This option is based on the DICOM Standard's Clean Descriptors Option, and
the CleanText
Action
is applied to all the specified fields. When cleaning
text, the process attempts to transform phrases matching any of the tags
marked for removal (action codes D, Z, X, and U) in the Basic Profile. These
contextual phrases are replaced with the token "[CTX]". This option uses an
additional infoType during inspection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CleanDescriptorsOption
constructor
A new instance of CleanDescriptorsOption.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CleanDescriptorsOption
Returns a new instance of CleanDescriptorsOption.
1093 1094 1095 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 1093 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1098 1099 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 1098 def update!(**args) end |