DvCluster

public class DvCluster extends EhrDatatype

It is a particular datatype that is a container for other datatypes.

Constructors

DvCluster

public DvCluster(String path, JSONObject attributes)

Instantiates a new DvCluster datatype

Parameters:
  • path – the path of this datatype
  • attributes – the attributes of this datatype

Methods

fromJSON

public void fromJSON(JSONObject data)

getSectionName

public String getSectionName()

Get the name of the datatype section containing all the datatypes of this cluster

Returns:the name of the section

isCluster

public boolean isCluster()

setAttributes

protected void setAttributes(JSONObject attributes)

toJSON

public JSONObject toJSON()