DiagnosisWS
The following operations are supported. For a formal definition, please review the Service Description.
-
CancelMedicalRegistration
Cancel the finishing of the medical registration so that diagnosis and procedures can be edited again. -
ContactDiagnosisRegistration
Can be used as input to diagnosis registration component. Not for external use because interface may change. -
DeleteContactDiagnosis
Deletes main- and sub diagnosis for a contact. Either one or all can be deleted. -
DeleteContactDiagnosis
MessageName="DeleteContactDiagnosisInclHistory"
Deletes main- and sub diagnosis for a contact. Either one or all can be deleted. If the input parameter SaveHistory=true, the history of the diagnosis will be saved. -
FinishMedicalRegistration
Finishes the medical registration for at given contact. This means that diagnosis and procedures no longer can be updated. -
GetContactDiagnosis
Gets all the diagnosis for a given contact. -
RenumberSubDiagnosis
Renumbers a subdiagnosis. All the other subdiagnosis are renumbered as well. -
SaveContactDiagnosis
Saves main- and sub diagnosis for a contact. Either one or all can be saved. -
SaveContactDiagnosis
MessageName="SaveContactDiagnosisInclHistory"
Saves main- and sub diagnosis for a contact. Either one or all can be saved. If the input parameter SaveHistory=true, the history of the diagnosis will be saved.
This web service does not conform to WS-I Basic Profile v1.1.
Please examine each of the normative statement violations below. Follow the recommendations to remedy it, or add setting to the <webServices> config section to turn off BP 1.1 conformance warnings for the entire vroot.
To turn off BP 1.1 conformance warnings for the entire vroot remove the 'BP1.1' value from the <conformanceWarnings> section of the configuration file of your application:
<configuration> <system.web> <webServices> <conformanceWarnings> <remove name='BasicProfile1_1'/> </conformanceWarnings> </webServices> </system.web> </configuration>
R2304: Operation name overloading in a wsdl:portType is disallowed by the Profile. A wsdl:portType in a DESCRIPTION MUST have operations with distinct values for their name attributes. Note that this requirement applies only to the wsdl:operations within a given wsdl:portType. A wsdl:portType may have wsdl:operations with names that are the same as those found in other wsdl:portTypes.
- Operation 'SaveContactDiagnosis' on portType 'DiagnosisWSSoap' from namespace 'http://healthXML.org/PasLink'.
- Operation 'DeleteContactDiagnosis' on portType 'DiagnosisWSSoap' from namespace 'http://healthXML.org/PasLink'.
Recommendation: To make service conformant please make sure that all web methods belonging to the same binding have unique names.
For more details on Basic Profile Version 1.1, see the Basic Profile Specification.