minor bug fix
[openemr.git] / library / relayhealth.inc.php
blob90d05f7788f5b58b838db24c7f6959747ef167a3
1 <?php
2 // Copyright (C) 2008 Phyaura, LLC <info@phyaura.com>
3 //
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
7 // of the License, or (at your option) any later version.
9 // This file was generated from https://api.integration.relayhealth.com/SSI/SingleSignIn.svc?wsdl using create_types.php
11 class RelayHealthHeader {
12 // string
13 public $ApplicationName;
14 // string
15 public $ApplicationPassword;
16 // string
17 public $PartnerName;
20 class InteropServiceFault {
21 // string
22 public $Message;
23 // string
24 public $UserMessage;
27 class StartC2C {
28 // string
29 public $PartnerUserId;
30 // string
31 public $PracticeId;
32 // string
33 public $UrlReq;
34 // string
35 public $UrlText;
38 class StartC2CResponse {
39 // string
40 public $Url;
43 class CodedInteropServiceFault {
44 // string
45 public $ErrorMessage;
46 // string
47 public $MajorFault;
48 // string
49 public $MinorFault;
52 class ViewInbox {
53 // string
54 public $partnerUserId;
57 class ViewInboxResponse {
58 // string
59 public $Url;
62 class ViewWelcome {
63 // string
64 public $partnerUserId;
67 class ViewWelcomeResponse {
68 // string
69 public $Url;
72 class ViewMessage {
73 // string
74 public $messageId;
75 // string
76 public $partnerUserId;
79 class ViewMessageResponse {
80 // string
81 public $Url;
84 class MessageNotFoundFault {
85 // short
86 public $Code;
89 class ComposePatientMessage {
90 // string
91 public $partnerUserId;
92 // string
93 public $patientId;
94 // string
95 public $practiceId;
96 // string
97 public $providerId;
100 class ComposePatientMessageResponse {
101 // string
102 public $Url;
105 class PatientNotOnlineFault {
108 class NoRelationshipBetweenProviderAndPatientFault {
111 class ProviderNotOnlineFault {
114 class UserNotActiveInPracticeFault {
117 class UserNotFoundFault {
118 // short
119 public $Code;
122 class InvalidFormatFault {
125 class SecurityViolationFault {
128 class PartnerAccessViolationFault {
131 class NoRelationshipBetweenProviderAndPracticeFault {
134 class PracticeNotFoundFault {
137 $classmap = array(
138 "RelayHealthHeader" => "RelayHealthHeader",
139 "InteropServiceFault" => "InteropServiceFault",
140 "StartC2C" => "StartC2C",
141 "StartC2CResponse" => "StartC2CResponse",
142 "CodedInteropServiceFault" => "CodedInteropServiceFault",
143 "ViewInbox" => "ViewInbox",
144 "ViewInboxResponse" => "ViewInboxResponse",
145 "ViewWelcome" => "ViewWelcome",
146 "ViewWelcomeResponse" => "ViewWelcomeResponse",
147 "ViewMessage" => "ViewMessage",
148 "ViewMessageResponse" => "ViewMessageResponse",
149 "MessageNotFoundFault" => "MessageNotFoundFault",
150 "ComposePatientMessage" => "ComposePatientMessage",
151 "ComposePatientMessageResponse" => "ComposePatientMessageResponse",
152 "PatientNotOnlineFault" => "PatientNotOnlineFault",
153 "NoRelationshipBetweenProviderAndPatientFault" => "NoRelationshipBetweenProviderAndPatientFault",
154 "ProviderNotOnlineFault" => "ProviderNotOnlineFault",
155 "UserNotActiveInPracticeFault" => "UserNotActiveInPracticeFault",
156 "UserNotFoundFault" => "UserNotFoundFault",
157 "InvalidFormatFault" => "InvalidFormatFault",
158 "SecurityViolationFault" => "SecurityViolationFault",
159 "PartnerAccessViolationFault" => "PartnerAccessViolationFault",
160 "NoRelationshipBetweenProviderAndPracticeFault" => "NoRelationshipBetweenProviderAndPracticeFault",
161 "PracticeNotFoundFault" => "PracticeNotFoundFault"