Bangladesh Nursing and Midwifery Council
Bangladesh Nursing and Midwifery Council (Bengali: বাংলাদেশ নার্সিং ও মিডওয়াইফারি কাউন্সিল) is a Bangladesh government regulatory agency under the Ministry of Health and Family Welfare responsible for nursing services and education.[1][2] Shuriya Begum is the head of the council.[3][4]
Formation | 1971 |
---|---|
Location |
|
Region served | Bangladesh |
Official language | Bengali |
Website | www |
History
Bangladesh Nursing and Midwifery Council traces it origins to East Pakistan Nursing Council, which was established in 1952 as an regulatory agency on nursing services and education. In 1971, following the Independence of Bangladesh, East Pakistan Nursing Council was renamed to Bangladesh Nursing and Midwifery Council.[5][6]
gollark: <@!330678593904443393> Serde is the de-facto Rust serialization library.
gollark: No, skynet as in my websocket messaging server for CC.
gollark: ```rustuse std::collections::HashMap;use serde_cbor::Value;use chrono;use std::collections::HashSet;use actix::prelude::*;#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}pub fn complete(raw: RawMsg) -> Msg { Msg { channel: raw.channel, meta: raw.meta, timestamp: chrono::Utc::now(), message: raw.message }}#[derive(Serialize, Deserialize, Debug)]#[serde(rename_all = "snake_case")]pub enum MessageFromClient { Open(Channel), Close(Channel), Message(RawMsg), Query}#[derive(Serialize)]#[serde(rename_all = "snake_case")]pub enum MessageToClient<'a> { Message(Msg), QueryResult { channels: &'a HashSet<Channel> }}```Skynet!
gollark: No, actually, HQ9+ is better.
gollark: And cratesio squatting.
References
- "Bangladesh Nursing and Midwifery Council to register nurses". Daily Sun. Retrieved 21 July 2019.
- "The Historical Development of the Midwifery Profession in Bangladesh". ecommons.aku.edu. Retrieved 21 July 2019.
- "বাংলাদেশ নার্সিং ও মিডওয়াইফারি কাউন্সিল". bnmc.gov.bd. Retrieved 21 July 2019.
- "Role of nurses, midwives most important in achieving SDGs". Dhaka Tribune. 5 May 2019. Retrieved 21 July 2019.
- "বাংলাদেশ নার্সিং ও মিডওয়াইফারি কাউন্সিল". bnmc.gov.bd. Retrieved 21 July 2019.
- Correspondent, Senior. "International Day of the Midwife celebrated in Bangladesh". bdnews24.com. Retrieved 21 July 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.