0% found this document useful (0 votes)
339 views1 page

Pasien Pendaftaran: C Lass Diagram Klinik

The class diagram shows the classes and relationships for a clinic management system. The key classes are AdminKlinik, Pasien, Laporan, and Pembayaran. AdminKlinik can input data, add, cancel, log out, print, save, and update data. Pasien can add, delete, update, and view patient data. Laporan generates reports. Pembayaran handles payments by patients.

Uploaded by

putu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
339 views1 page

Pasien Pendaftaran: C Lass Diagram Klinik

The class diagram shows the classes and relationships for a clinic management system. The key classes are AdminKlinik, Pasien, Laporan, and Pembayaran. AdminKlinik can input data, add, cancel, log out, print, save, and update data. Pasien can add, delete, update, and view patient data. Laporan generates reports. Pembayaran handles payments by patients.

Uploaded by

putu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

C lass Diagram Klinik

Pendaftaran
1 1 Pasien
- alam at: int
- id_pasien: int Admin Klinik - agam a: char
- jenis_kelam in: int - alam at: char
- nam a_pasien: int - B agian: int - id_pasien: int
- nm r_telp: int - P assword: int - jenis_kelam in: int
- tgl: int 1 - U sername: int - nam a_lengkap: int
- tg llahir: int 1 - nam a_panggilan: char
+ Input data(): int
- status_pernikahan: boolean
+ add(): int - tanggal_lahir: int
+ C encel(): int
+ log out(): int + A dd(): int
+ P rint(): int + D elete(): int
+ S ave(): int + U pdate(): int
+ U pdate data(): int + V iew (): int

Laporan P em b ayaran

- T gl_akhir: int - alam at: int


- T gl_aw al: int - bayar: int
- id_pasien: int
+ P rint(): int - nam a_pasien: int
- nm rantrian: int
- tgl: int

+ add(): int
+ cencel(): int
+ logout(): int
+ print(): int
+ save(): int
+ update data(): int

You might also like