|
||||||||||
| 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.AIG
public class AIG
Represents an HL7 AIG message segment (Appointment Information - General Resource). This segment has the following fields:
| Constructor Summary | |
|---|---|
AIG(Group parent,
ModelClassFactory factory)
Creates a new AIG segment |
|
| Method Summary | |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field)
|
SI |
getAig1_SetIDAIG()
Returns AIG-1: "Set ID - AIG" - creates it if necessary |
CE |
getAig10_StartDateTimeOffsetUnits()
Returns AIG-10: "Start Date/Time Offset Units" - creates it if necessary |
NM |
getAig11_Duration()
Returns AIG-11: "Duration" - creates it if necessary |
CE |
getAig12_DurationUnits()
Returns AIG-12: "Duration Units" - creates it if necessary |
IS |
getAig13_AllowSubstitutionCode()
Returns AIG-13: "Allow Substitution Code" - creates it if necessary |
CE |
getAig14_FillerStatusCode()
Returns AIG-14: "Filler Status Code" - creates it if necessary |
ID |
getAig2_SegmentActionCode()
Returns AIG-2: "Segment Action Code" - creates it if necessary |
CE |
getAig3_ResourceID()
Returns AIG-3: "Resource ID" - creates it if necessary |
CE |
getAig4_ResourceType()
Returns AIG-4: "Resource Type" - creates it if necessary |
CE |
getAig5_ResourceGroup(int rep)
Returns a specific repetition of AIG-5: "Resource Group" - creates it if necessary |
int |
getAig5_ResourceGroupReps()
Returns a count of the current number of repetitions of Resource Group (AIG-5). |
NM |
getAig6_ResourceQuantity()
Returns AIG-6: "Resource Quantity" - creates it if necessary |
CE |
getAig7_ResourceQuantityUnits()
Returns AIG-7: "Resource Quantity Units" - creates it if necessary |
TS |
getAig8_StartDateTime()
Returns AIG-8: "Start Date/Time" - creates it if necessary |
NM |
getAig9_StartDateTimeOffset()
Returns AIG-9: "Start Date/Time Offset" - creates it if necessary |
IS |
getAllowSubstitutionCode()
Returns AIG-13: "Allow Substitution Code" - creates it if necessary |
NM |
getDuration()
Returns AIG-11: "Duration" - creates it if necessary |
CE |
getDurationUnits()
Returns AIG-12: "Duration Units" - creates it if necessary |
CE |
getFillerStatusCode()
Returns AIG-14: "Filler Status Code" - creates it if necessary |
CE[] |
getResourceGroup()
Returns all repetitions of Resource Group (AIG-5). |
CE |
getResourceGroup(int rep)
Returns a specific repetition of AIG-5: "Resource Group" - creates it if necessary |
int |
getResourceGroupReps()
Returns a count of the current number of repetitions of Resource Group (AIG-5). |
CE |
getResourceID()
Returns AIG-3: "Resource ID" - creates it if necessary |
NM |
getResourceQuantity()
Returns AIG-6: "Resource Quantity" - creates it if necessary |
CE |
getResourceQuantityUnits()
Returns AIG-7: "Resource Quantity Units" - creates it if necessary |
CE |
getResourceType()
Returns AIG-4: "Resource Type" - creates it if necessary |
ID |
getSegmentActionCode()
Returns AIG-2: "Segment Action Code" - creates it if necessary |
SI |
getSetIDAIG()
Returns AIG-1: "Set ID - AIG" - creates it if necessary |
TS |
getStartDateTime()
Returns AIG-8: "Start Date/Time" - creates it if necessary |
NM |
getStartDateTimeOffset()
Returns AIG-9: "Start Date/Time Offset" - creates it if necessary |
CE |
getStartDateTimeOffsetUnits()
Returns AIG-10: "Start Date/Time Offset Units" - creates it if necessary |
CE |
insertAig5_ResourceGroup(int rep)
Inserts a repetition of AIG-5: "Resource Group" at a specific index |
CE |
insertResourceGroup(int rep)
Inserts a repetition of AIG-5: "Resource Group" at a specific index |
CE |
removeAig5_ResourceGroup(int rep)
Removes a repetition of AIG-5: "Resource Group" at a specific index |
CE |
removeResourceGroup(int rep)
Removes a repetition of AIG-5: "Resource Group" 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 AIG(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public SI getSetIDAIG()
public SI getAig1_SetIDAIG()
public ID getSegmentActionCode()
public ID getAig2_SegmentActionCode()
public CE getResourceID()
public CE getAig3_ResourceID()
public CE getResourceType()
public CE getAig4_ResourceType()
public CE[] getResourceGroup()
public int getResourceGroupReps()
public CE getResourceGroup(int rep)
rep - The repetition index (0-indexed)public CE getAig5_ResourceGroup(int rep)
rep - The repetition index (0-indexed)public int getAig5_ResourceGroupReps()
public CE insertResourceGroup(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 insertAig5_ResourceGroup(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 removeResourceGroup(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 removeAig5_ResourceGroup(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 NM getResourceQuantity()
public NM getAig6_ResourceQuantity()
public CE getResourceQuantityUnits()
public CE getAig7_ResourceQuantityUnits()
public TS getStartDateTime()
public TS getAig8_StartDateTime()
public NM getStartDateTimeOffset()
public NM getAig9_StartDateTimeOffset()
public CE getStartDateTimeOffsetUnits()
public CE getAig10_StartDateTimeOffsetUnits()
public NM getDuration()
public NM getAig11_Duration()
public CE getDurationUnits()
public CE getAig12_DurationUnits()
public IS getAllowSubstitutionCode()
public IS getAig13_AllowSubstitutionCode()
public CE getFillerStatusCode()
public CE getAig14_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 | |||||||||