Class FhirContextHolder
java.lang.Object
org.openehealth.ipf.commons.audit.FhirContextHolder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ca.uhn.fhir.context.FhirContextget()static voidremove()static voidsetCurrentContext(ca.uhn.fhir.context.FhirContext fhirContext)
-
Constructor Details
-
FhirContextHolder
public FhirContextHolder()
-
-
Method Details
-
setCurrentContext
public static void setCurrentContext(ca.uhn.fhir.context.FhirContext fhirContext) -
get
public static ca.uhn.fhir.context.FhirContext get() -
remove
public static void remove()
-