remote struct GetFacsSummary_array (required string fac_fld, required string fac_val, required string license)
This method returns summary information from facility records that match the search criteria passed in. The results field of
the data structure returned contains an array of facility records.
Input:
fac_fld: [string, required] - Name of the field to search on. Possible values are: Reg_id; Fac_ID; State
fac_val: [string, required] - The value of the field for the record you are searching for. You can also provide a comma delimited list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote struct GetFacsSummary_query (required string fac_fld, required string fac_val, required string license)
This method returns summary information from facility records that match the search criteria passed in. The results field
of the data structure returned contains a ColdFusion query of facility records.
Input:
fac_fld: [string, required] - Name of the field to search on. Possible values are: Reg_id; Fac_ID; State
fac_val: [string, required] - The value of the field for the record you are searching for. You can also provide a comma delimited list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote string GetFacsSummary_wddx (required string fac_fld, required string fac_val, required string license)
This method returns summary information from facility records that match the search criteria passed in. The results field of
the data structure returned contains a WDDX packet.
Input:
fac_fld: [string, required] - Name of the field to search on. Possible values are: Reg_id; Fac_ID; State
fac_val: [string, required] - The value of the field for the record you are searching for. You can also provide a comma delimited list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote string GetFacsSummary_xml (required string fac_fld, required string fac_val, required string license)
This method returns summary information from facility records that match the search criteria passed in. The results are returned in a
WDDX packet that contains the XML packet string.
Input:
fac_fld: [string, required] - Name of the field to search on. Possible values are: Reg_id; Fac_ID; State
fac_val: [string, required] - The value of the field for the record you are searching for. You can also provide a comma delimited list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote string GetFacsSummary_xmlString (required string fac_fld, required string fac_val, required string license)
This method returns summary information from facility records that match the search criteria passed in. The results are
returned in a string containing an XML packet.
Input:
fac_fld: [string, required] - Name of the field to search on. Possible values are: Reg_id; Fac_ID; State
fac_val: [string, required] - The value of the field for the record you are searching for. You can also provide a comma delimited list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote struct GetFacsDescriptionByFacID_array (required string fac_id, required string license)
This method returns description information from facility records that match the search criteria passed in. The results
field of the data structure returned contains an array of facility records.
Input:
fac_id: [string, required] - Name of the field to search on. You can also provide a comma delimited fac_id list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote struct GetFacsDescriptionByFacID_query (required string fac_id, required string license)
This method returns description information from facility records that match the search criteria passed in. The results
field of the data structure returned contains a ColdFusion query of facility records.
Input:
fac_id: [string, required] - Name of the field to search on. You can also provide a comma delimited fac_id list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote string GetFacsDescriptionByFacID_wddx (required string fac_id, required string license)
This method returns description information from facility records that match the search criteria passed in. The results
field of the data structure returned contains a WDDX packet.
Input:
fac_id: [string, required] - Name of the field to search on. You can also provide a comma delimited fac_id list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote string GetFacsDescriptionByFacID_xml (required string fac_id, required string license)
This method returns description information from facility records that match the search criteria passed in. The results
are returned in a WDDX packet that contains the XML packet string.
Input:
fac_id: [string, required] - Name of the field to search on. You can also provide a comma delimited fac_id list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote string GetFacsDescriptionByFacID_xmlString (required string fac_id, required string license)
This method returns description information from facility records that match the search criteria passed in. The results
are returned in a string containing an XML packet.
Input:
fac_id: [string, required] - Name of the field to search on. You can also provide a comma delimited fac_id list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote struct GetFacsDetailByFacID_array (required string fac_id, required string license)
This method returns detailed information from facility records that match the search criteria passed in. The results
field of the data structure returned contains an array of facility records.
Input:
fac_id: [string, required] - Name of the field to search on. You can also provide a comma delimited fac_id list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote struct GetFacsDetailByFacID_query (required string fac_id, required string license)
This method returns detailed information from facility records that match the search criteria passed in. The results
field of the data structure returned contains a ColdFusion query of facility records.
Input:
fac_id: [string, required] - Name of the field to search on. You can also provide a comma delimited fac_id list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote string GetFacsDetailByFacID_wddx (required string fac_id, required string license)
This method returns detailed information from facility records that match the search criteria passed in. The results
field of the data structure returned contains a WDDX packet.
Input:
fac_id: [string, required] - Name of the field to search on. You can also provide a comma delimited fac_id list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote string GetFacsDetailByFacID_xml (required string fac_id, required string license)
This method returns detailed information from facility records that match the search criteria passed in. The results are
returned in a WDDX packet that contains the XML packet string.
Input:
fac_id: [string, required] - Name of the field to search on. You can also provide a comma delimited fac_id list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote string GetFacsDetailByFacID_xmlString (required string fac_id, required string license)
This method returns detailed information from facility records that match the search criteria passed in. The results are
returned in a string containing an XML packet.
Input:
fac_id: [string, required] - Name of the field to search on. You can also provide a comma delimited fac_id list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote struct Facility_byRegionIDandType_Summary_array (required string Reg_id, required string Fac_Type_ID, required string license)
This method returns summary information from facility records that match the search criteria passed in. The results field
of the data structure returned contains an array of facility records.
Input:
Reg_id: [string, required] - Facility Region to search on. You can also provide a comma delimited list.
Fac_Type_ID: [string, required] - Facility type to search on. You can also provide a comma delimited list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote struct Facility_byRegionIDandType_Summary_query (required string Reg_id, required string Fac_Type_ID, required string license)
This method returns summary information from facility records that match the search criteria passed in. The results
field of the data structure returned contains a ColdFusion query of facility records.
Input:
Reg_id: [string, required] - Facility Region to search on. You can also provide a comma delimited list.
Fac_Type_ID: [string, required] - Facility type to search on. You can also provide a comma delimited list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote struct Facility_byRegionIDandType_Summary_wddx (required string Reg_id, required string Fac_Type_ID, required string license)
This method returns summary information from facility records that match the search criteria passed in. The results field
of the data structure returned contains a WDDX packet.
Input:
Reg_id: [string, required] - Facility Region to search on. You can also provide a comma delimited list.
Fac_Type_ID: [string, required] - Facility type to search on. You can also provide a comma delimited list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote struct Facility_byRegionIDandType_Summary_xmlString (required string Reg_id, required string Fac_Type_ID, required string license)
This method returns summary information from facility records that match the search criteria passed in. The results field
of the data structure returned as a string containing a XML packet of facility summary information.
Input:
Reg_id: [string, required] - Facility Region to search on. You can also provide a comma delimited list.
Fac_Type_ID: [string, required] - Facility type to search on. You can also provide a comma delimited list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote struct Facility_byRegionIDandType_Detail_array (required string Reg_id, required string Fac_Type_ID, required string license)
This method returns detailed information from facility records that match the search criteria passed in. The results field
of the data structure returned contains an array of facility records.
Input:
Reg_id: [string, required] - Facility Region to search on. You can also provide a comma delimited list.
Fac_Type_ID: [string, required] - Facility type to search on. You can also provide a comma delimited list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote struct Facility_byRegionIDandType_Detail_query (required string Reg_id, required string Fac_Type_ID, required string license)
This method returns detailed information from facility records that match the search criteria passed in. The results field
of the data structure returned contains a ColdFusion query of facility records.
Input:
Reg_id: [string, required] - Facility Region to search on. You can also provide a comma delimited list.
Fac_Type_ID: [string, required] - Facility type to search on. You can also provide a comma delimited list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote struct Facility_byRegionIDandType_Detail_wddx (required string Reg_id, required string Fac_Type_ID, required string license)
This method returns detailed information from facility records that match the search criteria passed in. The results field
of the data structure returned contains a WDDX packet.
Input:
Reg_id: [string, required] - Facility Region to search on. You can also provide a comma delimited list.
Fac_Type_ID: [string, required] - Facility type to search on. You can also provide a comma delimited list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote struct Facility_byRegionIDandType_Detail_xmlString (required string Reg_id, required string Fac_Type_ID, required string license)
This method returns detailed information from facility records that match the search criteria passed in. The results field of
the data structure returned as a string containing a XML packet of facility detailed information.
Input:
Reg_id: [string, required] - Facility Region to search on. You can also provide a comma delimited list.
Fac_Type_ID: [string, required] - Facility type to search on. You can also provide a comma delimited list.
license: [string, required] - The license key issued by the VA Web Solutions Office that is required to use this service.
Output:
|
remote string getSPCs_xml (required string state, required string license)
This method returns Suicide Prevention Coordinator(SPC) information from facility records that match the search criteria passed in. The results from the web service are returned in a WDDX packet that contains the XML packet string of SPC information. If searching SPC data for all the states, pass an empty string as the value for parameter called "state" otherwise pass the state abbreviation for the state the SPC data is being searched on.
Input:
state: [string, required]
license: [string, required]
Output:
|
remote string getSPCs_xmlstring (required string state, required string license)
This method returns Suicide Prevention Coordinator(SPC) information from facility records that match the search criteria passed in. The results from the web service are returned as a string containing a XML packet of SPC information. If searching SPC data for all the states, pass an empty string as the value for parameter called "state" otherwise pass the state abbreviation for the state the SPC data is being searched on.
Input:
state: [string, required]
license: [string, required]
Output:
|