Dear Miss Doctor

Dear Miss Doctor (German: Geliebtes Fräulein Doktor) is a 1954 West German romantic comedy film directed by Hans H. König and starring Edith Mill, Hans Nielsen and Helmut Schmid.[1]

Dear Miss Doctor
Directed byHans H. König
Produced byRichard König
Written by
Starring
Music byWerner R. Heymann
CinematographyKurt Hasse
Edited byAdolf Schlyssleder
Production
company
König Film
Distributed byKopp-Filmverleih
Release date
2 December 1954
Running time
88 minutes
CountryWest Germany
LanguageGerman

It was shot at the Bavaria Studios in Munich. The film's sets were designed by the art directors Hertha Hareiter and Otto Pischinger.

Synopsis

The Students at a boarding school write a series of love letters between their attractive female teacher and one of the male sports teachers. This leads to confusion and embarrassment before the two realize that they are truly in love.

Cast

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.
gollark: I mean, unless you count the borrow checker being unable to properly distinguish between access to, I don't know, parts of a vector.

References

  1. Bock & Bergfelder p.198

Bibliography

  • Bock, Hans-Michael & Bergfelder, Tim. The Concise CineGraph. Encyclopedia of German Cinema. Berghahn Books, 2009.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.