public class DeleteNoteRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
idNota |
private String |
patientCode |
| Constructor and Description |
|---|
DeleteNoteRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdNota() |
String |
getPatientCode() |
void |
setIdNota(String idNota) |
void |
setPatientCode(String patientCode) |