Class SystemTreatmentMappingQ850CauseTreatmentMappingTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.SystemTreatmentMappingQ850CauseTreatmentMappingTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemTreatmentMappingQ850CauseTreatmentMappingTableRow extends Object implements BroadWorksTableRow, Serializable
Response to a SystemTreatmentMappingQ850CauseGetListRequest. Contains a table with one row per mapping. The table columns are: "Q850 Cause Value", "Treatment Id".- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemTreatmentMappingQ850CauseTreatmentMappingTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static SystemTreatmentMappingQ850CauseTreatmentMappingTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<SystemTreatmentMappingQ850CauseTreatmentMappingTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getQ850CauseValue()
String
getTreatmentId()
int
hashCode()
void
setQ850CauseValue(String q850CauseValue)
void
setTreatmentId(String treatmentId)
String
toString()
-
-
-
Method Detail
-
getQ850CauseValue
public String getQ850CauseValue()
-
setQ850CauseValue
public void setQ850CauseValue(String q850CauseValue)
-
getTreatmentId
public String getTreatmentId()
-
setTreatmentId
public void setTreatmentId(String treatmentId)
-
getFromNode
public static SystemTreatmentMappingQ850CauseTreatmentMappingTableRow getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Node- Parameters:
n
- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<SystemTreatmentMappingQ850CauseTreatmentMappingTableRow> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray
- The NodeArray to parse for the OCI Table
-
-