|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v24.segment.CSS
public class CSS
Represents an HL7 CSS message segment (Clinical Study Data Schedule Segment). This segment has the following fields:
| Constructor Summary | |
|---|---|
CSS(Group parent,
ModelClassFactory factory)
Creates a new CSS segment |
|
| Method Summary | |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field)
|
CE |
getCss1_StudyScheduledTimePoint()
Returns CSS-1: "Study Scheduled Time Point" - creates it if necessary |
TS |
getCss2_StudyScheduledPatientTimePoint()
Returns CSS-2: "Study Scheduled Patient Time Point" - creates it if necessary |
CE |
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). |
CE[] |
getStudyQualityControlCodes()
Returns all repetitions of Study Quality Control Codes (CSS-3). |
CE |
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). |
TS |
getStudyScheduledPatientTimePoint()
Returns CSS-2: "Study Scheduled Patient Time Point" - creates it if necessary |
CE |
getStudyScheduledTimePoint()
Returns CSS-1: "Study Scheduled Time Point" - creates it if necessary |
CE |
insertCss3_StudyQualityControlCodes(int rep)
Inserts a repetition of CSS-3: "Study Quality Control Codes" at a specific index |
CE |
insertStudyQualityControlCodes(int rep)
Inserts a repetition of CSS-3: "Study Quality Control Codes" at a specific index |
CE |
removeCss3_StudyQualityControlCodes(int rep)
Removes a repetition of CSS-3: "Study Quality Control Codes" at a specific index |
CE |
removeStudyQualityControlCodes(int rep)
Removes a repetition of CSS-3: "Study Quality Control Codes" at a specific index |
| Methods inherited from class ca.uhn.hl7v2.model.AbstractSegment |
|---|
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getMessage, getName, getNames, getParent, insertRepetition, isRequired, main, numFields, parse, removeRepetition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CSS(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public CE getStudyScheduledTimePoint()
public CE getCss1_StudyScheduledTimePoint()
public TS getStudyScheduledPatientTimePoint()
public TS getCss2_StudyScheduledPatientTimePoint()
public CE[] getStudyQualityControlCodes()
public int getStudyQualityControlCodesReps()
public CE getStudyQualityControlCodes(int rep)
rep - The repetition index (0-indexed)public CE getCss3_StudyQualityControlCodes(int rep)
rep - The repetition index (0-indexed)public int getCss3_StudyQualityControlCodesReps()
public CE 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 CE 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 CE 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 CE 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 AbstractSegment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||