POST api/Auscultations
Request Information
URI Parameters
None.
Body Parameters
SharedAuscultationViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
|
| ConsultationId | globally unique identifier |
Required |
|
| OwnerId | globally unique identifier |
Required |
|
| OwnerUsername | string |
Required |
|
| PatientWeight | decimal number |
Required |
|
| PatientAge | integer |
None. |
|
| PatientHeight | decimal number |
Required |
|
| Reason | string |
None. |
|
| Medications | string |
None. |
|
| Description | string |
None. |
|
| Diagnostics | string |
None. |
|
| ComplementaryExams | string |
None. |
|
| Type | AuscultationType |
Required |
|
| AnalyseType | AnalyseType |
Required |
|
| ECGType | ECGType |
Required |
|
| Rythm | Rythm |
None. |
|
| PPoints | string |
None. |
|
| QPoints | string |
None. |
|
| RPoints | string |
None. |
|
| SPoints | string |
None. |
|
| TPoints | string |
None. |
|
| B1MMaxPoints | string |
None. |
|
| B1TMaxPoints | string |
None. |
|
| B2AMaxPoints | string |
None. |
|
| B2PMaxPoints | string |
None. |
|
| PressionPiedPoints | string |
None. |
|
| PressionMaxPoints | string |
None. |
|
| PressionIncisurePoints | string |
None. |
|
| Signal | Collection of byte |
None. |
|
| PulmonarySymptoms | Collection of PulmonarySymptom |
None. |
|
| Souffles | Collection of Souffles |
None. |
|
| FoyerId | globally unique identifier |
Required |
|
| AuscultationPositionId | globally unique identifier |
Required |
|
| Comments | Collection of CommentViewModel |
None. |
|
| ShareWith | Collection of SharedWithUserViewModel |
Required |
|
| CreationDate | date |
Required |
|
| LastUpdateDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": "cecac2e5-7eeb-417e-9c70-49612d934aac",
"ConsultationId": "d0d5aa0b-76ad-450d-976c-8bc536da2c7f",
"OwnerId": "a4a53836-430a-448e-a86f-b896d8a1063b",
"OwnerUsername": "sample string 4",
"PatientWeight": 5.0,
"PatientAge": 6,
"PatientHeight": 7.0,
"Reason": "sample string 8",
"Medications": "sample string 9",
"Description": "sample string 10",
"Diagnostics": "sample string 11",
"ComplementaryExams": "sample string 12",
"Type": 1,
"AnalyseType": 1,
"ECGType": 1,
"Rythm": 1,
"PPoints": "sample string 13",
"QPoints": "sample string 14",
"RPoints": "sample string 15",
"SPoints": "sample string 16",
"TPoints": "sample string 17",
"B1MMaxPoints": "sample string 18",
"B1TMaxPoints": "sample string 19",
"B2AMaxPoints": "sample string 20",
"B2PMaxPoints": "sample string 21",
"PressionPiedPoints": "sample string 22",
"PressionMaxPoints": "sample string 23",
"PressionIncisurePoints": "sample string 24",
"Signal": "QEA=",
"PulmonarySymptoms": [
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "6a871df8-a046-4271-96d1-27b3fe4eef3c",
"CreationDate": "2026-04-09T11:01:32.9354573+02:00",
"LastUpdateDate": "2026-04-09T11:01:32.9354573+02:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "6a871df8-a046-4271-96d1-27b3fe4eef3c",
"CreationDate": "2026-04-09T11:01:32.9354573+02:00",
"LastUpdateDate": "2026-04-09T11:01:32.9354573+02:00",
"Description": "sample string 6",
"IsActive": true
}
],
"Souffles": [
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "a728d257-ea06-4abd-85f1-0f9c30b8fa26",
"CreationDate": "2026-04-09T11:01:32.9354573+02:00",
"LastUpdateDate": "2026-04-09T11:01:32.9354573+02:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "a728d257-ea06-4abd-85f1-0f9c30b8fa26",
"CreationDate": "2026-04-09T11:01:32.9354573+02:00",
"LastUpdateDate": "2026-04-09T11:01:32.9354573+02:00",
"Description": "sample string 6",
"IsActive": true
}
],
"FoyerId": "dd8e0c07-b697-4dc2-9035-5750dcf452d4",
"AuscultationPositionId": "23626b30-4629-4665-97dc-789df8d4df0b",
"Comments": [
{
"Id": "51bf84ca-8f98-4143-b416-c5017ff9a893",
"Subject": "sample string 2",
"Message": "sample string 3",
"OwnerId": "addcfa36-0451-4e57-9bea-3574aa947219",
"AuscultationId": "0185fb59-75d8-404d-aecb-976b7aebd088",
"OwnerUserName": "sample string 5"
},
{
"Id": "51bf84ca-8f98-4143-b416-c5017ff9a893",
"Subject": "sample string 2",
"Message": "sample string 3",
"OwnerId": "addcfa36-0451-4e57-9bea-3574aa947219",
"AuscultationId": "0185fb59-75d8-404d-aecb-976b7aebd088",
"OwnerUserName": "sample string 5"
}
],
"ShareWith": [
{
"Id": "6ec87a73-edd2-44f7-955d-44a042c4fbd4",
"UserName": "sample string 2"
},
{
"Id": "6ec87a73-edd2-44f7-955d-44a042c4fbd4",
"UserName": "sample string 2"
}
],
"CreationDate": "2026-04-09T11:01:32.9354573+02:00",
"LastUpdateDate": "2026-04-09T11:01:32.9354573+02:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.