Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Krishna18062005/Hospital_Management_System_Java
/ getGender
Method
getGender
Patient.java:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
public
String getGender() {
41
return
gender;
42
}
43
44
public
void
setGender(String gender) {
45
this.gender = gender;
Callers
1
addPatient
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected