C# Class PatientPending.Core.PatientAdded

Inheritance: Event
Exibir arquivo Open project: PaulUpson/PatientPending Class Usage Examples

Public Properties

Property Type Description
FirstName string
NhsNumber NHSNumber
PatientId System.Guid
Surname string
Title Title

Public Methods

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

Method Details

PatientAdded() public method

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
return System

Property Details

FirstName public_oe property

public string FirstName
return string

NhsNumber public_oe property

public NHSNumber,PatientPending.Core NhsNumber
return NHSNumber

PatientId public_oe property

public Guid,System PatientId
return System.Guid

Surname public_oe property

public string Surname
return string

Title public_oe property

public Title Title
return Title