Skip to main content

HS.FHIRServer.Management.REST.v1.disp

class HS.FHIRServer.Management.REST.v1.disp extends %CSP.REST

Set of REST APIs for managing all FHIR Server endpoints in a given IRIS instance Dispatch class defined by RESTSpec in HS.FHIRServer.Management.REST.v1.spec

This class was generated by : HS.FHIRServer.Management.REST.v1.spec.cls

Method Inventory

Parameters

parameter CONTENTTYPE = application/json;
Default the Content-Type for this application.
parameter CONVERTINPUTSTREAM = 1;
By default convert the input stream to Unicode
parameter HandleCorsRequest = 1;
Inherited description: This parameter influences the CORS support. The default is an empty string meaning 'not specified'. If set to true (1) then CORS processing is ON. If set to false (0) then CORS processing is OFF. If left unset ("") then the decision to process CORS is delegated to the setting on the URL map route.
parameter IgnoreWrites = 1;
Ignore any writes done directly by the REST method.
parameter SpecificationClass = HS.FHIRServer.Management.REST.v1.spec;
The class containing the RESTSpec which generated this class

Methods

classmethod AddEndpoint() as %Status
Create a FHIR Server endpoint
classmethod AddFile(pjobId As %String) as %Status
Add File
classmethod CancelOrClean(pjobId As %String) as %Status
Cancel or Clean up DataLoader Job
classmethod CreateJob() as %Status
Create DataLoader Job
classmethod DeleteEndpoint(pserviceId As %String) as %Status
Delete, Decommission or Reset an Endpoint
classmethod DeletePackage(pid As %String) as %Status
Delete Package
classmethod GetDataLoaderJobs() as %Status
Get all DataLoader Jobs
classmethod GetEndpointJobs() as %Status
Gets all async Endpoint Jobs.
classmethod GetEndpoints() as %Status
Get Endpoints
classmethod GetFHIRNamespaces() as %Status
Get all Namespace info.
classmethod GetInfo() as %Status
All Page Setup info for UI.
classmethod GetOneEndpoint(pserviceId As %String) as %Status
Get one Endpoint by ServiceId
classmethod GetOneJob(pjobKey As %String) as %Status
Get one async Endpoint Job
classmethod GetOnePackage(pid As %String) as %Status
Get One Package info
classmethod GetPackages() as %Status
Gets FHIR Metadata Packages
classmethod Start(pjobId As %String) as %Status
Start DataLoader Job
classmethod Status(pjobId As %String) as %Status
DataLoader Job Status
classmethod UpdateEndpoint(pserviceId As %String) as %Status
Update Endpoint
classmethod UploadPackage() as %Status
Upload Package

Inherited Members

Inherited Methods

FeedbackOpens in a new tab