Optikode.Interoperability.Common.Dto 1.0.0.49

dotnet add package Optikode.Interoperability.Common.Dto --version 1.0.0.49
                    
NuGet\Install-Package Optikode.Interoperability.Common.Dto -Version 1.0.0.49
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Optikode.Interoperability.Common.Dto" Version="1.0.0.49" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Optikode.Interoperability.Common.Dto" Version="1.0.0.49" />
                    
Directory.Packages.props
<PackageReference Include="Optikode.Interoperability.Common.Dto" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Optikode.Interoperability.Common.Dto --version 1.0.0.49
                    
#r "nuget: Optikode.Interoperability.Common.Dto, 1.0.0.49"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Optikode.Interoperability.Common.Dto@1.0.0.49
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Optikode.Interoperability.Common.Dto&version=1.0.0.49
                    
Install as a Cake Addin
#tool nuget:?package=Optikode.Interoperability.Common.Dto&version=1.0.0.49
                    
Install as a Cake Tool

Optikode.Interoperability.Common.Dto

The Optikode.Interoperability.Common.Dto package provides the shared data contracts, request/response models, and interfaces used by the interoperability SDK and other services.

It ensures consistency across client and server implementations by defining standardized contracts that are reusable across different systems.

Installation

Install via NuGet: dotnet add package Optikode.Interoperability.Common.Dto

Dependencies

This package has no external dependencies other than the .NET runtime. It is often used together with:

Optikode.Interoperability.Engine.Sdk The SDK layer that consumes these DTOs and provides integration logic.

Package Structure

Interfaces Standard interfaces that define interoperability contracts.

Request Models Objects that represent inputs for SDK/service calls (e.g., GetMedicationSearchRequest).

Response Models Objects that represent outputs from SDK/service calls (e.g., GetMedicationSearchResponse).

Shared DTOs Common data transfer objects used across multiple services and clients.

When to Use Use Optikode.Interoperability.Common.Dto when:

You need consistent request/response models across services.

You are consuming Optikode.Interoperability.Engine.Sdk (this package is a required dependency).

You want to avoid duplicating contracts between different microservices or clients.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Optikode.Interoperability.Common.Dto:

Package Downloads
Optikode.Interoperability.Engine.Sdk

SDK for client-side integration with interoperability services.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0.49 136 2/25/2026
1.0.0.48 136 2/16/2026
1.0.0.47 124 2/13/2026
1.0.0.46 131 2/4/2026
1.0.0.45 137 1/30/2026
1.0.0.44 136 1/28/2026
1.0.0.43 116 1/28/2026
1.0.0.42 121 1/28/2026
1.0.0.41 127 1/28/2026
1.0.0.40 119 1/27/2026
1.0.0.39 495 1/27/2026
1.0.0.38 142 1/22/2026
1.0.0.37 124 1/22/2026
1.0.0.36 133 1/17/2026
1.0.0.35 126 1/15/2026
1.0.0.34 139 1/13/2026
1.0.0.33 137 1/9/2026
1.0.0.32 131 1/9/2026
1.0.0.31 130 1/7/2026
1.0.0.30 123 1/7/2026
Loading failed

Initial release of Optikode.Interoperability.Common.Dto