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

org.opencds.cqf.measure.stu3.PopulationCriteriaMap Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package org.opencds.cqf.measure.stu3;

import java.util.HashMap;
import java.util.Map;

import org.apache.commons.lang3.tuple.Pair;
import org.hl7.fhir.dstu3.model.Type;

import ca.uhn.fhir.model.api.annotation.DatatypeDef;

@DatatypeDef(name = "PopulationCriteriaMap")
public class PopulationCriteriaMap extends Type {
	protected Map> map;

	public PopulationCriteriaMap() {
		super();
		this.map = new HashMap>();
	}

	public Map> getMap() {
		return this.map;
	}

	public PopulationCriteriaMap setMap(Map> theMap) {
		this.map = theMap;
		return this;
	}

	@Override
	protected Type typedCopy() {
		// TODO Auto-generated method stub
		return null;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy