Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 10

fofgr&izi=

1- foKkiu la[;k %
&
2- fdl in ds fy, vkosnu fd;k %
& QksVks
3- vkosnd dk uke (fgUnh % Lo% vfHkizekf.kr
esa) &
(vaxzsth esa) %
&
4- Email ID %
&
5- vH;FkhZ ds ekrk@ %
firk@ ifr ;k iRuh dk uke &
6- tUe frfFk %
&
7- mez %
(fnukad 01-10-2021 &
dks)
8- fyax (iq:’k @efgyk) %
&
9- ;ksX;rk %
&
10 orZeku irk %
- &
11 LFkk;h irk %
- &
12 fu;qfDr dh frfFk %
- (led{k in ij) &
13 fdl in ls lsokfuo`r gq, %
- Fks] mldk &
inuke@dk;kZy; dk
uke@lsokfuo`fr dh
frfFk
14 fofHkUu foHkkxksa esa % S.No. Name of Post Period Field of Years of
- dk;kZuqHko dh vof/k & Departmen held Experience Experience
t
15 ih-ih-vks- la[;k %
- (ih0ih0vks0 dk &
vfHkizekf.kr Nk;k izfr
layXu djsa)

16 vH;FkhZ ds %&
- fo:) dksbZ
vkijkf/kd
okn@fuxjkuh
okn@
foHkkxh;
dk;Zokgh
yfEcr gS ;k
ughaA iw.kZ
fooj.k (“kiFk
i= ds lkFk)
vafdr fd;k tk;A
17 Hkk’kk %& “kkWVZgSaM xfr Vad.k xfr dEI;wVj ij
- (vaxzsth) (izfr feuV) (izfr feuV)

18 layXu %& 1-
nLrkostksa dh 2-
lwph 3-
4-

eSa ?kks’k.kk djrk@djrh gwWa mij vafdr lHkh lwpuk,Wa lgh


gSSA ;fn esjs }kjk fdlh izdkj dh xyr lwpuk nh tkrh gS rks esjs fo:) fu;kstu
izkf/kdkj dkuwuh dkjZokbZ djus ds fy, l{ke gSA

vkosnd dk gLrk{kj
ih-ih-vks- la[;k&
LFkku%&
frfFk%&
package inner.named;

import java.awt.Container;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;

import javax.swing.JButton;
import javax.swing.JFrame;

//import inner.MyGui;
//import inner.MyListener;
//GUI class
public class MyInnerGui extends JFrame{

public static void main(String[] args) {


//instantiate the GUI
MyInnerGui myGui = new MyInnerGui("My Inner Gui");
}

public MyInnerGui(String title){


super(title);

//instantiate GUI component


button = new JButton("Click Inner");

//obtain content pane and add component to container


Container c = getContentPane();
c.add(button);

//create event listener object


MyListener myListener = new MyListener();

//register event listener object


button.addActionListener(myListener);

//display frame
setSize(400, 200);
setVisible(true);
}
//class fields
private JButton button;
}
package inner.named;

import java.awt.Container;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;

import javax.swing.JButton;
import javax.swing.JFrame;

//import inner.MyGui;
//import inner.MyListener;
//GUI class
public class MyInnerGui extends JFrame{

public static void main(String[] args) {


//instantiate the GUI
MyInnerGui myGui = new MyInnerGui("My Inner Gui");
}

public MyInnerGui(String title){


super(title);

//instantiate GUI component


button = new JButton("Click Inner");

//obtain content pane and add component to container


Container c = getContentPane();
c.add(button);

//create event listener object


MyListener myListener = new MyListener();

//register event listener object


button.addActionListener(myListener);

//display frame
setSize(400, 200);
setVisible(true);
}
//class fields
private JButton button;
}

#####
Dear : MR. MD EHTESHAMUL HAQUE, Your
appointment on 10-MAR-2022 for PROCEDURE
Department is booked and appointment id is
2021122302433. Do not visit AIIMS OPD IF YOU
HAVE SYMPTOMS OF FEVER, COUGH AND
SHORTNESS OF BREATH. Your reporting time is
8.00 AM and your queue number is N2 .Patients
visiting AIIMS OPD will be screened for COVID
symptoms as per hospital policy. You may also be
contacted 24-48 hours in advance by AIIMS for pre-
screening. You are requested to show your
appointment message on your mobile or carry its
printout for verification and entry at the gate. Please
ensure that you are accompanied by not more than
one attendant. Please wear a mask when you come to
the hospital.AIIMS,New Delhi
Dear : MR. MD EHTESHAMUL HAQUE, Your
appointment on 10-MAR-2022 for PROCEDURE
Department is booked and appointment id is
2021122302512. Do not visit AIIMS OPD IF YOU
HAVE SYMPTOMS OF FEVER, COUGH AND
SHORTNESS OF BREATH. Your reporting time is
8.00 AM and your queue number is F4 .Patients
visiting AIIMS OPD will be screened for COVID
symptoms as per hospital policy. You may also be
contacted 24-48 hours in advance by AIIMS for pre-
screening. You are requested to show your
appointment message on your mobile or carry its
printout for verification and entry at the gate. Please
ensure that you are accompanied by not more than one
attendant. Please wear a mask when you come to the
hospital.AIIMS,New Delhi

You might also like