public class CSS extends AbstractSegment
Represents an HL7 CSS message segment (Clinical Study Data Schedule Segment). This segment has the following fields:
log| Constructor and Description |
|---|
CSS(Group parent,
ModelClassFactory factory)
Creates a new CSS segment
|
| Modifier and Type | Method and Description |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field) |
CWE |
getCss1_StudyScheduledTimePoint()
Returns
CSS-1: "Study Scheduled Time Point" - creates it if necessary
|
DTM |
getCss2_StudyScheduledPatientTimePoint()
Returns
CSS-2: "Study Scheduled Patient Time Point" - creates it if necessary
|
CWE[] |
getCss3_StudyQualityControlCodes()
Returns all repetitions of Study Quality Control Codes (CSS-3).
|
CWE |
getCss3_StudyQualityControlCodes(int rep)
Returns a specific repetition of
CSS-3: "Study Quality Control Codes" - creates it if necessary
|
int |
getCss3_StudyQualityControlCodesReps()
Returns a count of the current number of repetitions of Study Quality Control Codes (CSS-3).
|
CWE[] |
getStudyQualityControlCodes()
Returns all repetitions of Study Quality Control Codes (CSS-3).
|
CWE |
getStudyQualityControlCodes(int rep)
Returns a specific repetition of
CSS-3: "Study Quality Control Codes" - creates it if necessary
|
int |
getStudyQualityControlCodesReps()
Returns a count of the current number of repetitions of Study Quality Control Codes (CSS-3).
|
DTM |
getStudyScheduledPatientTimePoint()
Returns
CSS-2: "Study Scheduled Patient Time Point" - creates it if necessary
|
CWE |
getStudyScheduledTimePoint()
Returns
CSS-1: "Study Scheduled Time Point" - creates it if necessary
|
CWE |
insertCss3_StudyQualityControlCodes(int rep)
Inserts a repetition of
CSS-3: "Study Quality Control Codes" at a specific index
|
CWE |
insertStudyQualityControlCodes(int rep)
Inserts a repetition of
CSS-3: "Study Quality Control Codes" at a specific index
|
CWE |
removeCss3_StudyQualityControlCodes(int rep)
Removes a repetition of
CSS-3: "Study Quality Control Codes" at a specific index
|
CWE |
removeStudyQualityControlCodes(int rep)
Removes a repetition of
CSS-3: "Study Quality Control Codes" at a specific index
|
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetitiongetMessage, getParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessage, getParentpublic CSS(Group parent, ModelClassFactory factory)
public CWE getStudyScheduledTimePoint()
public CWE getCss1_StudyScheduledTimePoint()
public DTM getStudyScheduledPatientTimePoint()
public DTM getCss2_StudyScheduledPatientTimePoint()
public CWE[] getStudyQualityControlCodes()
public CWE[] getCss3_StudyQualityControlCodes()
public int getStudyQualityControlCodesReps()
public CWE getStudyQualityControlCodes(int rep)
rep - The repetition index (0-indexed)public CWE getCss3_StudyQualityControlCodes(int rep)
rep - The repetition index (0-indexed)public int getCss3_StudyQualityControlCodesReps()
public CWE insertStudyQualityControlCodes(int rep) throws HL7Exception
rep - The repetition index (0-indexed)HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)public CWE insertCss3_StudyQualityControlCodes(int rep) throws HL7Exception
rep - The repetition index (0-indexed)HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)public CWE removeStudyQualityControlCodes(int rep) throws HL7Exception
rep - The repetition index (0-indexed)HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)public CWE removeCss3_StudyQualityControlCodes(int rep) throws HL7Exception
rep - The repetition index (0-indexed)HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)protected Type createNewTypeWithoutReflection(int field)
createNewTypeWithoutReflection in class AbstractSegmentCopyright © 2001–2017 University Health Network. All rights reserved.