EPeriodicalSemanticInfo structure¶
Definition of structures, which are used to hold informations about catalogization process of periodical publications.
-
class
aleph.datastructures.eperiodical_semantic_info.EPeriodicalSemanticInfo[zdroj]¶ This structure is used to represent informations about export progress in Aleph.
It contains informations about state of the record, so it can be tracked from edeposit project.
-
hasAcquisitionFields¶ bool – Was the record aproved by acquisition?
-
acquisitionFields¶ list – Acquisition fields if it the record was signed.
-
isClosed¶ bool – Was the record closed? This sometimes happen when bad ISBN is given by creator of the record, but different is in the book.
-
isSummaryRecord¶ bool – Is the content of FMT == “SE”?
-
contentOfFMT¶ str, default “” – Content of FMT subrecord.
-
parsedSummaryRecordSysNumber¶ str – Same as
summaryRecordSysNumberbut without natural language details.
-
summaryRecordSysNumber¶ str – Identificator of the new record if .isClosed is True. Format of the string is not specified and can be different for each record.
-
static
from_xml(xml)[zdroj]¶ Pick informations from
MARCXMLRecordobject and use it to buildSemanticInfostructure.Parametry: xml (str/MARCXMLRecord) – MarcXML which will be converted to SemanticInfo. In case of str, <record>tag is required.Vrací: SemanticInfo.Typ návratové hodnoty: structure
-