POST api/PatientInfo
Request Information
URI Parameters
None.
Body Parameters
AFNAPSPatientInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientID | integer |
None. |
|
| NamedSurveyID | integer |
None. |
|
| PatientIdentifyingNo | string |
None. |
|
| AuditDate | date |
None. |
|
| WardID | integer |
None. |
|
| HealthCareEntityID | integer |
None. |
|
| SpecialtyID | integer |
None. |
|
| DateOfBirth | date |
None. |
|
| Gender | string |
None. |
|
| Weight | decimal number |
None. |
|
| eGFR | string |
None. |
|
| CrCl | string |
None. |
|
| DiagnosticDetails | string |
None. |
|
| BirthWeight | decimal number |
None. |
|
| GestationalAge | integer |
None. |
|
| GestationalAgeOption | integer |
None. |
|
| SurgicalProcedure | string |
None. |
|
| OtherImmunocompromisingCondition | string |
None. |
|
| ClinicalNotes | string |
None. |
|
| CompletedDate | date |
None. |
|
| PrimaryUnderlyingImmunocompromisingConditionID | integer |
None. |
|
| PrimaryUnderlyingImmunocompromisingConditionName | string |
None. |
|
| HaematologicalMalignancyTypeID | integer |
None. |
|
| HaematologicalMalignancyTypeName | string |
None. |
|
| CurrentTherapeuticApproachID | integer |
None. |
|
| CurrentTherapeuticApproachName | string |
None. |
|
| PrimaryTumourID | integer |
None. |
|
| PrimaryTumourName | string |
None. |
|
| SolidOrganTransplantOrganID | integer |
None. |
|
| SolidOrganTransplantOrganName | string |
None. |
|
| FungalInfectionRiskID | integer |
None. |
|
| FungalInfectionRiskName | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedUserID | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedUserID | integer |
None. |
|
| Age | decimal number |
None. |
|
| NewAge | integer |
None. |
|
| AgeUnitID | integer |
None. |
|
| ARPECPatientTypeId | integer |
None. |
|
| IsChronicLiverDisease | boolean |
None. |
|
| IsRenalReplaceTherapy24Hr | boolean |
None. |
|
| IsAntifungalPrescribed | boolean |
None. |
|
| PatientRequiresAF | boolean |
None. |
|
| AFGuidlineComplianceID | integer |
None. |
|
| AFGuidlineComplianceName | string |
None. |
|
| AppropriatenessID | integer |
None. |
|
| AppropriatenessName | string |
None. |
|
| FactorsProhibitingAFAgentUse | integer |
None. |
|
| ConfirmedInfection | boolean |
None. |
|
| BreakthroughInfection | boolean |
None. |
|
| DiagnosisDate | date |
None. |
|
| InfectionClassificationID | integer |
None. |
|
| InfectionClassificationName | string |
None. |
|
| MicrobiologicalCulture | integer |
None. |
|
| NonCultureBasedTest | integer |
None. |
|
| Microscopical | integer |
None. |
|
| Radiology | integer |
None. |
|
| InfectionTreatmentOutcomeID | integer |
None. |
|
| InfectionTreatmentOutcomeName | string |
None. |
|
| TwelveWeekMortality | integer |
None. |
|
| DeathDate | date |
None. |
|
| IsCompleted | boolean |
None. |
|
| IsAntifungalSaved | boolean |
None. |
|
| IsOutcomeSaved | boolean |
None. |
|
| IsADRSaved | boolean |
None. |
|
| links | Collection of Link |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientID": 1,
"NamedSurveyID": 2,
"PatientIdentifyingNo": "sample string 3",
"AuditDate": "2025-12-14T18:33:22.3291215+00:00",
"WardID": 1,
"HealthCareEntityID": 4,
"SpecialtyID": 1,
"DateOfBirth": "2025-12-14T18:33:22.3291215+00:00",
"Gender": "sample string 5",
"Weight": 1.0,
"eGFR": "sample string 6",
"CrCl": "sample string 7",
"DiagnosticDetails": "sample string 8",
"BirthWeight": 1.0,
"GestationalAge": 1,
"GestationalAgeOption": 1,
"SurgicalProcedure": "sample string 9",
"OtherImmunocompromisingCondition": "sample string 10",
"ClinicalNotes": "sample string 11",
"CompletedDate": "2025-12-14T18:33:22.3291215+00:00",
"PrimaryUnderlyingImmunocompromisingConditionID": 1,
"PrimaryUnderlyingImmunocompromisingConditionName": "sample string 12",
"HaematologicalMalignancyTypeID": 1,
"HaematologicalMalignancyTypeName": "sample string 13",
"CurrentTherapeuticApproachID": 1,
"CurrentTherapeuticApproachName": "sample string 14",
"PrimaryTumourID": 1,
"PrimaryTumourName": "sample string 15",
"SolidOrganTransplantOrganID": 1,
"SolidOrganTransplantOrganName": "sample string 16",
"FungalInfectionRiskID": 1,
"FungalInfectionRiskName": "sample string 17",
"CreatedDate": "2025-12-14T18:33:22.3291215+00:00",
"CreatedUserID": 19,
"UpdatedDate": "2025-12-14T18:33:22.3291215+00:00",
"UpdatedUserID": 1,
"Age": 1.0,
"NewAge": 1,
"AgeUnitID": 1,
"ARPECPatientTypeId": 1,
"IsChronicLiverDisease": true,
"IsRenalReplaceTherapy24Hr": true,
"IsAntifungalPrescribed": true,
"PatientRequiresAF": true,
"AFGuidlineComplianceID": 1,
"AFGuidlineComplianceName": "sample string 20",
"AppropriatenessID": 1,
"AppropriatenessName": "sample string 21",
"FactorsProhibitingAFAgentUse": 1,
"ConfirmedInfection": true,
"BreakthroughInfection": true,
"DiagnosisDate": "2025-12-14T18:33:22.3291215+00:00",
"InfectionClassificationID": 1,
"InfectionClassificationName": "sample string 22",
"MicrobiologicalCulture": 1,
"NonCultureBasedTest": 1,
"Microscopical": 1,
"Radiology": 1,
"InfectionTreatmentOutcomeID": 1,
"InfectionTreatmentOutcomeName": "sample string 23",
"TwelveWeekMortality": 1,
"DeathDate": "2025-12-14T18:33:22.3291215+00:00",
"IsCompleted": true,
"IsAntifungalSaved": true,
"IsOutcomeSaved": true,
"IsADRSaved": true,
"links": null
}
application/xml, text/xml
Sample:
<AFNAPSPatientInfoDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NAPSWebApi.DTO.DTOModel.AFNAPS.Guidance.PatientDetails"> <AFGuidlineComplianceID>1</AFGuidlineComplianceID> <AFGuidlineComplianceName>sample string 20</AFGuidlineComplianceName> <ARPECPatientTypeId>1</ARPECPatientTypeId> <Age>1</Age> <AgeUnitID>1</AgeUnitID> <AppropriatenessID>1</AppropriatenessID> <AppropriatenessName>sample string 21</AppropriatenessName> <AuditDate>2025-12-14T18:33:22.3291215+00:00</AuditDate> <BirthWeight>1</BirthWeight> <BreakthroughInfection>true</BreakthroughInfection> <ClinicalNotes>sample string 11</ClinicalNotes> <CompletedDate>2025-12-14T18:33:22.3291215+00:00</CompletedDate> <ConfirmedInfection>true</ConfirmedInfection> <CrCl>sample string 7</CrCl> <CreatedDate>2025-12-14T18:33:22.3291215+00:00</CreatedDate> <CreatedUserID>19</CreatedUserID> <CurrentTherapeuticApproachID>1</CurrentTherapeuticApproachID> <CurrentTherapeuticApproachName>sample string 14</CurrentTherapeuticApproachName> <DateOfBirth>2025-12-14T18:33:22.3291215+00:00</DateOfBirth> <DeathDate>2025-12-14T18:33:22.3291215+00:00</DeathDate> <DiagnosisDate>2025-12-14T18:33:22.3291215+00:00</DiagnosisDate> <DiagnosticDetails>sample string 8</DiagnosticDetails> <FactorsProhibitingAFAgentUse>1</FactorsProhibitingAFAgentUse> <FungalInfectionRiskID>1</FungalInfectionRiskID> <FungalInfectionRiskName>sample string 17</FungalInfectionRiskName> <Gender>sample string 5</Gender> <GestationalAge>1</GestationalAge> <GestationalAgeOption>1</GestationalAgeOption> <HaematologicalMalignancyTypeID>1</HaematologicalMalignancyTypeID> <HaematologicalMalignancyTypeName>sample string 13</HaematologicalMalignancyTypeName> <HealthCareEntityID>4</HealthCareEntityID> <InfectionClassificationID>1</InfectionClassificationID> <InfectionClassificationName>sample string 22</InfectionClassificationName> <InfectionTreatmentOutcomeID>1</InfectionTreatmentOutcomeID> <InfectionTreatmentOutcomeName>sample string 23</InfectionTreatmentOutcomeName> <IsADRSaved>true</IsADRSaved> <IsAntifungalPrescribed>true</IsAntifungalPrescribed> <IsAntifungalSaved>true</IsAntifungalSaved> <IsChronicLiverDisease>true</IsChronicLiverDisease> <IsCompleted>true</IsCompleted> <IsOutcomeSaved>true</IsOutcomeSaved> <IsRenalReplaceTherapy24Hr>true</IsRenalReplaceTherapy24Hr> <MicrobiologicalCulture>1</MicrobiologicalCulture> <Microscopical>1</Microscopical> <NamedSurveyID>2</NamedSurveyID> <NewAge>1</NewAge> <NonCultureBasedTest>1</NonCultureBasedTest> <OtherImmunocompromisingCondition>sample string 10</OtherImmunocompromisingCondition> <PatientID>1</PatientID> <PatientIdentifyingNo>sample string 3</PatientIdentifyingNo> <PatientRequiresAF>true</PatientRequiresAF> <PrimaryTumourID>1</PrimaryTumourID> <PrimaryTumourName>sample string 15</PrimaryTumourName> <PrimaryUnderlyingImmunocompromisingConditionID>1</PrimaryUnderlyingImmunocompromisingConditionID> <PrimaryUnderlyingImmunocompromisingConditionName>sample string 12</PrimaryUnderlyingImmunocompromisingConditionName> <Radiology>1</Radiology> <SolidOrganTransplantOrganID>1</SolidOrganTransplantOrganID> <SolidOrganTransplantOrganName>sample string 16</SolidOrganTransplantOrganName> <SpecialtyID>1</SpecialtyID> <SurgicalProcedure>sample string 9</SurgicalProcedure> <TwelveWeekMortality>1</TwelveWeekMortality> <UpdatedDate>2025-12-14T18:33:22.3291215+00:00</UpdatedDate> <UpdatedUserID>1</UpdatedUserID> <WardID>1</WardID> <Weight>1</Weight> <eGFR>sample string 6</eGFR> <links xmlns:d2p1="http://schemas.datacontract.org/2004/07/NAPSWebApi.DTO.DTOModel" i:nil="true" /> </AFNAPSPatientInfoDTO>
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.