Skip to content

Instantly share code, notes, and snippets.

View MamboBryan's full-sized avatar
😊
Ubuntu

MamboBryan MamboBryan

😊
Ubuntu
View GitHub Profile
public class PatientsSeenViewModel extends ViewModel {
private static final String TAG = "PatientsSeenViewModel";
private FiltersRepository filtersRepository;
private PatientSeenRepository patientSeenRepository;
private String mApiUrl;
private String mAuthToken;
public class PatientSeenSummaryFragment extends Fragment {
private static final String TAG = "PatientSeenSummaryFragm";
private String apiBaseUrl;
private String authToken;
private ConstraintLayout content;
private ConstraintLayout loading;
private CardView cashPatientsCardView;
private CardView insurancePatientsCardView;
private TextView cashPatientsSummary;