All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencds.cqf.cds.hooks.PatientViewHook Maven / Gradle / Ivy

package org.opencds.cqf.cds.hooks;

import org.opencds.cqf.cds.request.Request;
import com.google.gson.JsonElement;

public class PatientViewHook extends Hook {

    public PatientViewHook(Request request) {
        super(request);
    }

    @Override
    public JsonElement getContextResources() {
        return null;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy