Skip to content

milvue/go-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Go Client for Milvue API v3

This package allows to POST studies and GET results to/from Milvue API (https://milvue.com)

It implements STOW and WADO protocols from the DICOMweb Standard, https://www.dicomstandard.org/using/dicomweb

In addition, the following structs (generated with https://github.com/deepmap/oapi-codegen) describe JSON responses for non-DICOMweb routes:

  • GetStatusResponseV3: schema for v3/studies/{study_instance_uid}/status, the current prediction status
  • GetSmarturgencesResponseV3: schema for v3/smarturgences/{study_instance_uid}, Smarturgences results
  • GetSmartxpertResponseV3: schema for v3/smartxpert/{study_instance_uid}, Smartxpert results

Please write to [email protected] for more information on Milvue integration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages