| Procedimento | R Documentation |
Represents the "Procedimento" structure in SEI (process definition).
Procedimento(
IdTipoProcedimento,
NumeroProtocolo = NULL,
DataAutuacao = NULL,
Especificacao = NULL,
Assuntos = list(),
Interessados = list(),
Observacao = NULL,
NivelAcesso = NULL,
IdHipoteseLegal = NULL
)
IdTipoProcedimento |
Character. ID of the process type. |
NumeroProtocolo |
Character. Process number (optional). |
DataAutuacao |
Character. Process creation date (optional). |
Especificacao |
Character. Process specification (optional). |
Assuntos |
A list of |
Interessados |
A list of |
Observacao |
Character. Unit observation (optional). |
NivelAcesso |
"0"=public, "1"=restricted, "2"=secret, or NULL. |
IdHipoteseLegal |
Character. If restricted/secret, link to a legal hypothesis. |
An S3 object of class "Procedimento".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.