
com.github.kyriosdata.cid10.servico.modelo.Grupo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cid-busca Show documentation
Show all versions of cid-busca Show documentation
Microserviço para acesso ao conteúdo da CID-10
The newest version!
package com.github.kyriosdata.cid10.servico.modelo;
/**
* Um grupo da CID-10. Um grupo reúne categorias, inclusive aquelas
* da CID-10 oncologia.
*/
public class Grupo {
public String ci;
public String cf;
public String descricao;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy