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

META-INF.cwf-plugin-patientheader-spring.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:cwp="http://www.carewebframework.org/schema/plugin" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.springframework.org/schema/beans 
		 http://www.springframework.org/schema/beans/spring-beans.xsd
		 http://www.carewebframework.org/schema/plugin
		 http://www.carewebframework.org/schema/plugin/plugin-extensions.xsd">

	<beans profile="root">

		<cwp:plugin url="web/org/hspconsortium/cwf/plugin/patientheader/patientHeader.fsp"
			id="cwfPatientHeader" name="Current Patient Header">
			<cwp:serialization>
				<cwp:property name="Background Color" id="color" type="color"
					description="Sets the background color." />
				<cwp:property name="Show User Information" id="showUser" type="boolean"
					description="Show logged in user." />
			</cwp:serialization>
			<cwp:resource>
				<cwp:help-resource module="cwfPatientSelectionHelp" />
			</cwp:resource>
		</cwp:plugin>
	</beans>
	
	<beans profile="child">
		
		<bean id="cwfPatientHeaderController" class="org.hspconsortium.cwf.plugin.patientheader.PatientHeader"
			scope="prototype" />

	</beans>

</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy