SchemaMedicalStudy constructor

SchemaMedicalStudy({
  1. String? additionalType,
  2. String? alternateName,
  3. SchemaMedicalCode? code,
  4. dynamic description,
  5. String? disambiguatingDescription,
  6. SchemaGrant? funding,
  7. SchemaMedicalGuideline? guideline,
  8. dynamic identifier,
  9. dynamic image,
  10. dynamic legalStatus,
  11. dynamic mainEntityOfPage,
  12. SchemaMedicineSystem? medicineSystem,
  13. String? name,
  14. dynamic owner,
  15. SchemaAction? potentialAction,
  16. SchemaOrganization? recognizingAuthority,
  17. SchemaMedicalSpecialty? relevantSpecialty,
  18. String? sameAs,
  19. SchemaMedicalStudy? study,
  20. dynamic subjectOf,
  21. String? url,
  22. SchemaMedicalCondition? healthCondition,
  23. dynamic sponsor,
  24. dynamic status,
  25. SchemaAdministrativeArea? studyLocation,
  26. SchemaMedicalEntity? studySubject,
})

Create a new instance of SchemaMedicalStudy

Implementation

SchemaMedicalStudy({
  super.additionalType,
  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.owner,
  super.potentialAction,
  super.recognizingAuthority,
  super.relevantSpecialty,
  super.sameAs,
  super.study,
  super.subjectOf,
  super.url,
  this.healthCondition,
  this.sponsor,
  this.status,
  this.studyLocation,
  this.studySubject,
});