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": "a1ad3acc-0b7d-445e-b7c3-3c13e7cd4440",
"ConsultationId": "cb63e7dd-32be-44bd-9a4c-a5156085feca",
"OwnerId": "7a3dab57-2d9a-444e-b36f-438ef03534dd",
"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": "6f578a95-20d4-49b3-a613-0b3a88b1ecaf",
"CreationDate": "2025-12-10T04:42:33.8023322+01:00",
"LastUpdateDate": "2025-12-10T04:42:33.8023322+01:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "6f578a95-20d4-49b3-a613-0b3a88b1ecaf",
"CreationDate": "2025-12-10T04:42:33.8023322+01:00",
"LastUpdateDate": "2025-12-10T04:42:33.8023322+01:00",
"Description": "sample string 6",
"IsActive": true
}
],
"Souffles": [
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "44ca7011-023e-4ba4-99bb-d961770722a5",
"CreationDate": "2025-12-10T04:42:33.8023322+01:00",
"LastUpdateDate": "2025-12-10T04:42:33.8023322+01:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "44ca7011-023e-4ba4-99bb-d961770722a5",
"CreationDate": "2025-12-10T04:42:33.8023322+01:00",
"LastUpdateDate": "2025-12-10T04:42:33.8023322+01:00",
"Description": "sample string 6",
"IsActive": true
}
],
"FoyerId": "7c387968-d157-4901-8889-8614fadcf514",
"AuscultationPositionId": "e6f4f787-731e-47d5-a308-81ecddf751b4",
"Comments": [
{
"Id": "de9ec89d-3afe-412d-af6b-4100784c882d",
"Subject": "sample string 2",
"Message": "sample string 3",
"OwnerId": "47f9abf3-864b-476d-a4e2-1b0085fa379c",
"AuscultationId": "73f25006-4e87-4e35-b469-cf439f9d519a",
"OwnerUserName": "sample string 5"
},
{
"Id": "de9ec89d-3afe-412d-af6b-4100784c882d",
"Subject": "sample string 2",
"Message": "sample string 3",
"OwnerId": "47f9abf3-864b-476d-a4e2-1b0085fa379c",
"AuscultationId": "73f25006-4e87-4e35-b469-cf439f9d519a",
"OwnerUserName": "sample string 5"
}
],
"ShareWith": [
{
"Id": "575001e3-77ab-42a4-bc84-6c97737ed962",
"UserName": "sample string 2"
},
{
"Id": "575001e3-77ab-42a4-bc84-6c97737ed962",
"UserName": "sample string 2"
}
],
"CreationDate": "2025-12-10T04:42:33.8023322+01:00",
"LastUpdateDate": "2025-12-10T04:42:33.8023322+01: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.