|
||||||||||
| 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.AIP
public class AIP
Represents an HL7 AIP message segment (Appointment Information - Personnel Resource). This segment has the following fields:
| Constructor Summary | |
|---|---|
AIP(Group parent,
ModelClassFactory factory)
Creates a new AIP segment |
|
| Method Summary | |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field)
|
SI |
getAip1_SetIDAIP()
Returns AIP-1: "Set ID - AIP" - creates it if necessary |
CE |
getAip10_DurationUnits()
Returns AIP-10: "Duration Units" - creates it if necessary |
IS |
getAip11_AllowSubstitutionCode()
Returns AIP-11: "Allow Substitution Code" - creates it if necessary |
CE |
getAip12_FillerStatusCode()
Returns AIP-12: "Filler Status Code" - creates it if necessary |
ID |
getAip2_SegmentActionCode()
Returns AIP-2: "Segment Action Code" - creates it if necessary |
XCN |
getAip3_PersonnelResourceID(int rep)
Returns a specific repetition of AIP-3: "Personnel Resource ID" - creates it if necessary |
int |
getAip3_PersonnelResourceIDReps()
Returns a count of the current number of repetitions of Personnel Resource ID (AIP-3). |
CE |
getAip4_ResourceRole()
Returns AIP-4: "Resource Role" - creates it if necessary |
CE |
getAip5_ResourceGroup()
Returns AIP-5: "Resource Group" - creates it if necessary |
TS |
getAip6_StartDateTime()
Returns AIP-6: "Start Date/Time" - creates it if necessary |
NM |
getAip7_StartDateTimeOffset()
Returns AIP-7: "Start Date/Time Offset" - creates it if necessary |
CE |
getAip8_StartDateTimeOffsetUnits()
Returns AIP-8: "Start Date/Time Offset Units" - creates it if necessary |
NM |
getAip9_Duration()
Returns AIP-9: "Duration" - creates it if necessary |
IS |
getAllowSubstitutionCode()
Returns AIP-11: "Allow Substitution Code" - creates it if necessary |
NM |
getDuration()
Returns AIP-9: "Duration" - creates it if necessary |
CE |
getDurationUnits()
Returns AIP-10: "Duration Units" - creates it if necessary |
CE |
getFillerStatusCode()
Returns AIP-12: "Filler Status Code" - creates it if necessary |
XCN[] |
getPersonnelResourceID()
Returns all repetitions of Personnel Resource ID (AIP-3). |
XCN |
getPersonnelResourceID(int rep)
Returns a specific repetition of AIP-3: "Personnel Resource ID" - creates it if necessary |
int |
getPersonnelResourceIDReps()
Returns a count of the current number of repetitions of Personnel Resource ID (AIP-3). |
CE |
getResourceGroup()
Returns AIP-5: "Resource Group" - creates it if necessary |
CE |
getResourceRole()
Returns AIP-4: "Resource Role" - creates it if necessary |
ID |
getSegmentActionCode()
Returns AIP-2: "Segment Action Code" - creates it if necessary |
SI |
getSetIDAIP()
Returns AIP-1: "Set ID - AIP" - creates it if necessary |
TS |
getStartDateTime()
Returns AIP-6: "Start Date/Time" - creates it if necessary |
NM |
getStartDateTimeOffset()
Returns AIP-7: "Start Date/Time Offset" - creates it if necessary |
CE |
getStartDateTimeOffsetUnits()
Returns AIP-8: "Start Date/Time Offset Units" - creates it if necessary |
XCN |
insertAip3_PersonnelResourceID(int rep)
Inserts a repetition of AIP-3: "Personnel Resource ID" at a specific index |
XCN |
insertPersonnelResourceID(int rep)
Inserts a repetition of AIP-3: "Personnel Resource ID" at a specific index |
XCN |
removeAip3_PersonnelResourceID(int rep)
Removes a repetition of AIP-3: "Personnel Resource ID" at a specific index |
XCN |
removePersonnelResourceID(int rep)
Removes a repetition of AIP-3: "Personnel Resource ID" 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 AIP(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public SI getSetIDAIP()
public SI getAip1_SetIDAIP()
public ID getSegmentActionCode()
public ID getAip2_SegmentActionCode()
public XCN[] getPersonnelResourceID()
public int getPersonnelResourceIDReps()
public XCN getPersonnelResourceID(int rep)
rep - The repetition index (0-indexed)public XCN getAip3_PersonnelResourceID(int rep)
rep - The repetition index (0-indexed)public int getAip3_PersonnelResourceIDReps()
public XCN insertPersonnelResourceID(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 XCN insertAip3_PersonnelResourceID(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 XCN removePersonnelResourceID(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 XCN removeAip3_PersonnelResourceID(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 getResourceRole()
public CE getAip4_ResourceRole()
public CE getResourceGroup()
public CE getAip5_ResourceGroup()
public TS getStartDateTime()
public TS getAip6_StartDateTime()
public NM getStartDateTimeOffset()
public NM getAip7_StartDateTimeOffset()
public CE getStartDateTimeOffsetUnits()
public CE getAip8_StartDateTimeOffsetUnits()
public NM getDuration()
public NM getAip9_Duration()
public CE getDurationUnits()
public CE getAip10_DurationUnits()
public IS getAllowSubstitutionCode()
public IS getAip11_AllowSubstitutionCode()
public CE getFillerStatusCode()
public CE getAip12_FillerStatusCode()
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 | |||||||||