Class: Openphar::Models::JP::PowderedCrudeDrug
- Inherits:
-
CrudeDrug
- Object
- Lutaml::Model::Serializable
- BaseEntity
- Monograph
- Monograph
- CrudeDrug
- Openphar::Models::JP::PowderedCrudeDrug
- Defined in:
- lib/openphar/models/jp/powdered_crude_drug.rb
Overview
JP-specific powdered crude drug.
JP distinguishes powdered crude drugs from whole crude drugs in its own monograph type — a JP-only distinction. Powdered forms have additional tests (e.g., microscopic identification) that whole crude drugs don't.
Class Method Summary collapse
Methods inherited from Monograph
#iri, jsonld_types, neo4j_labels
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
22 |
# File 'lib/openphar/models/jp/powdered_crude_drug.rb', line 22 def harmonized_type = 'CrudeDrug' |
.jsonld_type ⇒ Object
23 |
# File 'lib/openphar/models/jp/powdered_crude_drug.rb', line 23 def jsonld_type = 'JpPowderedCrudeDrug' |
.wire_key ⇒ Object
21 |
# File 'lib/openphar/models/jp/powdered_crude_drug.rb', line 21 def wire_key = 'powdered_crude_drug' |