SchemaMedicalTest constructor

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

Create a new instance of SchemaMedicalTest

Implementation

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