C# Class PatientPending.Core.PatientAdded

Inheritance: Event
Afficher le fichier Open project: PaulUpson/PatientPending Class Usage Examples

Méthodes publiques

Свойство Type Description
FirstName string
NhsNumber NHSNumber
PatientId System.Guid
Surname string
Title Title

Méthodes publiques

Méthode Description
PatientAdded ( int userId, System.Guid patientId, string firstname, string surname, Title title, NHSNumber nhsNumber ) : System

Method Details

PatientAdded() public méthode

public PatientAdded ( int userId, System.Guid patientId, string firstname, string surname, Title title, NHSNumber nhsNumber ) : System
userId int
patientId System.Guid
firstname string
surname string
title Title
nhsNumber NHSNumber
Résultat System

Property Details

FirstName public_oe property

public string FirstName
Résultat string

NhsNumber public_oe property

public NHSNumber,PatientPending.Core NhsNumber
Résultat NHSNumber

PatientId public_oe property

public Guid,System PatientId
Résultat System.Guid

Surname public_oe property

public string Surname
Résultat string

Title public_oe property

public Title Title
Résultat Title