OpenEHR.RM.DataTypes
1.1.1
The owner has unlisted this package.
This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package OpenEHR.RM.DataTypes --version 1.1.1
NuGet\Install-Package OpenEHR.RM.DataTypes -Version 1.1.1
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="OpenEHR.RM.DataTypes" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpenEHR.RM.DataTypes" Version="1.1.1" />
<PackageReference Include="OpenEHR.RM.DataTypes" />
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 OpenEHR.RM.DataTypes --version 1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: OpenEHR.RM.DataTypes, 1.1.1"
#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 OpenEHR.RM.DataTypes@1.1.1
#: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=OpenEHR.RM.DataTypes&version=1.1.1
#tool nuget:?package=OpenEHR.RM.DataTypes&version=1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
OpenEHR.RM.DataTypes
A C# implementation of the openEHR Reference Model Release 1.1.0 Data Types specification.
Packages
| Package | Namespace | Classes |
|---|---|---|
data_types.basic |
OpenEHR.RM.DataTypes.Basic |
DataValue, DvBoolean, DvIdentifier, DvState |
data_types.text |
OpenEHR.RM.DataTypes.Text |
DvText, DvCodedText, CodePhrase, TermMapping, TerminologyId |
data_types.quantity |
OpenEHR.RM.DataTypes.Quantity |
DvOrdered, DvOrdinal, DvScale, DvQuantified, DvAmount, DvQuantity, DvCount, DvProportion, DvInterval<T>, ReferenceRange<T> |
data_types.date_time |
OpenEHR.RM.DataTypes.DateTime |
DvTemporal, DvDate, DvTime, DvDateTime, DvDuration |
data_types.time_specification |
OpenEHR.RM.DataTypes.TimeSpecification |
DvTimeSpecification, DvPeriodicTimeSpecification, DvGeneralTimeSpecification |
data_types.uri |
OpenEHR.RM.DataTypes.Uri |
DvUri, DvEhrUri |
data_types.encapsulated |
OpenEHR.RM.DataTypes.Encapsulated |
DvEncapsulated, DvMultimedia, DvParsable |
Quick start
using OpenEHR.RM.DataTypes.Basic;
using OpenEHR.RM.DataTypes.Text;
using OpenEHR.RM.DataTypes.Quantity;
using OpenEHR.RM.DataTypes.DateTime;
// Boolean
var flag = new DvBoolean(true);
// Coded text
var terminology = new TerminologyId("SNOMED-CT");
var code = new CodePhrase(terminology, "38341003", "Hypertension");
var diagnosis = new DvCodedText("Hypertension", code);
// Quantity with units
var weight = new DvQuantity(72.5, "kg", precision: 1);
// ISO 8601 date (supports partial dates)
var dob = new DvDate("1985-03-15");
var yearOnly = new DvDate("1985");
// Duration arithmetic
var duration = new DvDuration("P1Y6M");
Versioning
The library version tracks the openEHR RM release: version 1.1.0 corresponds to RM Release-1.1.0.
License
Apache-2.0
| Product | Versions 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 is compatible. 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.
-
net10.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on OpenEHR.RM.DataTypes:
| Package | Downloads |
|---|---|
|
Clarotech.OpenEHR.RM
A C# implementation of the openEHR Reference Model Release 1.1.0 — EHR, Composition, Common, Support, and Data Structures packages. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|