Class: Openphar::Models::Chp::GeneralChapter

Inherits:
Monograph show all
Defined in:
lib/openphar/models/chp/general_chapter.rb

Overview

General chapter — 通则/制剂通则/凡例/指导原则 (Vol IV).

General notices, analytical methods (通则 0100–9900), guiding principles (9000 series), reagent/test-solution definitions, etc. No harmonized equivalent in other pharmacopoeias (publisher-specific structural unit).

Class Method Summary collapse

Methods inherited from Monograph

#iri, #jsonld_filename, jsonld_types, neo4j_labels, #slug

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_typeObject



19
20
21
# File 'lib/openphar/models/chp/general_chapter.rb', line 19

def harmonized_type
  nil
end

.jsonld_typeObject



23
24
25
# File 'lib/openphar/models/chp/general_chapter.rb', line 23

def jsonld_type
  'ChpGeneralChapter'
end

.wire_keyObject



15
16
17
# File 'lib/openphar/models/chp/general_chapter.rb', line 15

def wire_key
  'general_chapter'
end