public class DB1 extends AbstractSegment
Represents an HL7 DB1 message segment (Disability). This segment has the following fields:
log
Constructor and Description |
---|
DB1(Group parent,
ModelClassFactory factory)
Creates a new DB1 segment
|
Modifier and Type | Method and Description |
---|---|
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()
Returns all repetitions of Disabled Person Identifier (DB1-3).
|
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
|
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetition
getMessage, getParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMessage, getParent
public DB1(Group parent, ModelClassFactory factory)
public SI getSetIDDB1()
public SI getDb11_SetIDDB1()
public IS getDisabledPersonCode()
public IS getDb12_DisabledPersonCode()
public CX[] getDisabledPersonIdentifier()
public CX[] getDb13_DisabledPersonIdentifier()
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
Copyright © 2001–2017 University Health Network. All rights reserved.