Uses of Class
org.tolven.ccr.EpisodesType

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

Methods in org.tolven.ccr that return EpisodesType
 EpisodesType ObjectFactory.createEpisodesType()
          Create an instance of EpisodesType
 EpisodesType SocialHistoryType.getEpisodes()
          Gets the value of the episodes property.
 EpisodesType ProblemType.getEpisodes()
          Gets the value of the episodes property.
 EpisodesType FamilyHistoryType.Problem.getEpisodes()
          Gets the value of the episodes property.
 

Methods in org.tolven.ccr with parameters of type EpisodesType
 void SocialHistoryType.setEpisodes(EpisodesType value)
          Sets the value of the episodes property.
 void ProblemType.setEpisodes(EpisodesType value)
          Sets the value of the episodes property.
 void FamilyHistoryType.Problem.setEpisodes(EpisodesType value)
          Sets the value of the episodes property.