MCPcopy Create free account
hub / github.com/Krishna18062005/Hospital_Management_System_Java / setPatientId

Method setPatientId

Appointment.java:28–30  ·  view source on GitHub ↗
(int patientId)

Source from the content-addressed store, hash-verified

26 }
27
28 public void setPatientId(int patientId) {
29 this.patientId = patientId;
30 }
31
32 public int getDoctorId() {
33 return doctorId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected