Class: FHIR::R5::TestPlan::TestCase
- Defined in:
- lib/fhir_models/r5/generated/resources/TestPlan.rb
Defined Under Namespace
Classes: Assertion, Dependency, TestData, TestRun
Constant Summary collapse
- METADATA =
{ 'id' => {'type'=>'string', 'path'=>'TestCase.id', 'min'=>0, 'max'=>1}, 'extension' => {'type'=>'Extension', 'path'=>'TestCase.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'TestCase.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'sequence' => {'type'=>'integer', 'path'=>'TestCase.sequence', 'min'=>0, 'max'=>1}, 'scope' => {'type'=>'Reference', 'path'=>'TestCase.scope', 'min'=>0, 'max'=>Float::INFINITY}, 'dependency' => {'type'=>'TestPlan::TestCase::Dependency', 'path'=>'TestCase.dependency', 'min'=>0, 'max'=>Float::INFINITY}, 'testRun' => {'type'=>'TestPlan::TestCase::TestRun', 'path'=>'TestCase.testRun', 'min'=>0, 'max'=>Float::INFINITY}, 'testData' => {'type'=>'TestPlan::TestCase::TestData', 'path'=>'TestCase.testData', 'min'=>0, 'max'=>Float::INFINITY}, 'assertion' => {'type'=>'TestPlan::TestCase::Assertion', 'path'=>'TestCase.assertion', 'min'=>0, 'max'=>Float::INFINITY} }
Constants included from FHIR::R4
FHIR::R4::PRIMITIVES, FHIR::R4::RESOURCES, FHIR::R4::TYPES
Constants included from FHIR
Account, ActivityDefinition, Address, AdverseEvent, Age, AllergyIntolerance, Annotation, Appointment, AppointmentResponse, Attachment, AuditEvent, BackboneElement, Basic, Binary, BiologicallyDerivedProduct, BodyStructure, Bundle, CapabilityStatement, CarePlan, CareTeam, CatalogEntry, ChargeItem, ChargeItemDefinition, Claim, ClaimResponse, ClinicalImpression, CodeSystem, CodeableConcept, Coding, Communication, CommunicationRequest, CompartmentDefinition, Composition, ConceptMap, Condition, Consent, ContactDetail, ContactPoint, Contract, Contributor, Count, Coverage, CoverageEligibilityRequest, CoverageEligibilityResponse, DataRequirement, Definitions, DetectedIssue, Device, DeviceDefinition, DeviceMetric, DeviceRequest, DeviceUseStatement, DiagnosticReport, Distance, DocumentManifest, DocumentReference, DomainResource, Dosage, Duration, EffectEvidenceSynthesis, Element, ElementDefinition, Encounter, Endpoint, EnrollmentRequest, EnrollmentResponse, EpisodeOfCare, EventDefinition, Evidence, EvidenceVariable, ExampleScenario, ExplanationOfBenefit, Expression, Extension, FamilyMemberHistory, Flag, Goal, GraphDefinition, Group, GuidanceResponse, HealthcareService, HumanName, Identifier, ImagingStudy, Immunization, ImmunizationEvaluation, ImmunizationRecommendation, ImplementationGuide, InsurancePlan, Invoice, Library, Linkage, List, Location, MarketingStatus, Measure, MeasureReport, Media, Medication, MedicationAdministration, MedicationDispense, MedicationKnowledge, MedicationRequest, MedicationStatement, MedicinalProduct, MedicinalProductAuthorization, MedicinalProductContraindication, MedicinalProductIndication, MedicinalProductIngredient, MedicinalProductInteraction, MedicinalProductManufactured, MedicinalProductPackaged, MedicinalProductPharmaceutical, MedicinalProductUndesirableEffect, MessageDefinition, MessageHeader, Meta, MolecularSequence, Money, NamingSystem, Narrative, NutritionOrder, Observation, ObservationDefinition, OperationDefinition, OperationOutcome, Organization, OrganizationAffiliation, PRIMITIVES, ParameterDefinition, Parameters, Patient, PaymentNotice, PaymentReconciliation, Period, Person, PlanDefinition, Population, Practitioner, PractitionerRole, Procedure, ProdCharacteristic, ProductShelfLife, Provenance, Quantity, Questionnaire, QuestionnaireResponse, FHIR::RESOURCES, FHIR::Range, FHIR::Ratio, FHIR::Reference, FHIR::RelatedArtifact, FHIR::RelatedPerson, FHIR::RequestGroup, FHIR::ResearchDefinition, FHIR::ResearchElementDefinition, FHIR::ResearchStudy, FHIR::ResearchSubject, FHIR::Resource, FHIR::RiskAssessment, FHIR::RiskEvidenceSynthesis, SampledData, Schedule, SearchParameter, ServiceRequest, Signature, Slot, Specimen, SpecimenDefinition, StructureDefinition, StructureDefinitionCompare, StructureMap, Subscription, Substance, SubstanceAmount, SubstanceNucleicAcid, SubstancePolymer, SubstanceProtein, SubstanceReferenceInformation, SubstanceSourceMaterial, SubstanceSpecification, SupplyDelivery, SupplyRequest, TYPES, Task, TerminologyCapabilities, TestReport, TestScript, Timing, TriggerDefinition, UsageContext, ValueSet, VerificationResult, VisionPrescription
Constants included from FHIR::R5
PRIMITIVES, RESOURCES, FHIR::R5::TYPES
Instance Attribute Summary collapse
-
#assertion ⇒ Object
0-* [ TestPlan::TestCase::Assertion ].
-
#dependency ⇒ Object
0-* [ TestPlan::TestCase::Dependency ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 string.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#scope ⇒ Object
0-* [ Reference() ].
-
#sequence ⇒ Object
0-1 integer.
-
#testData ⇒ Object
0-* [ TestPlan::TestCase::TestData ].
-
#testRun ⇒ Object
0-* [ TestPlan::TestCase::TestRun ].
Method Summary
Methods included from FHIR::R4
#fhir_version_string, #versioned_fhir_module
Methods included from FHIR
default_logger, fhir_version_string, logger, logger=, primitive?, versioned_fhir_module
Methods included from ClassMethods
Methods included from ClassXml
#from_xml, #valid?, #validate, #xml_node_to_hash
Methods included from InstanceXml
Methods included from ClassJson
Methods included from InstanceJson
Methods included from Hashable
Methods included from FHIR::R5
#fhir_version_string, #versioned_fhir_module
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
Methods included from Deprecate
Constructor Details
This class inherits a constructor from FHIR::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FHIR::Model
Instance Attribute Details
#assertion ⇒ Object
0-* [ TestPlan::TestCase::Assertion ]
206 207 208 |
# File 'lib/fhir_models/r5/generated/resources/TestPlan.rb', line 206 def assertion @assertion end |
#dependency ⇒ Object
0-* [ TestPlan::TestCase::Dependency ]
203 204 205 |
# File 'lib/fhir_models/r5/generated/resources/TestPlan.rb', line 203 def dependency @dependency end |
#extension ⇒ Object
0-* [ Extension ]
199 200 201 |
# File 'lib/fhir_models/r5/generated/resources/TestPlan.rb', line 199 def extension @extension end |
#id ⇒ Object
0-1 string
198 199 200 |
# File 'lib/fhir_models/r5/generated/resources/TestPlan.rb', line 198 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
200 201 202 |
# File 'lib/fhir_models/r5/generated/resources/TestPlan.rb', line 200 def modifierExtension @modifierExtension end |
#scope ⇒ Object
0-* [ Reference() ]
202 203 204 |
# File 'lib/fhir_models/r5/generated/resources/TestPlan.rb', line 202 def scope @scope end |
#sequence ⇒ Object
0-1 integer
201 202 203 |
# File 'lib/fhir_models/r5/generated/resources/TestPlan.rb', line 201 def sequence @sequence end |
#testData ⇒ Object
0-* [ TestPlan::TestCase::TestData ]
205 206 207 |
# File 'lib/fhir_models/r5/generated/resources/TestPlan.rb', line 205 def testData @testData end |
#testRun ⇒ Object
0-* [ TestPlan::TestCase::TestRun ]
204 205 206 |
# File 'lib/fhir_models/r5/generated/resources/TestPlan.rb', line 204 def testRun @testRun end |