Class Organization
- Namespace
- Skyware.Lis.EventsModel.Common
- Assembly
- Skyware.Lis.EventsModel.dll
Represents partner organization - Insurance fund, Clinic or medical practice
[JsonDerivedType(typeof(MedicalPractice))]
public class Organization
- Inheritance
-
Organization
- Derived
- Inherited Members
Properties
Id
Identifier in the LIS iLab
public int Id { get; set; }
Property Value
Name
Name of organization
public string Name { get; set; }