Uses of Class
org.tolven.ccr.InstructionType

Packages that use InstructionType
org.tolven.ccr The structures defined in this package are an exact representation of the ASTM E2369-05, Standard Specification for the Continuity of Care Record. 
 

Uses of InstructionType in org.tolven.ccr
 

Methods in org.tolven.ccr that return InstructionType
 InstructionType ObjectFactory.createInstructionType()
          Create an instance of InstructionType
 

Methods in org.tolven.ccr that return types with arguments of type InstructionType
 javax.xml.bind.JAXBElement<InstructionType> ObjectFactory.createOrderRxHistoryTypeLabelInstructions(InstructionType value)
          Create an instance of JAXBElement<InstructionType>}
 java.util.List<InstructionType> StructuredProductType.FulfillmentInstructions.getInstruction()
          Gets the value of the instruction property.
 java.util.List<InstructionType> StructuredProductType.PatientInstructions.getInstruction()
          Gets the value of the instruction property.
 

Methods in org.tolven.ccr with parameters of type InstructionType
 javax.xml.bind.JAXBElement<InstructionType> ObjectFactory.createOrderRxHistoryTypeLabelInstructions(InstructionType value)
          Create an instance of JAXBElement<InstructionType>}