Property | Type | Description | |
---|---|---|---|
Fabricante | String | ||
Id | int | ||
NomeEquipamento | String | ||
NumeroSerie | String | ||
Status | String |
Method | Description | |
---|---|---|
EquipamentoClinicaDTO ( String nome, String status, int id, String fabricante, String nSerie ) : System |
public EquipamentoClinicaDTO ( String nome, String status, int id, String fabricante, String nSerie ) : System | ||
nome | String | |
status | String | |
id | int | |
fabricante | String | |
nSerie | String | |
return | System |