MyHospital.MsgContract.Ners 1.0.6

dotnet add package MyHospital.MsgContract.Ners --version 1.0.6
NuGet\Install-Package MyHospital.MsgContract.Ners -Version 1.0.6
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="MyHospital.MsgContract.Ners" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MyHospital.MsgContract.Ners --version 1.0.6
#r "nuget: MyHospital.MsgContract.Ners, 1.0.6"
#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.
// Install MyHospital.MsgContract.Ners as a Cake Addin
#addin nuget:?package=MyHospital.MsgContract.Ners&version=1.0.6

// Install MyHospital.MsgContract.Ners as a Cake Tool
#tool nuget:?package=MyHospital.MsgContract.Ners&version=1.0.6

Welcome to the shared message contract repository for the Hospital Information System (HIS) developed by Intersolusi Cipta Softindo. This repository contains the message contract definitions used for communication between different components of the HIS application.

## Overview

The Hospital Information System (HIS) is a comprehensive software solution designed to streamline operations, improve efficiency, and enhance patient care in healthcare facilities. The HIS application developed by Intersolusi Cipta Softindo includes various modules and components to support different aspects of hospital management, including patient registration, appointment scheduling, medical records management, billing, and more.

## Message Contract

The shared message contract defines the structure and format of messages exchanged between different modules and services within the HIS application. It includes data transfer objects (DTOs), commands, events, and other message types used for communication.

### Directory Structure

```
/shared-message-contract
  ├── Commands
  ├── Events
  ├── DTOs
  └── ...
```

The `Commands` directory contains command objects representing actions to be performed by services or modules within the HIS application. Examples of commands include `RegisterPatientCommand`, `ScheduleAppointmentCommand`, `SubmitLabOrderCommand`, etc.

The `Events` directory contains event objects representing significant occurrences or state changes within the HIS application. Examples of events include `PatientRegisteredEvent`, `AppointmentScheduledEvent`, `LabOrderSubmittedEvent`, etc.

The `DTOs` directory contains data transfer objects representing various entities and data structures used within the HIS application. Examples of DTOs include `PatientDTO`, `AppointmentDTO`, `LabOrderDTO`, etc.

## Usage

To use the shared message contract in your HIS application modules or services, you can reference this repository or package the message contract into a NuGet package for easier distribution and dependency management.

## Contributing

Contributions to the shared message contract repository are welcome. If you identify any issues, have suggestions for improvements, or would like to contribute enhancements or new features, please feel free to submit a pull request or open an issue.

## License

The shared message contract for the Hospital Information System (HIS) developed by Intersolusi Cipta Softindo is licensed under the [MIT License](LICENSE).

---

Thank you for using the shared message contract repository for the Hospital Information System (HIS) developed by Intersolusi Cipta Softindo. If you have any questions or need further assistance, please don't hesitate to contact us.
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6 98 4/13/2024