class Google::Apis::HealthcareV1::SearchResourcesRequest
Request to search the resources in the specified FHIR store.
Attributes
resource_type[RW]
The FHIR resource type to search, such as Patient or Observation. For a complete list, see the FHIR Resource Index ([DSTU2](hl7.org/implement/ standards/fhir/DSTU2/resourcelist.html), [STU3](hl7.org/implement/ standards/fhir/STU3/resourcelist.html), [R4](hl7.org/implement/ standards/fhir/R4/resourcelist.html)). Corresponds to the JSON property `resourceType` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 3756 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/healthcare_v1/classes.rb, line 3761 def update!(**args) @resource_type = args[:resource_type] if args.key?(:resource_type) end