Uses of Class
org.tolven.ccr.DurationType

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

Methods in org.tolven.ccr that return DurationType
 DurationType ObjectFactory.createDurationType()
          Create an instance of DurationType
 DurationType EpisodeType.getDuration()
          Gets the value of the duration property.
 

Methods in org.tolven.ccr that return types with arguments of type DurationType
 java.util.List<DurationType> ProcedureType.getDuration()
          Gets the value of the duration property.
 java.util.List<DurationType> EncounterType.getDuration()
          Gets the value of the duration property.
 java.util.List<DurationType> Direction.getDuration()
          Gets the value of the duration property.
 

Methods in org.tolven.ccr with parameters of type DurationType
 void EpisodeType.setDuration(DurationType value)
          Sets the value of the duration property.