Uses of Class
org.tolven.ccr.Instructions

Packages that use Instructions
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 Instructions in org.tolven.ccr
 

Methods in org.tolven.ccr that return Instructions
 Instructions ObjectFactory.createInstructions()
          Create an instance of Instructions
 Instructions ProcedureType.getInstructions()
          Gets the value of the instructions property.
 Instructions EncounterType.getInstructions()
          Gets the value of the instructions property.
 

Methods in org.tolven.ccr with parameters of type Instructions
 void ProcedureType.setInstructions(Instructions value)
          Sets the value of the instructions property.
 void EncounterType.setInstructions(Instructions value)
          Sets the value of the instructions property.