|
||||||||||
| 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.DB1
public class DB1
Represents an HL7 DB1 message segment (Disability). This segment has the following fields:
| Constructor Summary | |
|---|---|
DB1(Group parent,
ModelClassFactory factory)
Creates a new DB1 segment |
|
| Method Summary | |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field)
|
SI |
getDb11_SetIDDB1()
Returns DB1-1: "Set ID - DB1" - creates it if necessary |
IS |
getDb12_DisabledPersonCode()
Returns DB1-2: "Disabled Person Code" - creates it if necessary |
CX |
getDb13_DisabledPersonIdentifier(int rep)
Returns a specific repetition of DB1-3: "Disabled Person Identifier" - creates it if necessary |
int |
getDb13_DisabledPersonIdentifierReps()
Returns a count of the current number of repetitions of Disabled Person Identifier (DB1-3). |
ID |
getDb14_DisabilityIndicator()
Returns DB1-4: "Disability Indicator" - creates it if necessary |
DT |
getDb15_DisabilityStartDate()
Returns DB1-5: "Disability Start Date" - creates it if necessary |
DT |
getDb16_DisabilityEndDate()
Returns DB1-6: "Disability End Date" - creates it if necessary |
DT |
getDb17_DisabilityReturnToWorkDate()
Returns DB1-7: "Disability Return to Work Date" - creates it if necessary |
DT |
getDb18_DisabilityUnableToWorkDate()
Returns DB1-8: "Disability Unable to Work Date" - creates it if necessary |
DT |
getDisabilityEndDate()
Returns DB1-6: "Disability End Date" - creates it if necessary |
ID |
getDisabilityIndicator()
Returns DB1-4: "Disability Indicator" - creates it if necessary |
DT |
getDisabilityReturnToWorkDate()
Returns DB1-7: "Disability Return to Work Date" - creates it if necessary |
DT |
getDisabilityStartDate()
Returns DB1-5: "Disability Start Date" - creates it if necessary |
DT |
getDisabilityUnableToWorkDate()
Returns DB1-8: "Disability Unable to Work Date" - creates it if necessary |
IS |
getDisabledPersonCode()
Returns DB1-2: "Disabled Person Code" - creates it if necessary |
CX[] |
getDisabledPersonIdentifier()
Returns all repetitions of Disabled Person Identifier (DB1-3). |
CX |
getDisabledPersonIdentifier(int rep)
Returns a specific repetition of DB1-3: "Disabled Person Identifier" - creates it if necessary |
int |
getDisabledPersonIdentifierReps()
Returns a count of the current number of repetitions of Disabled Person Identifier (DB1-3). |
SI |
getSetIDDB1()
Returns DB1-1: "Set ID - DB1" - creates it if necessary |
CX |
insertDb13_DisabledPersonIdentifier(int rep)
Inserts a repetition of DB1-3: "Disabled Person Identifier" at a specific index |
CX |
insertDisabledPersonIdentifier(int rep)
Inserts a repetition of DB1-3: "Disabled Person Identifier" at a specific index |
CX |
removeDb13_DisabledPersonIdentifier(int rep)
Removes a repetition of DB1-3: "Disabled Person Identifier" at a specific index |
CX |
removeDisabledPersonIdentifier(int rep)
Removes a repetition of DB1-3: "Disabled Person Identifier" 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 DB1(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public SI getSetIDDB1()
public SI getDb11_SetIDDB1()
public IS getDisabledPersonCode()
public IS getDb12_DisabledPersonCode()
public CX[] getDisabledPersonIdentifier()
public int getDisabledPersonIdentifierReps()
public CX getDisabledPersonIdentifier(int rep)
rep - The repetition index (0-indexed)public CX getDb13_DisabledPersonIdentifier(int rep)
rep - The repetition index (0-indexed)public int getDb13_DisabledPersonIdentifierReps()
public CX insertDisabledPersonIdentifier(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 CX insertDb13_DisabledPersonIdentifier(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 CX removeDisabledPersonIdentifier(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 CX removeDb13_DisabledPersonIdentifier(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 ID getDisabilityIndicator()
public ID getDb14_DisabilityIndicator()
public DT getDisabilityStartDate()
public DT getDb15_DisabilityStartDate()
public DT getDisabilityEndDate()
public DT getDb16_DisabilityEndDate()
public DT getDisabilityReturnToWorkDate()
public DT getDb17_DisabilityReturnToWorkDate()
public DT getDisabilityUnableToWorkDate()
public DT getDb18_DisabilityUnableToWorkDate()
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 | |||||||||