SchemaPatient constructor

SchemaPatient({
  1. SchemaMedicalCondition? diagnosis,
  2. SchemaDrug? drug,
  3. SchemaMedicalCondition? healthCondition,
  4. String? additionalName,
  5. dynamic address,
  6. SchemaOrganization? affiliation,
  7. SchemaInteractionCounter? agentInteractionStatistic,
  8. dynamic alumniOf,
  9. String? award,
  10. String? awards,
  11. String? birthDate,
  12. SchemaPlace? birthPlace,
  13. dynamic brand,
  14. String? callSign,
  15. SchemaPerson? children,
  16. dynamic colleague,
  17. SchemaPerson? colleagues,
  18. SchemaContactPoint? contactPoint,
  19. SchemaContactPoint? contactPoints,
  20. String? deathDate,
  21. SchemaPlace? deathPlace,
  22. String? duns,
  23. String? email,
  24. String? familyName,
  25. String? faxNumber,
  26. SchemaPerson? follows,
  27. dynamic funder,
  28. SchemaGrant? funding,
  29. dynamic gender,
  30. String? givenName,
  31. String? globalLocationNumber,
  32. SchemaCertification? hasCertification,
  33. SchemaEducationalOccupationalCredential? hasCredential,
  34. SchemaOccupation? hasOccupation,
  35. SchemaOfferCatalog? hasOfferCatalog,
  36. SchemaPlace? hasPOS,
  37. dynamic height,
  38. dynamic homeLocation,
  39. String? honorificPrefix,
  40. String? honorificSuffix,
  41. SchemaInteractionCounter? interactionStatistic,
  42. String? isicV4,
  43. dynamic jobTitle,
  44. SchemaPerson? knows,
  45. dynamic knowsAbout,
  46. dynamic knowsLanguage,
  47. SchemaOffer? makesOffer,
  48. dynamic memberOf,
  49. String? naics,
  50. SchemaCountry? nationality,
  51. dynamic netWorth,
  52. dynamic owns,
  53. SchemaPerson? parent,
  54. SchemaPerson? parents,
  55. SchemaEvent? performerIn,
  56. dynamic publishingPrinciples,
  57. SchemaPerson? relatedTo,
  58. SchemaDemand? seeks,
  59. SchemaPerson? sibling,
  60. SchemaPerson? siblings,
  61. dynamic sponsor,
  62. SchemaPerson? spouse,
  63. String? taxID,
  64. String? telephone,
  65. String? vatID,
  66. SchemaQuantitativeValue? weight,
  67. dynamic workLocation,
  68. SchemaOrganization? worksFor,
  69. String? audienceType,
  70. SchemaAdministrativeArea? geographicArea,
  71. String? requiredGender,
  72. int? requiredMaxAge,
  73. int? requiredMinAge,
  74. SchemaQuantitativeValue? suggestedAge,
  75. dynamic suggestedGender,
  76. int? suggestedMaxAge,
  77. SchemaQuantitativeValue? suggestedMeasurement,
  78. int? suggestedMinAge,
  79. String? additionalType,
  80. String? alternateName,
  81. dynamic description,
  82. String? disambiguatingDescription,
  83. dynamic identifier,
  84. dynamic image,
  85. dynamic mainEntityOfPage,
  86. String? name,
  87. SchemaAction? potentialAction,
  88. String? sameAs,
  89. dynamic subjectOf,
  90. String? url,
})

Create a new instance of SchemaPatient

Implementation

SchemaPatient({
  this.diagnosis,
  this.drug,
  this.healthCondition,
  this.additionalName,
  this.address,
  this.affiliation,
  this.agentInteractionStatistic,
  this.alumniOf,
  this.award,
  this.awards,
  this.birthDate,
  this.birthPlace,
  this.brand,
  this.callSign,
  this.children,
  this.colleague,
  this.colleagues,
  this.contactPoint,
  this.contactPoints,
  this.deathDate,
  this.deathPlace,
  this.duns,
  this.email,
  this.familyName,
  this.faxNumber,
  this.follows,
  this.funder,
  this.funding,
  this.gender,
  this.givenName,
  this.globalLocationNumber,
  this.hasCertification,
  this.hasCredential,
  this.hasOccupation,
  this.hasOfferCatalog,
  this.hasPOS,
  this.height,
  this.homeLocation,
  this.honorificPrefix,
  this.honorificSuffix,
  this.interactionStatistic,
  this.isicV4,
  this.jobTitle,
  this.knows,
  this.knowsAbout,
  this.knowsLanguage,
  this.makesOffer,
  this.memberOf,
  this.naics,
  this.nationality,
  this.netWorth,
  this.owns,
  this.parent,
  this.parents,
  this.performerIn,
  this.publishingPrinciples,
  this.relatedTo,
  this.seeks,
  this.sibling,
  this.siblings,
  this.sponsor,
  this.spouse,
  this.taxID,
  this.telephone,
  this.vatID,
  this.weight,
  this.workLocation,
  this.worksFor,
  this.audienceType,
  this.geographicArea,
  this.requiredGender,
  this.requiredMaxAge,
  this.requiredMinAge,
  this.suggestedAge,
  this.suggestedGender,
  this.suggestedMaxAge,
  this.suggestedMeasurement,
  this.suggestedMinAge,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});