SchemaImagingTest constructor

SchemaImagingTest({
  1. String? additionalType,
  2. SchemaDrug? affectedBy,
  3. String? alternateName,
  4. SchemaMedicalCode? code,
  5. dynamic description,
  6. String? disambiguatingDescription,
  7. SchemaGrant? funding,
  8. SchemaMedicalGuideline? guideline,
  9. dynamic identifier,
  10. dynamic image,
  11. dynamic legalStatus,
  12. dynamic mainEntityOfPage,
  13. SchemaMedicineSystem? medicineSystem,
  14. String? name,
  15. dynamic normalRange,
  16. dynamic owner,
  17. SchemaAction? potentialAction,
  18. SchemaOrganization? recognizingAuthority,
  19. SchemaMedicalSpecialty? relevantSpecialty,
  20. String? sameAs,
  21. SchemaMedicalSign? signDetected,
  22. SchemaMedicalStudy? study,
  23. dynamic subjectOf,
  24. String? url,
  25. SchemaMedicalCondition? usedToDiagnose,
  26. SchemaMedicalDevice? usesDevice,
  27. SchemaMedicalImagingTechnique? imagingTechnique,
})

Create a new instance of SchemaImagingTest

Implementation

SchemaImagingTest({
  super.additionalType,
  super.affectedBy,
  super.alternateName,
  super.code,
  super.description,
  super.disambiguatingDescription,
  super.funding,
  super.guideline,
  super.identifier,
  super.image,
  super.legalStatus,
  super.mainEntityOfPage,
  super.medicineSystem,
  super.name,
  super.normalRange,
  super.owner,
  super.potentialAction,
  super.recognizingAuthority,
  super.relevantSpecialty,
  super.sameAs,
  super.signDetected,
  super.study,
  super.subjectOf,
  super.url,
  super.usedToDiagnose,
  super.usesDevice,
  this.imagingTechnique,
});