Consumer that converts a Medline record to a Record object.
Members: data Record with Medline data.
Method Summary |
|
__init__(self)
|
|
_clean(self,
line,
rstrip)
|
|
_clean_record(self,
rec)
|
|
abstract(self,
line)
|
|
abstract_author(self,
line)
|
|
address(self,
line)
|
|
author(self,
line)
|
|
call_number(self,
line)
|
|
cas_registry_number(self,
line)
|
|
class_update_date(self,
line)
|
|
comments(self,
line)
|
|
country(self,
line)
|
|
end_record(self)
|
|
english_abstract(self,
line)
|
|
entry_date(self,
line)
|
|
entry_month(self,
line)
|
|
gene_symbol(self,
line)
|
|
identification(self,
line)
|
|
issn(self,
line)
|
|
issue_part_supplement(self,
line)
|
|
journal_subset(self,
line)
|
|
journal_title_code(self,
line)
|
|
language(self,
line)
|
|
last_revision_date(self,
line)
|
|
major_revision_date(self,
line)
|
|
mesh_heading(self,
line)
|
|
mesh_tree_number(self,
line)
|
|
no_author(self,
line)
|
|
number_of_references(self,
line)
|
|
pagination(self,
line)
|
|
personal_name_as_subject(self,
line)
|
|
publication_date(self,
line)
|
|
publication_type(self,
line)
|
|
pubmed_id(self,
line)
|
|
record_originator(self,
line)
|
|
secondary_source_id(self,
line)
|
|
source(self,
line)
|
|
special_list(self,
line)
|
|
start_record(self)
|
|
subheadings(self,
line)
|
|
substance_name(self,
line)
|
|
title(self,
line)
|
|
title_abbreviation(self,
line)
|
|
transliterated_title(self,
line)
|
|
undefined(self,
line)
|
|
unique_identifier(self,
line)
|
|
volume_issue(self,
line)
|
|
year(self,
line)
|
Inherited from AbstractConsumer |
|
__getattr__ (self,
attr)
|
|
_unhandled (self,
data)
|
|
_unhandled_section (self)
|