357 lines
13 KiB
JSON
357 lines
13 KiB
JSON
{
|
||
"$id": "https://schema.ideas.cnpc/json/business-data/dh_ops_test_daily.1.0.0.json",
|
||
"type": "Object",
|
||
"title": "试油日报",
|
||
"schema": "http://json-schema.org/draft-07/schema#",
|
||
"required": [
|
||
"dataRegion",
|
||
"bsflag",
|
||
"dsid",
|
||
"wellboreId"
|
||
],
|
||
"identityId": [
|
||
"dsid"
|
||
],
|
||
"naturalKey": [
|
||
"wellboreId"
|
||
],
|
||
"properties": {
|
||
"ph": {
|
||
"type": "number",
|
||
"title": "PH值",
|
||
"description": "填写PH值"
|
||
},
|
||
"dsid": {
|
||
"type": "string",
|
||
"title": "DSID",
|
||
"description": "主键ID"
|
||
},
|
||
"btmMd": {
|
||
"type": "number",
|
||
"title": "井段底深",
|
||
"description": "填写试油射孔井段底深,多层合试时填写最下层底界深度,裸眼和筛管填写其顶界深度"
|
||
},
|
||
"orgId": {
|
||
"type": "string",
|
||
"title": "机构ID",
|
||
"description": "单位唯一标识符"
|
||
},
|
||
"topMd": {
|
||
"type": "number",
|
||
"title": "井段顶深",
|
||
"description": "填写试油试采射孔井段顶深,多层合试时填写最上层顶界深度,裸眼和筛管填写其顶界深度"
|
||
},
|
||
"bsflag": {
|
||
"type": "number",
|
||
"title": "删除标识",
|
||
"description": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据"
|
||
},
|
||
"testId": {
|
||
"type": "string",
|
||
"title": "试油试采ID",
|
||
"description": "引用\"TP_BAS_TEST\"表的主键"
|
||
},
|
||
"wellId": {
|
||
"type": "string",
|
||
"title": "井ID",
|
||
"description": "引用\"CD_WELL\"表的主键",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellId",
|
||
"relationType": "PK"
|
||
}
|
||
]
|
||
},
|
||
"eventId": {
|
||
"type": "string",
|
||
"title": "作业阶段ID",
|
||
"description": "作业阶段唯一标识符"
|
||
},
|
||
"gasSpgr": {
|
||
"type": "number",
|
||
"title": "气比重",
|
||
"description": "填写气比重"
|
||
},
|
||
"layerNo": {
|
||
"type": "string",
|
||
"title": "层序号",
|
||
"description": "填写按试油顺序填写试油地质层的顺序号填写,每一层填写一条记录,完井试油填写S1、S2等;中途测试填写C1、C2等;若同一井段多次试油则填写:S1-1、S1-2或C1-1、C2-2等"
|
||
},
|
||
"oilDens": {
|
||
"type": "number",
|
||
"title": "油密度",
|
||
"description": "填写油密度"
|
||
},
|
||
"orgName": {
|
||
"type": "string",
|
||
"title": "机构名称",
|
||
"description": "单位名称"
|
||
},
|
||
"remarks": {
|
||
"type": "string",
|
||
"title": "备注",
|
||
"description": "需要补充说明的内容"
|
||
},
|
||
"planName": {
|
||
"type": "string",
|
||
"title": "下步计划",
|
||
"description": "下步计划"
|
||
},
|
||
"prodDate": {
|
||
"type": "date",
|
||
"title": "日期",
|
||
"description": "填写日报日期"
|
||
},
|
||
"teamWork": {
|
||
"type": "string",
|
||
"title": "作业队",
|
||
"description": "填写作业队号"
|
||
},
|
||
"checkDate": {
|
||
"type": "date",
|
||
"title": "审核日期",
|
||
"description": "记录数据在本系统的审核时间,需精确到时分秒"
|
||
},
|
||
"dataGroup": {
|
||
"type": "string",
|
||
"title": "数据分组",
|
||
"description": "数据分组"
|
||
},
|
||
"fieldName": {
|
||
"type": "string",
|
||
"title": "油田公司名称",
|
||
"description": "填写局级油田公司名称,×××油田公司"
|
||
},
|
||
"recoyMeth": {
|
||
"type": "string",
|
||
"title": "求产方法",
|
||
"description": "属性规范值字段,引用属性代码RECOY_METH下的属性值"
|
||
},
|
||
"waterDens": {
|
||
"type": "number",
|
||
"title": "水密度",
|
||
"description": "填写水密度"
|
||
},
|
||
"addProdGas": {
|
||
"type": "number",
|
||
"title": "累产气",
|
||
"description": "填写该层试油的累计产气量"
|
||
},
|
||
"addProdOil": {
|
||
"type": "number",
|
||
"title": "累产油",
|
||
"description": "填写该层试油的累计产油量"
|
||
},
|
||
"constrUnit": {
|
||
"type": "string",
|
||
"title": "施工单位",
|
||
"description": "填写施工单位至小队"
|
||
},
|
||
"createDate": {
|
||
"type": "date",
|
||
"title": "创建日期",
|
||
"description": "记录数据在本系统的创建时间,需精确到时分秒"
|
||
},
|
||
"dataRegion": {
|
||
"type": "string",
|
||
"title": "油田标识",
|
||
"description": "油田标识"
|
||
},
|
||
"h2sDensity": {
|
||
"type": "number",
|
||
"title": "现场监测H2S浓度",
|
||
"description": "指用便携式或固定式H2S监测器测量值"
|
||
},
|
||
"logDisplay": {
|
||
"type": "string",
|
||
"title": "录井显示",
|
||
"description": "填写气测显示值、岩屑荧光显示级别、取心段油气显示情况等"
|
||
},
|
||
"tubingPres": {
|
||
"type": "string",
|
||
"title": "油压",
|
||
"description": "填写油压变化情况,区间值"
|
||
},
|
||
"updateDate": {
|
||
"type": "date",
|
||
"title": "更新日期",
|
||
"description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间"
|
||
},
|
||
"wellboreId": {
|
||
"type": "string",
|
||
"title": "井筒ID",
|
||
"description": "引用\"CD_WELLBORE\"表的主键",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreId",
|
||
"relationType": "PK"
|
||
}
|
||
]
|
||
},
|
||
"checkUserId": {
|
||
"type": "string",
|
||
"title": "审核用户",
|
||
"description": "记录数据在本系统的审核用户"
|
||
},
|
||
"constrPhase": {
|
||
"type": "string",
|
||
"title": "施工工序",
|
||
"description": "填写具体的工作名称,如:下油管、试压、抽汲、注灰、射孔、洗井等,当同一天发生多个工序时,各工序之间用“、”隔开"
|
||
},
|
||
"createAppId": {
|
||
"type": "string",
|
||
"title": "创建应用",
|
||
"description": "填写数据来源的系统名"
|
||
},
|
||
"prodCurveId": {
|
||
"type": "string",
|
||
"title": "求产曲线",
|
||
"description": "引用\"DH_BAS_CURVE\"表的主键,生成图,指地面求产的产量、油嘴、油压曲线"
|
||
},
|
||
"recoyMethId": {
|
||
"type": "string",
|
||
"title": "求产方法ID",
|
||
"description": "属性规范值字段,引用属性代码RECOY_METH下的属性值"
|
||
},
|
||
"testDailyId": {
|
||
"type": "string",
|
||
"title": "试油试采日报ID",
|
||
"description": "主键ID"
|
||
},
|
||
"wateCurveId": {
|
||
"type": "string",
|
||
"title": "水性曲线",
|
||
"description": "引用\"DH_BAS_CURVE\"表的主键,生成图,指PH值、密度、氯根等指标变化曲线"
|
||
},
|
||
"addProdWater": {
|
||
"type": "number",
|
||
"title": "累产水",
|
||
"description": "填写该层试油的累计产水量(未扣除或未排尽井筒容积须加说明)"
|
||
},
|
||
"createUserId": {
|
||
"type": "string",
|
||
"title": "创建用户",
|
||
"description": "记录数据在本系统的创建用户"
|
||
},
|
||
"dailyProdGas": {
|
||
"type": "number",
|
||
"title": "日产气",
|
||
"description": "多个工作制度时,选择一个具有代表性的值填写,指折算日产量"
|
||
},
|
||
"dailyProdOil": {
|
||
"type": "number",
|
||
"title": "日产油",
|
||
"description": "多个工作制度时,选择一个具有代表性的值填写,指折算日产量"
|
||
},
|
||
"testProdTime": {
|
||
"type": "date",
|
||
"title": "求产时间",
|
||
"description": "填写当日实际排液求产时间"
|
||
},
|
||
"updateUserId": {
|
||
"type": "string",
|
||
"title": "更新用户",
|
||
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
|
||
},
|
||
"addProdLiquid": {
|
||
"type": "number",
|
||
"title": "累产液",
|
||
"description": "填写该层试油的累计产液量(未扣除或未排尽井筒容积须加说明)"
|
||
},
|
||
"formationName": {
|
||
"type": "string",
|
||
"title": "层位",
|
||
"description": "填写试油试采井段对应的层位"
|
||
},
|
||
"lithologyDesc": {
|
||
"type": "string",
|
||
"title": "岩性描述",
|
||
"description": "填写岩性描述"
|
||
},
|
||
"workingSystem": {
|
||
"type": "string",
|
||
"title": "工作制度",
|
||
"description": "填写与求产方法对应的工作制度如:自喷井填写油嘴直径(mm),孔板直径(mm),针阀开度(圈),畅喷填写套管直径(mm)或油管直径(mm),抽汲提捞的次数、深度、液面深,测液面填写测液面深度及其变化值(m)等"
|
||
},
|
||
"dailyProdWater": {
|
||
"type": "number",
|
||
"title": "日产水",
|
||
"description": "多个工作制度时,选择一个具有代表性的值填写,指折算日产量"
|
||
},
|
||
"wellCommonName": {
|
||
"type": "string",
|
||
"title": "井名",
|
||
"description": "井名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellCommonName"
|
||
}
|
||
]
|
||
},
|
||
"casingPresRange": {
|
||
"type": "string",
|
||
"title": "套压",
|
||
"description": "填写套压变化情况,区间值"
|
||
},
|
||
"chlorideIonCont": {
|
||
"type": "number",
|
||
"title": "氯离子含量",
|
||
"description": "填写氯离子含量"
|
||
},
|
||
"dailyProdLiquid": {
|
||
"type": "number",
|
||
"title": "日产液",
|
||
"description": "多个工作制度时,选择一个具有代表性的值填写,指当日产出无法辨认出油水的折算日产量"
|
||
},
|
||
"logInterpResult": {
|
||
"type": "string",
|
||
"title": "测井解释结果",
|
||
"description": "填写测井解释结果"
|
||
},
|
||
"logInterpZoneNo": {
|
||
"type": "string",
|
||
"title": "测井解释层号",
|
||
"description": "填写测井解释层号,并用逗号分隔,如:1,3,5,3-6等"
|
||
},
|
||
"sourceCreateDate": {
|
||
"type": "date",
|
||
"title": "源头数据采集时间",
|
||
"description": "记录源头系统采集数据的时间"
|
||
},
|
||
"compWaterContRate": {
|
||
"type": "number",
|
||
"title": "综合含水",
|
||
"description": "填写用稳定的日产量计算含水率综合含水=(日产水体积/日产液体积)×100"
|
||
},
|
||
"constrDescription": {
|
||
"type": "string",
|
||
"title": "施工简述",
|
||
"description": "填写施工全过程"
|
||
},
|
||
"crudeOilWataerPct": {
|
||
"type": "number",
|
||
"title": "原油含水",
|
||
"description": "填写原油含水量"
|
||
},
|
||
"bicarbonateIonCont": {
|
||
"type": "number",
|
||
"title": "重碳酸根离子含量",
|
||
"description": "填写重碳酸根离子含量"
|
||
},
|
||
"wellboreCommonName": {
|
||
"type": "string",
|
||
"title": "井筒名",
|
||
"description": "井筒名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
|
||
}
|
||
]
|
||
},
|
||
"shootingTotalThickness": {
|
||
"type": "number",
|
||
"title": "射孔总厚度",
|
||
"description": "射孔完成填写射孔厚度;裸眼填写裸眼段长度;筛管完成填写筛管井段厚度"
|
||
}
|
||
}
|
||
} |