Package | Description |
---|---|
integra | |
integra.enumeracoes |
Modifier and Type | Method and Description |
---|---|
void |
Profissional.CadastrarProfissional(java.lang.String codigoCNS,
java.lang.String codigoCPF,
java.lang.String nome,
java.lang.String codigoCNES,
java.lang.String codigoCBO,
java.lang.String codigoINEEquipe,
java.lang.String codigoTipoProfissional,
Sexo sexo)
Adicona os dados básicos do profissional de saúde e seu respectivo vínculo.
|
Modifier and Type | Method and Description |
---|---|
static Sexo |
Sexo.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Sexo[] |
Sexo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|