Class: Openphar::Models::API::Dravya
- Inherits:
-
Monograph
- Object
- Lutaml::Model::Serializable
- BaseEntity
- Monograph
- Openphar::Models::API::Dravya
- Defined in:
- lib/openphar/models/api/dravya.rb
Overview
Ayurvedic plant-substance monograph (Dravya).
Dravya = "substance" in Ayurveda. Carries the full Ayurvedic pharmacognostic profile: Panchakarma properties (Rasa/Guna/Virya/ Vipaka/Karma), purity limits, constituents, dose.
Mirrors the structure of data-india-ayurvedic-pharmacopoeia/ sample-monograph.md.
Class Method Summary collapse
Methods inherited from Monograph
#iri, jsonld_types, #label, neo4j_labels
Methods inherited from BaseEntity
jsonld_context, neo4j_label, neo4j_labels, neo4j_labels_string, #to_cypher, #to_cypher_match, #to_jsonld, #to_neo4j_node, #to_neo4j_properties
Class Method Details
.harmonized_type ⇒ Object
56 |
# File 'lib/openphar/models/api/dravya.rb', line 56 def harmonized_type = 'CrudeDrug' |
.jsonld_type ⇒ Object
57 |
# File 'lib/openphar/models/api/dravya.rb', line 57 def jsonld_type = 'ApiDravya' |
.wire_key ⇒ Object
55 |
# File 'lib/openphar/models/api/dravya.rb', line 55 def wire_key = 'dravya' |