HDIS-医匠血液透析-OpenApi
    • 报告推送
      • 推送检验报告
        POST
      • 推送检查报告
        POST
    • 字典与对账
      • 拉取标准项字典
        GET
      • 日对账
        GET
    • 联调
      • 联调自检
        GET
    • 数据模型
      • LabReportsRequest
      • ExamReportsRequest
      • Patient
      • LabReport
      • LabItem
      • ExamReport
      • ExamItem
      • ResultBase
      • IngestBatchResult
      • IngestBatch
      • IngestResult
      • DictResult
      • ReconcileResult
      • PingResult

    IngestBatch

    {
        "total": 0,
        "accepted": 0,
        "rejected": 0,
        "results": [
            {
                "externalId": "string",
                "status": "CREATED",
                "matched": true,
                "patientRef": "string",
                "itemsMapped": 0,
                "itemsUnmapped": 0,
                "pendingReason": "string",
                "error": "string"
            }
        ]
    }
    Built with