Subversion Repository Public Repository

Satyam

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.bestray.healthcareemr.Views;

import com.bestray.healthcarecommonutil.util.CurvedGradientPanel;
import java.awt.Color;

// TODO: Auto-generated Javadoc
/**
 * The Class ClinicalSetupPanel.
 *
 * @author user3
 */
public class ClinicalSetupPanel extends CurvedGradientPanel {

    /**
     * Creates new form ClinicalSetupPanel.
     */
   
    public ClinicalSetupPanel() {
        initComponents();
    }

    /**
     * This method is called from within the constructor to initialize the form.
     * WARNING: Do NOT modify this code. The content of this method is always
     * regenerated by the Form Editor.
     */
    @SuppressWarnings("unchecked")
    // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
    private void initComponents() {

        diagnosis_label = new javax.swing.JLabel();
        clinicalsetup_displaypanel = new javax.swing.JPanel();
        immunization_label = new javax.swing.JLabel();
        medication_label = new javax.swing.JLabel();
        procedure_label = new javax.swing.JLabel();
        allergies_label = new javax.swing.JLabel();
        symptoms_label = new javax.swing.JLabel();
        component_label = new javax.swing.JLabel();

        setBackground(new java.awt.Color(253, 251, 251));

        diagnosis_label.setFont(new java.awt.Font("SansSerif", 1, 12)); // NOI18N
        diagnosis_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/diagnosis-icon64X64.png"))); // NOI18N
        diagnosis_label.setText("Diagnosis Master");
        diagnosis_label.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR));
        diagnosis_label.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
        diagnosis_label.setVerticalTextPosition(javax.swing.SwingConstants.BOTTOM);
        diagnosis_label.addMouseListener(new java.awt.event.MouseAdapter() {
            public void mouseClicked(java.awt.event.MouseEvent evt) {
                diagnosis_labelMouseClicked(evt);
            }
            public void mousePressed(java.awt.event.MouseEvent evt) {
                diagnosis_labelMousePressed(evt);
            }
            public void mouseReleased(java.awt.event.MouseEvent evt) {
                diagnosis_labelMouseReleased(evt);
            }
        });

        clinicalsetup_displaypanel.setOpaque(false);
        clinicalsetup_displaypanel.setLayout(new java.awt.BorderLayout());

        immunization_label.setFont(new java.awt.Font("SansSerif", 1, 12)); // NOI18N
        immunization_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/icon_immunization.png"))); // NOI18N
        immunization_label.setText("Immunization Master");
        immunization_label.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR));
        immunization_label.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
        immunization_label.setVerticalTextPosition(javax.swing.SwingConstants.BOTTOM);
        immunization_label.addMouseListener(new java.awt.event.MouseAdapter() {
            public void mouseClicked(java.awt.event.MouseEvent evt) {
                immunization_labelMouseClicked(evt);
            }
            public void mousePressed(java.awt.event.MouseEvent evt) {
                immunization_labelMousePressed(evt);
            }
            public void mouseReleased(java.awt.event.MouseEvent evt) {
                immunization_labelMouseReleased(evt);
            }
        });

        medication_label.setFont(new java.awt.Font("SansSerif", 1, 12)); // NOI18N
        medication_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/medication64x64.png"))); // NOI18N
        medication_label.setText("Medication Master");
        medication_label.setToolTipText("");
        medication_label.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR));
        medication_label.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
        medication_label.setVerticalTextPosition(javax.swing.SwingConstants.BOTTOM);
        medication_label.addMouseListener(new java.awt.event.MouseAdapter() {
            public void mouseClicked(java.awt.event.MouseEvent evt) {
                medication_labelMouseClicked(evt);
            }
            public void mousePressed(java.awt.event.MouseEvent evt) {
                medication_labelMousePressed(evt);
            }
            public void mouseReleased(java.awt.event.MouseEvent evt) {
                medication_labelMouseReleased(evt);
            }
        });

        procedure_label.setFont(new java.awt.Font("SansSerif", 1, 12)); // NOI18N
        procedure_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/proceduremaster copy.png"))); // NOI18N
        procedure_label.setText("Procedure Master");
        procedure_label.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR));
        procedure_label.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
        procedure_label.setVerticalTextPosition(javax.swing.SwingConstants.BOTTOM);
        procedure_label.addMouseListener(new java.awt.event.MouseAdapter() {
            public void mouseClicked(java.awt.event.MouseEvent evt) {
                procedure_labelMouseClicked(evt);
            }
            public void mousePressed(java.awt.event.MouseEvent evt) {
                procedure_labelMousePressed(evt);
            }
            public void mouseReleased(java.awt.event.MouseEvent evt) {
                procedure_labelMouseReleased(evt);
            }
        });

        allergies_label.setFont(new java.awt.Font("SansSerif", 1, 12)); // NOI18N
        allergies_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/allergytrans.png"))); // NOI18N
        allergies_label.setText("Allergies Master");
        allergies_label.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR));
        allergies_label.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
        allergies_label.setVerticalTextPosition(javax.swing.SwingConstants.BOTTOM);
        allergies_label.addMouseListener(new java.awt.event.MouseAdapter() {
            public void mouseClicked(java.awt.event.MouseEvent evt) {
                allergies_labelMouseClicked(evt);
            }
            public void mousePressed(java.awt.event.MouseEvent evt) {
                allergies_labelMousePressed(evt);
            }
            public void mouseReleased(java.awt.event.MouseEvent evt) {
                allergies_labelMouseReleased(evt);
            }
        });

        symptoms_label.setFont(new java.awt.Font("SansSerif", 1, 12)); // NOI18N
        symptoms_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/red-cross-icon.png"))); // NOI18N
        symptoms_label.setText("Symptoms Master");
        symptoms_label.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR));
        symptoms_label.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
        symptoms_label.setVerticalTextPosition(javax.swing.SwingConstants.BOTTOM);
        symptoms_label.addMouseListener(new java.awt.event.MouseAdapter() {
            public void mouseClicked(java.awt.event.MouseEvent evt) {
                symptoms_labelMouseClicked(evt);
            }
            public void mousePressed(java.awt.event.MouseEvent evt) {
                symptoms_labelMousePressed(evt);
            }
            public void mouseReleased(java.awt.event.MouseEvent evt) {
                symptoms_labelMouseReleased(evt);
            }
        });

        component_label.setFont(new java.awt.Font("SansSerif", 1, 12)); // NOI18N
        component_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/component64X64.png"))); // NOI18N
        component_label.setText("Component Master");
        component_label.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR));
        component_label.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
        component_label.setVerticalTextPosition(javax.swing.SwingConstants.BOTTOM);
        component_label.addMouseListener(new java.awt.event.MouseAdapter() {
            public void mouseClicked(java.awt.event.MouseEvent evt) {
                component_labelMouseClicked(evt);
            }
            public void mousePressed(java.awt.event.MouseEvent evt) {
                component_labelMousePressed(evt);
            }
            public void mouseReleased(java.awt.event.MouseEvent evt) {
                component_labelMouseReleased(evt);
            }
        });

        javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);
        this.setLayout(layout);
        layout.setHorizontalGroup(
            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
            .addGroup(layout.createSequentialGroup()
                .addContainerGap()
                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                    .addGroup(layout.createSequentialGroup()
                        .addComponent(diagnosis_label)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
                        .addComponent(immunization_label)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
                        .addComponent(medication_label)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
                        .addComponent(procedure_label)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(component_label)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(allergies_label)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
                        .addComponent(symptoms_label)
                        .addGap(0, 156, Short.MAX_VALUE))
                    .addComponent(clinicalsetup_displaypanel, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
                .addContainerGap())
        );
        layout.setVerticalGroup(
            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
            .addGroup(layout.createSequentialGroup()
                .addContainerGap()
                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                    .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING, false)
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                            .addComponent(diagnosis_label)
                            .addComponent(immunization_label))
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                            .addComponent(medication_label, javax.swing.GroupLayout.Alignment.TRAILING)
                            .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                                .addComponent(procedure_label)
                                .addComponent(allergies_label)
                                .addComponent(symptoms_label))))
                    .addComponent(component_label))
                .addGap(22, 22, 22)
                .addComponent(clinicalsetup_displaypanel, javax.swing.GroupLayout.DEFAULT_SIZE, 387, Short.MAX_VALUE)
                .addContainerGap())
        );
    }// </editor-fold>//GEN-END:initComponents

    /**
     * Diagnosis_label mouse pressed.
     *
     * @param evt the evt
     */
    private void diagnosis_labelMousePressed(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_diagnosis_labelMousePressed
        diagnosis_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/diagnosis-icon64X64 - Clicked.png")));
        diagnosis_label.setForeground(Color.BLUE);
    }//GEN-LAST:event_diagnosis_labelMousePressed

    /**
     * Diagnosis_label mouse released.
     *
     * @param evt the evt
     */
    private void diagnosis_labelMouseReleased(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_diagnosis_labelMouseReleased
        diagnosis_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/diagnosis-icon64X64.png")));
        diagnosis_label.setForeground(Color.BLACK);
    }//GEN-LAST:event_diagnosis_labelMouseReleased

    /**
     * Diagnosis_label mouse clicked.
     *
     * @param evt the evt
     */
    private void diagnosis_labelMouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_diagnosis_labelMouseClicked
        clinicalsetup_displaypanel.removeAll();
        clinicalsetup_displaypanel.updateUI();
        clinicalsetup_displaypanel.setBackground(Color.WHITE);
        clinicalsetup_displaypanel.add(new DiagnosisPanel(),java.awt.BorderLayout.CENTER);
        clinicalsetup_displaypanel.setVisible(true);
    }//GEN-LAST:event_diagnosis_labelMouseClicked

    /**
     * Immunization_label mouse pressed.
     *
     * @param evt the evt
     */
    private void immunization_labelMousePressed(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_immunization_labelMousePressed
        immunization_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/icon_immunization - Click.png")));
        immunization_label.setForeground(Color.BLUE);
    }//GEN-LAST:event_immunization_labelMousePressed

    /**
     * Immunization_label mouse released.
     *
     * @param evt the evt
     */
    private void immunization_labelMouseReleased(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_immunization_labelMouseReleased
        immunization_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/icon_immunization.png")));
        immunization_label.setForeground(Color.BLACK);
    }//GEN-LAST:event_immunization_labelMouseReleased

    /**
     * Immunization_label mouse clicked.
     *
     * @param evt the evt
     */
    private void immunization_labelMouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_immunization_labelMouseClicked
        clinicalsetup_displaypanel.removeAll();
        clinicalsetup_displaypanel.updateUI();
        clinicalsetup_displaypanel.setBackground(Color.WHITE);
        clinicalsetup_displaypanel.add(new ImmunizationPanel(),java.awt.BorderLayout.CENTER);
        clinicalsetup_displaypanel.setVisible(true);
    }//GEN-LAST:event_immunization_labelMouseClicked

    /**
     * Medication_label mouse pressed.
     *
     * @param evt the evt
     */
    private void medication_labelMousePressed(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_medication_labelMousePressed
        medication_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/medication-clicked64X64.png")));
        medication_label.setForeground(Color.BLUE);
    }//GEN-LAST:event_medication_labelMousePressed

    /**
     * Medication_label mouse released.
     *
     * @param evt the evt
     */
    private void medication_labelMouseReleased(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_medication_labelMouseReleased
        medication_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/medication64x64.png")));
        medication_label.setForeground(Color.BLACK);
    }//GEN-LAST:event_medication_labelMouseReleased

    /**
     * Procedure_label mouse pressed.
     *
     * @param evt the evt
     */
    private void procedure_labelMousePressed(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_procedure_labelMousePressed
        procedure_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/proceduremaster copy.png"))); 
        procedure_label.setForeground(Color.BLUE);
    }//GEN-LAST:event_procedure_labelMousePressed

    /**
     * Procedure_label mouse released.
     *
     * @param evt the evt
     */
    private void procedure_labelMouseReleased(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_procedure_labelMouseReleased
        procedure_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/proceduremaster copy.png")));
        procedure_label.setForeground(Color.BLACK);
    }//GEN-LAST:event_procedure_labelMouseReleased

    /**
     * Allergies_label mouse pressed.
     *
     * @param evt the evt
     */
    private void allergies_labelMousePressed(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_allergies_labelMousePressed
        allergies_label.setForeground(Color.BLUE);
    }//GEN-LAST:event_allergies_labelMousePressed

    /**
     * Allergies_label mouse released.
     *
     * @param evt the evt
     */
    private void allergies_labelMouseReleased(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_allergies_labelMouseReleased
        allergies_label.setForeground(Color.BLACK);
    }//GEN-LAST:event_allergies_labelMouseReleased

    /**
     * Symptoms_label mouse pressed.
     *
     * @param evt the evt
     */
    private void symptoms_labelMousePressed(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_symptoms_labelMousePressed
        symptoms_label.setForeground(Color.BLUE);
    }//GEN-LAST:event_symptoms_labelMousePressed

    /**
     * Symptoms_label mouse released.
     *
     * @param evt the evt
     */
    private void symptoms_labelMouseReleased(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_symptoms_labelMouseReleased
        symptoms_label.setForeground(Color.BLACK);
    }//GEN-LAST:event_symptoms_labelMouseReleased

    /**
     * Medication_label mouse clicked.
     *
     * @param evt the evt
     */
    private void medication_labelMouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_medication_labelMouseClicked
        clinicalsetup_displaypanel.removeAll();
        clinicalsetup_displaypanel.updateUI();
        clinicalsetup_displaypanel.setBackground(Color.WHITE);
        clinicalsetup_displaypanel.add(new MedicationPanel(),java.awt.BorderLayout.CENTER);
        clinicalsetup_displaypanel.setVisible(true);
    }//GEN-LAST:event_medication_labelMouseClicked

    /**
     * Procedure_label mouse clicked.
     *
     * @param evt the evt
     */
    private void procedure_labelMouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_procedure_labelMouseClicked
        clinicalsetup_displaypanel.removeAll();
        clinicalsetup_displaypanel.updateUI();
        clinicalsetup_displaypanel.setBackground(Color.WHITE);
        clinicalsetup_displaypanel.add(new ProcedurePanel(),java.awt.BorderLayout.CENTER);
        clinicalsetup_displaypanel.setVisible(true);
    }//GEN-LAST:event_procedure_labelMouseClicked

    /**
     * Allergies_label mouse clicked.
     *
     * @param evt the evt
     */
    private void allergies_labelMouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_allergies_labelMouseClicked
        clinicalsetup_displaypanel.removeAll();
        clinicalsetup_displaypanel.updateUI();
        clinicalsetup_displaypanel.setBackground(Color.WHITE);
        clinicalsetup_displaypanel.add(new AllergyPanel(),java.awt.BorderLayout.CENTER);
        clinicalsetup_displaypanel.setVisible(true);
    }//GEN-LAST:event_allergies_labelMouseClicked

    /**
     * Symptoms_label mouse clicked.
     *
     * @param evt the evt
     */
    private void symptoms_labelMouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_symptoms_labelMouseClicked
        clinicalsetup_displaypanel.removeAll();
        clinicalsetup_displaypanel.updateUI();
        clinicalsetup_displaypanel.setBackground(Color.WHITE);
        clinicalsetup_displaypanel.add(new SymptomPanel(),java.awt.BorderLayout.CENTER);
        clinicalsetup_displaypanel.setVisible(true);
    }//GEN-LAST:event_symptoms_labelMouseClicked

    /**
     * Component_label mouse clicked.
     *
     * @param evt the evt
     */
    private void component_labelMouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_component_labelMouseClicked
        clinicalsetup_displaypanel.removeAll();
        clinicalsetup_displaypanel.updateUI();
        clinicalsetup_displaypanel.setBackground(Color.WHITE);
        clinicalsetup_displaypanel.add(new ComponentMasterPanel(),java.awt.BorderLayout.CENTER);
        clinicalsetup_displaypanel.setVisible(true);
    }//GEN-LAST:event_component_labelMouseClicked

    /**
     * Component_label mouse pressed.
     *
     * @param evt the evt
     */
    private void component_labelMousePressed(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_component_labelMousePressed
        component_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/component pressed 64X64.png"))); 
        component_label.setForeground(Color.BLUE);
    }//GEN-LAST:event_component_labelMousePressed

    /**
     * Component_label mouse released.
     *
     * @param evt the evt
     */
    private void component_labelMouseReleased(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_component_labelMouseReleased
        component_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/component64X64.png"))); 
        component_label.setForeground(Color.BLACK);
    }//GEN-LAST:event_component_labelMouseReleased

    // Variables declaration - do not modify//GEN-BEGIN:variables
    private javax.swing.JLabel allergies_label;
    private javax.swing.JPanel clinicalsetup_displaypanel;
    private javax.swing.JLabel component_label;
    private javax.swing.JLabel diagnosis_label;
    private javax.swing.JLabel immunization_label;
    private javax.swing.JLabel medication_label;
    private javax.swing.JLabel procedure_label;
    private javax.swing.JLabel symptoms_label;
    // End of variables declaration//GEN-END:variables
}

Commits for Satyam/AuroCareEMR/src/main/java/com/bestray/healthcareemr/Views/ClinicalSetupPanel.java

Diff revisions: vs.
Revision Author Commited Message
1 girijabapi picture girijabapi Fri 20 Jul, 2018 05:59:17 +0000