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

Method setGender

Patient.java:44–46  ·  view source on GitHub ↗
(String gender)

Source from the content-addressed store, hash-verified

42 }
43
44 public void setGender(String gender) {
45 this.gender = gender;
46 }
47}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected