Class: FHIR::DSTU2::TestScript::Setup::Action::Operation
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/TestScript.rb
Defined Under Namespace
Classes: RequestHeader
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Operation.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Operation.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Operation.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'type' => { 'valid_codes' => { 'http://hl7.org/fhir/testscript-operation-codes' => ['read', 'vread', 'update', 'delete', 'history', 'create', 'search', 'transaction', 'conformance', 'closure', 'document', 'everything', 'expand', 'find', 'lookup', 'meta', 'meta-add', 'meta-delete', 'populate', 'process-message', 'questionnaire', 'translate', 'validate', 'validate-code'] }, 'type' => 'Coding', 'path' => 'Operation.type', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'extensible', 'uri' => 'http://hl7.org/fhir/ValueSet/testscript-operation-codes' } }, 'resource' => { 'valid_codes' => { 'http://hl7.org/fhir/data-types' => ['Address', 'Age', 'Annotation', 'Attachment', 'BackboneElement', 'CodeableConcept', 'Coding', 'ContactPoint', 'Count', 'Distance', 'Duration', 'Element', 'ElementDefinition', 'Extension', 'HumanName', 'Identifier', 'Meta', 'Money', 'Narrative', 'Period', 'Quantity', 'Range', 'Ratio', 'Reference', 'SampledData', 'Signature', 'SimpleQuantity', 'Timing', 'base64Binary', 'boolean', 'code', 'date', 'dateTime', 'decimal', 'id', 'instant', 'integer', 'markdown', 'oid', 'positiveInt', 'string', 'time', 'unsignedInt', 'uri', 'uuid', 'xhtml'], 'http://hl7.org/fhir/resource-types' => ['Account', 'AllergyIntolerance', 'Appointment', 'AppointmentResponse', 'AuditEvent', 'Basic', 'Binary', 'BodySite', 'Bundle', 'CarePlan', 'Claim', 'ClaimResponse', 'ClinicalImpression', 'Communication', 'CommunicationRequest', 'Composition', 'ConceptMap', 'Condition', 'Conformance', 'Contract', 'Coverage', 'DataElement', 'DetectedIssue', 'Device', 'DeviceComponent', 'DeviceMetric', 'DeviceUseRequest', 'DeviceUseStatement', 'DiagnosticOrder', 'DiagnosticReport', 'DocumentManifest', 'DocumentReference', 'DomainResource', 'EligibilityRequest', 'EligibilityResponse', 'Encounter', 'EnrollmentRequest', 'EnrollmentResponse', 'EpisodeOfCare', 'ExplanationOfBenefit', 'FamilyMemberHistory', 'Flag', 'Goal', 'Group', 'HealthcareService', 'ImagingObjectSelection', 'ImagingStudy', 'Immunization', 'ImmunizationRecommendation', 'ImplementationGuide', 'List', 'Location', 'Media', 'Medication', 'MedicationAdministration', 'MedicationDispense', 'MedicationOrder', 'MedicationStatement', 'MessageHeader', 'NamingSystem', 'NutritionOrder', 'Observation', 'OperationDefinition', 'OperationOutcome', 'Order', 'OrderResponse', 'Organization', 'Parameters', 'Patient', 'PaymentNotice', 'PaymentReconciliation', 'Person', 'Practitioner', 'Procedure', 'ProcedureRequest', 'ProcessRequest', 'ProcessResponse', 'Provenance', 'Questionnaire', 'QuestionnaireResponse', 'ReferralRequest', 'RelatedPerson', 'Resource', 'RiskAssessment', 'Schedule', 'SearchParameter', 'Slot', 'Specimen', 'StructureDefinition', 'Subscription', 'Substance', 'SupplyDelivery', 'SupplyRequest', 'TestScript', 'ValueSet', 'VisionPrescription'] }, 'type' => 'code', 'path' => 'Operation.resource', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/defined-types' } }, 'label' => { 'type' => 'string', 'path' => 'Operation.label', 'min' => 0, 'max' => 1 }, 'description' => { 'type' => 'string', 'path' => 'Operation.description', 'min' => 0, 'max' => 1 }, 'accept' => { 'valid_codes' => { 'http://hl7.org/fhir/content-type' => ['xml', 'json'] }, 'type' => 'code', 'path' => 'Operation.accept', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/content-type' } }, 'contentType' => { 'valid_codes' => { 'http://hl7.org/fhir/content-type' => ['xml', 'json'] }, 'type' => 'code', 'path' => 'Operation.contentType', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/content-type' } }, 'destination' => { 'type' => 'integer', 'path' => 'Operation.destination', 'min' => 0, 'max' => 1 }, 'encodeRequestUrl' => { 'type' => 'boolean', 'path' => 'Operation.encodeRequestUrl', 'min' => 0, 'max' => 1 }, 'params' => { 'type' => 'string', 'path' => 'Operation.params', 'min' => 0, 'max' => 1 }, 'requestHeader' => { 'type' => 'TestScript::Setup::Action::Operation::RequestHeader', 'path' => 'Operation.requestHeader', 'min' => 0, 'max' => Float::INFINITY }, 'responseId' => { 'type' => 'id', 'path' => 'Operation.responseId', 'min' => 0, 'max' => 1 }, 'sourceId' => { 'type' => 'id', 'path' => 'Operation.sourceId', 'min' => 0, 'max' => 1 }, 'targetId' => { 'type' => 'id', 'path' => 'Operation.targetId', 'min' => 0, 'max' => 1 }, 'url' => { 'type' => 'string', 'path' => 'Operation.url', 'min' => 0, 'max' => 1 } }
Instance Attribute Summary collapse
-
#accept ⇒ Object
0-1 code.
-
#contentType ⇒ Object
0-1 code.
-
#description ⇒ Object
0-1 string.
-
#destination ⇒ Object
0-1 integer.
-
#encodeRequestUrl ⇒ Object
0-1 boolean.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#label ⇒ Object
0-1 string.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#params ⇒ Object
0-1 string.
-
#requestHeader ⇒ Object
0-* [ TestScript::Setup::Action::Operation::RequestHeader ].
-
#resource ⇒ Object
0-1 code.
-
#responseId ⇒ Object
0-1 id.
-
#sourceId ⇒ Object
0-1 id.
-
#targetId ⇒ Object
0-1 id.
-
#type ⇒ Object
0-1 Coding.
-
#url ⇒ Object
0-1 string.
Method Summary
Methods included from Xml
from_xml, #to_xml, valid?, validate
Methods included from Deprecate
Methods included from Json
Methods included from Hashable
Methods inherited from Model
#==, #attribute_mismatch, #compare_attribute, #each_element, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #respond_to_missing?, #to_reference, #valid?, #validate, #validate_profile
Constructor Details
This class inherits a constructor from FHIR::DSTU2::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FHIR::DSTU2::Model
Instance Attribute Details
#accept ⇒ Object
0-1 code
253 254 255 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 253 def accept @accept end |
#contentType ⇒ Object
0-1 code
254 255 256 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 254 def contentType @contentType end |
#description ⇒ Object
0-1 string
252 253 254 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 252 def description @description end |
#destination ⇒ Object
0-1 integer
255 256 257 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 255 def destination @destination end |
#encodeRequestUrl ⇒ Object
0-1 boolean
256 257 258 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 256 def encodeRequestUrl @encodeRequestUrl end |
#extension ⇒ Object
0-* [ Extension ]
247 248 249 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 247 def extension @extension end |
#id ⇒ Object
0-1 id
246 247 248 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 246 def id @id end |
#label ⇒ Object
0-1 string
251 252 253 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 251 def label @label end |
#modifierExtension ⇒ Object
0-* [ Extension ]
248 249 250 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 248 def modifierExtension @modifierExtension end |
#params ⇒ Object
0-1 string
257 258 259 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 257 def params @params end |
#requestHeader ⇒ Object
0-* [ TestScript::Setup::Action::Operation::RequestHeader ]
258 259 260 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 258 def requestHeader @requestHeader end |
#resource ⇒ Object
0-1 code
250 251 252 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 250 def resource @resource end |
#responseId ⇒ Object
0-1 id
259 260 261 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 259 def responseId @responseId end |
#sourceId ⇒ Object
0-1 id
260 261 262 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 260 def sourceId @sourceId end |
#targetId ⇒ Object
0-1 id
261 262 263 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 261 def targetId @targetId end |
#type ⇒ Object
0-1 Coding
249 250 251 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 249 def type @type end |
#url ⇒ Object
0-1 string
262 263 264 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 262 def url @url end |