1. Raiz
PluginDicom
  • Raiz
    • Echo
      • Echo
      • Echo Dicom
    • Users
      • GET LIST
      • Register
      • Update
      • Delete
    • Login
      • Login inválido
      • Login válido
    • DICOM Configurations
      • Salvar config HIS
      • Salvar config avançada
      • Salvar config PACS
      • List ALL
    • Audit
      • Criar log
      • audit_metrics
      • Buscar logs
      • Buscar logs paginado
      • Buscar logs sem autenticação
      • Buscar logs usando filtro de data
      • Buscar logs usando filtro de status
      • Buscar logs usando ordenação
    • Logs
      • Buscar logs paginado
      • Buscar logs como admin
      • Buscar logs como user
      • Buscar logs sem autenticação
    • Recovery Password
      • First Access
      • Reset Password send email
      • valid code generate token for new pass
      • New pass send with com token
    • Dicom tags
      • Post Tags
        • Criar TAG válida
        • Tag Cod Invalid
        • Invalid Sem Campos Obrigatorios
        • Restaurar Tags
      • Get Tags
        • Tags por parâmetro
        • Buscar todas as Tags
      • Put Tags
        • Atualizar múltiplas Tags
        • Atualizar Tag única
    • HIS
      • Buscar worklist
      • Buscar worklist com filtro de data
      • Buscar todos os itens de worklist
    • Study
      • Pacs import
        • Iniciar importação
        • Consultar importações
        • buscar imagem em job criado
      • Get Study by study instance uid
      • Send Images to Pacs
      • Send Pdf to Pacs
      • Get study from pacs
    • webhooks
      • Create
      • Listar
      • teste
      • deletar
      • Update Webhook
    • Study Metrics
      • Get By Month
      • Get By Date Month
      • Get By Week
    • Health
      • Check health
    • Api Tokens
      • GET
        • listar todos os tokens
        • filtrar por nome
      • PUT
        • Atualizar api token
      • PATCH
        • Revoke
        • Renew
      • POST
        • Criar Token
    • Register
      • Registro por número de série
  • Esquemas
    • Users
      • User Register
      • Update
      • GET User Entity
    • TbApiToken
    • TbAudit
    • TbDicomConfigs
    • TbDicomTags
    • TbLogs
    • TbPermission
    • TbResetcodes
    • TbStudyProcessed
    • TbUsers
    • TbWebhooks
  1. Raiz

DICOM Configurations

Rotas para configuração das conexões DICOM.

Métodos#

GET
POST
PUT

Necessário autenticação via role admin.

Explicações de status code de retorno#

POST
StatusDescrição
500Internal server error
409Conflict
401Unauthorized
400Bad request
201DICOM configuration created successfully
GET ALL
StatusDescrição
500Internal server error
404Not found
401Unauthorized
400Bad request
200DICOM configurations listed successfully
PUT
StatusDescrição
500Internal server error
404Not found
401Unauthorized
400Bad request
200DICOM configuration updated successfully

Parâmetros e body#

POST - Não recebe parâmetros
//body
{
    "aetitle": "PACS_ZSCAN",
    "host": "localhost",
    "port": 104,
    "type": "HIS_RIS",
    "timeoutSeconds": "1000",
    "retryAttempts": "5",
    "compressionEnabled": true
}

GET ALL - Não recebe parâmentros (Lista todas as conexões cadastradas)
//Não possui body.

PUT - Parâmentro id da configuração.
//Pode receber todos os parâmentro do register 
//Body
{
    "aetitle": "PACS_ZSCAN",
    "host": "localhost",
    "port": 104,
    "type": "HIS_RIS",
    "timeoutSeconds": "1000",
    "retryAttempts": "5",
    "compressionEnabled": true
}
exemplo de alteração somente do aetitle e host
{
    "aetitle": "PACS_ZSCAN",
    "host": "localhost",
}
Modificado em 2026-01-27 14:17:31
Página anterior
Login válido
Próxima página
Salvar config HIS
Built with