public class MCtid1502 extends MCtid
Modifier and Type | Method and Description |
---|---|
void |
addTimePointType(MCcid6146 timePointType) |
void |
clearTimePointTypes() |
static MCtid1502 |
create() |
com.merge.mcw.sr.MCnumItem |
getLongitudinalTemporalEventOffset() |
MCcid280 |
getLongitudinalTemporalEventType() |
com.merge.mcw.sr.MCtextItem |
getProtocolTimePointIdentifier() |
com.merge.mcw.sr.MCtextItem |
getSubjectTimePointIdentifier() |
com.merge.mcw.sr.MCtextItem |
getTimePoint() |
com.merge.mcw.sr.MCnumItem |
getTimePointOrder() |
java.util.List<MCcid6146> |
getTimePointTypes() |
boolean |
isValid() |
void |
removeTimePointType(MCcid6146 timePointType) |
void |
setLongitudinalTemporalEventOffset(int days) |
void |
setLongitudinalTemporalEventType(MCcid280 type) |
void |
setProtocolTimePointIdentifier(java.lang.String protTPIdentifier) |
void |
setSubjectTimePointIdentifier(java.lang.String subjTPIdentifier) |
void |
setTimePoint(java.lang.String timePoint) |
void |
setTimePointOrder(int order) |
getAttributeSet, getContentType, getContinuity, getRelationshipType, getTID, getTitle, readContentNamesFromJSON, readContentNamesFromJSON, readNumberFromJSON, readStringFromJSON, setContentType, setContinuity, setRelationshipType, setTID, setTitle
public static MCtid1502 create()
public java.util.List<MCcid6146> getTimePointTypes()
public void clearTimePointTypes()
public void addTimePointType(MCcid6146 timePointType)
public void removeTimePointType(MCcid6146 timePointType)
public com.merge.mcw.sr.MCtextItem getSubjectTimePointIdentifier()
public void setSubjectTimePointIdentifier(java.lang.String subjTPIdentifier)
public com.merge.mcw.sr.MCtextItem getProtocolTimePointIdentifier()
public void setProtocolTimePointIdentifier(java.lang.String protTPIdentifier)
public com.merge.mcw.sr.MCtextItem getTimePoint()
public void setTimePoint(java.lang.String timePoint)
public com.merge.mcw.sr.MCnumItem getTimePointOrder()
public void setTimePointOrder(int order)
public com.merge.mcw.sr.MCnumItem getLongitudinalTemporalEventOffset()
public void setLongitudinalTemporalEventOffset(int days)
public MCcid280 getLongitudinalTemporalEventType()
public void setLongitudinalTemporalEventType(MCcid280 type)