Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ public String getMasterDataForNurse(Integer visitCategoryID, Integer providerSer
break;
case 7: {
// 7 : General OPD (QC)
nurseMasterData = "No Master Data found for QuickConsultation";
// nurseMasterData = "No Master Data found for QuickConsultation";
nurseMasterData = ancMasterDataServiceImpl
.getCommonNurseMasterDataForGenopdAncNcdcarePnc(visitCategoryID, providerServiceMapID, gender);
}
break;
case (8): {
Expand Down
Loading