Skip to main content

HS.IHE.PDQv3.Consumer.Operations

class HS.IHE.PDQv3.Consumer.Operations extends HS.Util.SOAPClient.Operations, HS.IHE.Common.Actor.Base, HS.Util.XSLTTransformer

Property Inventory

Method Inventory

Parameters

parameter FOUNDATION = 1;
parameter SETTINGS = Device:Basic:selector?Select=1&context={HS.Util.ContextSearch/DeviceOIDs},TransformPatientSearchToPDQ,TransformPDQToPatientSearch,TransformPatientSearchToQUQIIN,-XSLTDirectory;
Inherited description: List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

property Device as %String [ InitialExpression = "PDQv3.Sender" ];
Used as the sender device ID - IdentityCode from the HS.Data.OIDMap table
Property methods: DeviceDisplayToLogical(), DeviceGet(), DeviceIsValid(), DeviceLogicalToDisplay(), DeviceLogicalToOdbc(), DeviceNormalize(), DeviceSet()
property DeviceOID as %String (MAXLEN = 64);
converted device entry to OID
Property methods: DeviceOIDDisplayToLogical(), DeviceOIDGet(), DeviceOIDIsValid(), DeviceOIDLogicalToDisplay(), DeviceOIDLogicalToOdbc(), DeviceOIDNormalize(), DeviceOIDSet()
property RegistryService as %String;
Capture the RegistryService $lb(Name,ID) from the service name
Property methods: RegistryServiceDisplayToLogical(), RegistryServiceGet(), RegistryServiceIsValid(), RegistryServiceLogicalToDisplay(), RegistryServiceLogicalToOdbc(), RegistryServiceNormalize(), RegistryServiceSet()
property TransformPDQToPatientSearch as %String) [ InitialExpression = "IHE/PDQ/Version1/PRPAIN201306UVToPatientSearchResponse.xsl" ];
PIX response 201310 to PatientSearchResponse
Property methods: TransformPDQToPatientSearchDisplayToLogical(), TransformPDQToPatientSearchGet(), TransformPDQToPatientSearchIsValid(), TransformPDQToPatientSearchLogicalToDisplay(), TransformPDQToPatientSearchLogicalToOdbc(), TransformPDQToPatientSearchNormalize(), TransformPDQToPatientSearchSet()
property TransformPatientSearchToPDQ as %String) [ InitialExpression = "IHE/PDQ/Version1/PatientSearchToPRPAIN201305UV.xsl" ];
PatientSearchRequest to PIX query (201309)
Property methods: TransformPatientSearchToPDQDisplayToLogical(), TransformPatientSearchToPDQGet(), TransformPatientSearchToPDQIsValid(), TransformPatientSearchToPDQLogicalToDisplay(), TransformPatientSearchToPDQLogicalToOdbc(), TransformPatientSearchToPDQNormalize(), TransformPatientSearchToPDQSet()
property TransformPatientSearchToQUQIIN [ InitialExpression = "IHE/PDQ/Version1/PatientSearchToQUQIIN000003UV01.xsl" ];
Property methods: TransformPatientSearchToQUQIINDisplayToLogical(), TransformPatientSearchToQUQIINGet(), TransformPatientSearchToQUQIINIsValid(), TransformPatientSearchToQUQIINLogicalToDisplay(), TransformPatientSearchToQUQIINLogicalToOdbc(), TransformPatientSearchToQUQIINNormalize(), TransformPatientSearchToQUQIINSet()

Methods

method OnInit() as %Status
Inherited description: Ensure that SAMLCreator exists SendSAMLAssertion is not 0
method OnMessage(pRequest As HS.Message.XMLMessage, Output pResponse As HS.Message.XMLMessage) as %Status
Inherited description: This is the default message handler. All request types not declared in the message map are delivered here
classmethod OnProductionStart(pConfigName As %String = "Unknown Actor") as %Status
Inherited description: This user callback method is called when the system is being started
classmethod OnProductionStop(pConfigName As %String = "Unknown Actor") as %Status
This user callback method is called when the system is being stopped
method PDQCancel(pRequest As HS.Message.PatientSearchRequest, ByRef pResponse As HS.Message.PatientSearchResponse) as %Status
given the additional info selected in the document set list issue fetch
method PDQContinuation(pRequest As HS.Message.PatientSearchRequest, ByRef pResponse As HS.Message.PatientSearchResponse) as %Status
given the additional info selected in the document set list issue fetch
method PDQLookup(pRequest As HS.Message.PatientSearchRequest, ByRef pResponse As HS.Message.PatientSearchResponse) as %Status
given the additional info selected in the document set list issue fetch
method PDQRequest(pRequest As HS.Message.PatientSearchRequest, ByRef pResponse As HS.Message.PatientSearchResponse) as %Status
method UpdateRegistryService(pService)
Generally the ServiceName will be defined, but in some cases the service may be picked up from the request.AdditionalInfo.GetAt("ServiceName") which will override the default service

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab