|
@@ -116,7 +116,7 @@ public class PatentFieldService {
|
|
|
add(new PatentField("37-0", "专利类型", Constants.SYSTEM_FIELD_QUERY, 16));
|
|
|
add(new PatentField("29-17", "申请人国家", Constants.SYSTEM_FIELD_QUERY, 17));
|
|
|
add(new PatentField("29-18", "申请人地区", Constants.SYSTEM_FIELD_QUERY, 18));
|
|
|
- add(new PatentField("36-0", "简单法律状态", Constants.SYSTEM_FIELD_QUERY, 19));
|
|
|
+ add(new PatentField("36-0", "专利状态", Constants.SYSTEM_FIELD_QUERY, 19));
|
|
|
add(new PatentField("40-0", "法律事件", Constants.SYSTEM_FIELD_QUERY, 20));
|
|
|
add(new PatentField("26-12", "公开年", Constants.SYSTEM_FIELD_QUERY, 21));
|
|
|
add(new PatentField("54-0", "标签", Constants.SYSTEM_FIELD_QUERY, 22));
|
|
@@ -137,7 +137,7 @@ public class PatentFieldService {
|
|
|
add(new PatentField("bureau", "受理局", Constants.SYSTEM_FIELD_EXPORT, 13));
|
|
|
add(new PatentField("simplefamily", "简单同族", Constants.SYSTEM_FIELD_EXPORT, 14));
|
|
|
add(new PatentField("inpadocfamily", "Inpadoc同族", Constants.SYSTEM_FIELD_EXPORT, 15));
|
|
|
- add(new PatentField("patsnapfamily", "PatSnap同族", Constants.SYSTEM_FIELD_EXPORT, 15));
|
|
|
+ add(new PatentField("patsnapfamily", "扩展同族", Constants.SYSTEM_FIELD_EXPORT, 15));
|
|
|
add(new PatentField("intclassno", "IPC主分类号", Constants.SYSTEM_FIELD_EXPORT, 16));
|
|
|
add(new PatentField("ipc", "IPC分类号", Constants.SYSTEM_FIELD_EXPORT, 16));
|
|
|
add(new PatentField("intclasscpcno", "CPC分类号", Constants.SYSTEM_FIELD_EXPORT, 17));
|
|
@@ -181,7 +181,7 @@ public class PatentFieldService {
|
|
|
add(new PatentField("manual", "说明书", Constants.SYSTEM_FIELD_EXPORT, 49));
|
|
|
add(new PatentField("simplefamilynum", "简单同族数量", Constants.SYSTEM_FIELD_EXPORT, 50));
|
|
|
add(new PatentField("inpadocfamilynum", "Inpadoc同族数量", Constants.SYSTEM_FIELD_EXPORT, 51));
|
|
|
- add(new PatentField("patsnapfamilynum", "PatSnap同族数量", Constants.SYSTEM_FIELD_EXPORT, 51));
|
|
|
+ add(new PatentField("patsnapfamilynum", "扩展同族数量", Constants.SYSTEM_FIELD_EXPORT, 51));
|
|
|
add(new PatentField("quoteno", "引用专利数量", Constants.SYSTEM_FIELD_EXPORT, 52));
|
|
|
add(new PatentField("quotedno", "被引用数量", Constants.SYSTEM_FIELD_EXPORT, 53));
|
|
|
add(new PatentField("quotedno3", "三年内被引用数量", Constants.SYSTEM_FIELD_EXPORT, 54));
|
|
@@ -206,7 +206,7 @@ public class PatentFieldService {
|
|
|
add(new PatentField("label", "标签", Constants.SYSTEM_FIELD_PATENT_LIST, 9));
|
|
|
add(new PatentField("simpleFamily", "简单同族", Constants.SYSTEM_FIELD_PATENT_LIST, 10));
|
|
|
add(new PatentField("inpadocFamily", "Inpadoc同族", Constants.SYSTEM_FIELD_PATENT_LIST, 11));
|
|
|
- add(new PatentField("patSnapFamily", "PatSnap同族", Constants.SYSTEM_FIELD_PATENT_LIST, 11));
|
|
|
+ add(new PatentField("patSnapFamily", "扩展同族", Constants.SYSTEM_FIELD_PATENT_LIST, 11));
|
|
|
add(new PatentField("ipcList", "IPC分类号", Constants.SYSTEM_FIELD_PATENT_LIST, 12));
|
|
|
add(new PatentField("cpcList", "CPC分类号", Constants.SYSTEM_FIELD_PATENT_LIST, 13));
|
|
|
add(new PatentField("upcList", "UPC分类号", Constants.SYSTEM_FIELD_PATENT_LIST, 14));
|