📄 medlinecitationset.java
字号:
* The <code>ReprintIn</code> element. */ public static final String REPRINT_IN_ELT = "ReprintIn"; /** * The <code>ReprintOf</code> element. */ public static final String REPRINT_OF_ELT = "ReprintOf"; /** * The <code>PubDate</code> element. */ public static final String PUB_DATE_ELT = "PubDate"; /** * The <code>Coden</code> element. */ public static final String CODEN_ELT = "Coden"; /** * The <code>ISOAbbreviation</code> element. */ public static final String ISO_ABBREVIATION_ELT = "ISOAbbreviation"; /** * The <code>Title</code> element. */ public static final String TITLE_ELT = "Title"; /** * The <code>Abstract</code> element. */ public static final String ABSTRACT_ELT = "Abstract"; /** * The <code>CopyrightInformation</code> element. */ public static final String COPYRIGHT_INFORMATION_ELT = "CopyrightInformation"; /** * The <code>ArticleTitle</code> element. */ public static final String ARTICLE_TITLE_ELT = "ArticleTitle"; /** * The <code>Suffix</code> element. */ public static final String SUFFIX_ELT = "Suffix"; /** * The <code>CollectiveName</code> element. */ public static final String COLLECTIVE_NAME_ELT = "CollectiveName"; /** * The <code>DatesAssociatedWithName</code> element. */ public static final String DATES_ASSOCIATED_WITH_NAME_ELT = "DatesAssociatedWithName"; /** * The <code>NameQualifier</code> element. */ public static final String NAME_QUALIFIER_ELT = "NameQualifier"; /** * The <code>OtherInformation</code> element. */ public static final String OTHER_INFORMATION_ELT = "OtherInformation"; /** * The <code>TitleAssociatedWithName</code> element. */ public static final String TITLE_ASSOCIATED_WITH_NAME_HANDLER = "TitleAssociatedWithName"; /** * The <code>Language</code> element. */ public static final String LANGUAGE_ELT = "Language"; /** * The <code>DataBank</code> element. */ public static final String DATA_BANK_ELT = "DataBank"; /** * The <code>DataBankList</code> element. */ public static final String DATA_BANK_LIST_ELT = "DataBankList"; /** * The <code>DataBankName</code> element. */ public static final String DATA_BANK_NAME_ELT = "DataBankName"; /** * The <code>AccessionNumber</code> element. */ public static final String ACCESSION_NUMBER_ELT = "AccessionNumber"; /** * The <code>GrantList</code> element. */ public static final String GRANT_LIST_ELT = "GrantList"; /** * The <code>Grant</code> element. */ public static final String GRANT_ELT = "Grant"; /** * The <code>GrantID</code> element. */ public static final String GRANT_ID_ELT = "GrantID"; /** * The <code>Agency</code> element. */ public static final String AGENCY_ELT = "Agency"; /** * The <code>Acronym</code> element. */ public static final String ACRONYM_ELT = "Acronym"; /** * The <code>PublicationType</code> element. */ public static final String PUBLICATION_TYPE_ELT = "PublicationType"; /** * The <code>VernacularTitle</code> element. */ public static final String VERNACULAR_TITLE_ELT = "VernacularTitle"; /** * The <code>ElectronicPubDate</code> element. */ public static final String ELECTRONIC_PUB_DATE_ELT = "ElectronicPubDate"; /** * The <code>NlmDcmsID</code> element. */ public static final String NLM_DCMS_ID_ELT = "NlmDcmsID"; /** * The <code>NumberOfReferences</code> element. */ public static final String NUMBER_OF_REFERENCES_ELT = "NumberOfReferences"; /** * The <code>PersonalNameSubject</code> element. */ public static final String PERSONAL_NAME_SUBJECT_ELT = "PersonalNameSubject"; /** * The <code>TitleAssociatedWithName</code> element. */ public static final String TITLE_ASSOCIATED_WITH_NAME_ELT = "TitleAssociatedWithName"; /** * The <code>DeleteCitation</code> element. */ public static final String DELETE_CITATION_ELT = "DeleteCitation"; /** * The <code>EIdType</code> attribute. */ public static final String E_ID_TYPE_ATT = "EIdType"; /** * The <code>Owner</code> attribute. */ public static final String OWNER_ATT = "Owner"; /** * The <code>Status</code> attribute. */ public static final String STATUS_ATT = "Status"; /** * The <code>MajorTopicYN</code> attribute. */ public static final String MAJOR_TOPIC_YN_ATT = "MajorTopicYN"; /** * The <code>Source</code> attribute. */ public static final String SOURCE_ATT = "Source"; /** * The <code>Prefix</code> attribute for other identifiers. */ public static final String PREFIX_ATT = "Prefix"; /** * The <code>Type</code> attribute. */ public static final String TYPE_ATT = "Type"; /** * The <code>PrintYN</code> attribute. */ public static final String PRINT_YN_ATT = "PrintYN"; /** * The <code>CompleteYN</code> attribute. */ public static final String COMPLETE_YN_ATT = "CompleteYN"; /** * The <code>ValidYN</code> attribute for author names. */ public static final String VALID_YN_ATT = "ValidYN"; /** * The <code>OfficialDateYN</code> attribute. */ public static final String OFFICIAL_DATE_YN_ATT = "OfficialDateYN"; /** * The <code>PubModel</code> attribute for articles. */ public static final String PUB_MODEL_ATT = "PubModel"; /** * The <code>Y</code> value. */ public static final String YES_VALUE = "Y"; /** * The <code>N</code> value. */ public static final String NO_VALUE = "N"; /** * The <code>Completed</code> value. */ public static final String COMPLETED_VALUE = "Completed"; /** * The <code>In-Process</code> value. */ public static final String IN_PROCESS_VALUE = "In-Process"; /** * The <code>PubMed-not-MEDLINE</code> value. */ public static final String PUBMED_NOT_MEDLINE_VALUE = "PubMed-not-MEDLINE"; /** * The <code>MEDLINE</code> value (for citation status). */ public static final String MEDLINE_VALUE = "MEDLINE"; /** * The <code>OLDMEDLINE</code> value (for citation status). */ public static final String OLDMEDLINE_VALUE = "OLDMEDLINE"; /** * The <code>In-Data-Review</code> value. */ public static final String IN_DATA_REVIEW_VALUE = "In-Data-Review"; /** * The <code>Publisher</code> value. */ public static final String PUBLISHER_VALUE = "Publisher"; /** * The <code>NLM</code> value. */ public static final String NLM_VALUE = "NLM"; /** * The <code>NASA</code> value. */ public static final String NASA_VALUE = "NASA"; /** * The <code>PIP</code> value. */ public static final String PIP_VALUE = "PIP"; /** * The <code>KIE</code> value. */ public static final String KIE_VALUE = "KIE"; /** * The <code>HSR</code> value. */ public static final String HSR_VALUE = "HSR"; /** * The <code>HMD</code> value. */ public static final String HMD_VALUE = "HMD"; /** * The <code>SIS</code> value. */ public static final String SIS_VALUE = "SIS"; /** * The <code>NOTNLM</code> value. */ public static final String NOT_NLM_VALUE = "NOTNLM"; /** * The <code>Print</code> value for publication model. */ public static final String PRINT_VALUE = "Print"; /** * The <code>Print-Electronic</code> value for publication model. */ public static final String PRINT_ELECTRONIC_VALUE = "Print-Electronic"; /** * The <code>Electronic</code> value for publication model. */ public static final String ELECTRONIC_VALUE = "Electronic"; /** * The <code>Electronic-Print</code> value for publication model. */ public static final String ELECTRONIC_PRINT_VALUE = "Electronic-Print"; static final String[] COMMENT_OR_CORRECTIONS = new String[] { COMMENT_ON_ELT, COMMENT_IN_ELT, ERRATUM_IN_ELT, ERRATUM_FOR_ELT, PARTIAL_RETRACTION_IN_ELT, PARTIAL_RETRACTION_OF_ELT, REPUBLISHED_FROM_ELT, REPUBLISHED_IN_ELT, RETRACTION_OF_ELT, RETRACTION_IN_ELT, UPDATE_IN_ELT, UPDATE_OF_ELT, SUMMARY_FOR_PATIENTS_IN_ELT, ORIGINAL_REPORT_IN_ELT, REPRINT_IN_ELT, REPRINT_OF_ELT }; static final Set COMMENT_OR_CORRECTION_SET = new HashSet(); static { for (int i = 0; i < COMMENT_OR_CORRECTIONS.length; ++i) COMMENT_OR_CORRECTION_SET.add(COMMENT_OR_CORRECTIONS[i]); } // these are actually used in MedlineParser /** * The name of the NLM Medline DTD, namely <code>"-//NLM//DTD * NLM Medline//EN"</code>. This DTD is available on the * LingPipe classpath in this package * (<code>com.aliasi.medline</code>) as file * <code>nlmmedline_080101.dtd</code>. */ public static final String NLM_MEDLINE_DTD_NAME = "-//NLM//DTD Medline Citation, 1st January 2008//EN"; /** * The name of the NLM Medline DTD, namely * <code>"-//NLM//DTD MedlineCitation, 1st January 2008//EN"</code>. * This DTD is * available on the LingPipe classpath in this package * (<code>com.aliasi.medline</code>) as file * <code>nlmmedlinecitation_080101.dtd</code>. */ public static final String NLM_MEDLINE_CITATION_DTD_NAME = "-//NLM//DTD MedlineCitation, 1st January 2008//EN"; /** * The name of the NLM Medline DTD, namely * <code>"-//NLM//DTD SharedCatCit, 1st January 2008//EN"</code>. * This DTD is * available on the LingPipe classpath in this package * (<code>com.aliasi.medline</code>) as file * <code>nlmsharedcatcit_080101.dtd</code>. */ public static final String NLM_SHARED_CAT_DTD_NAME = "-//NLM//DTD SharedCatCit, 1st January 2008//EN"; /** * The name of the NLM Medline DTD, namely * <code>"-//NLM//DTD Common, 1st January 2008//EN"</code>. * This DTD is * available on the LingPipe classpath in this package * (<code>com.aliasi.medline</code>) as file * <code>nlmcommon_080101.dtd</code>. */ public static final String NLM_COMMON_DTD_NAME = "-//NLM//DTD Common, 1st January 2008//EN";}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -