Uses of Class
org.tolven.ccr.CCRCodedDataObjectType

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

Subclasses of CCRCodedDataObjectType in org.tolven.ccr
 class AlertType
          Java class for AlertType complex type.
 class AuthorizationType
          Java class for AuthorizationType complex type.
 class EncounterType
          Java class for EncounterType complex type.
 class EpisodeType
          Java class for EpisodeType complex type.
 class FamilyHistoryType
          Java class for FamilyHistoryType complex type.
 class FunctionType
          Java class for FunctionType complex type.
 class GoalType
          Java class for GoalType complex type.
 class InsuranceType
          Java class for InsuranceType complex type.
 class InterventionType
          Java class for InterventionType complex type.
 class OrderRxHistoryType
          Java class for OrderRxHistoryType complex type.
 class PlanOfCareType
          Java class for PlanOfCareType complex type.
 class PlanType
          Java class for PlanType complex type.
 class ProblemType
          Java class for ProblemType complex type.
 class ResultType
          Java class for ResultType complex type.
 class SocialHistoryType
          Java class for SocialHistoryType complex type.
 class StructuredProductType
          Java class for StructuredProductType complex type.
 class TestType
          Java class for TestType complex type.
 

Methods in org.tolven.ccr that return CCRCodedDataObjectType
 CCRCodedDataObjectType ObjectFactory.createCCRCodedDataObjectType()
          Create an instance of CCRCodedDataObjectType
 CCRCodedDataObjectType StructuredProductType.getConsent()
          Gets the value of the consent property.
 CCRCodedDataObjectType ProcedureType.getConsent()
          Gets the value of the consent property.
 CCRCodedDataObjectType EncounterType.getConsent()
          Gets the value of the consent property.
 

Methods in org.tolven.ccr that return types with arguments of type CCRCodedDataObjectType
 java.util.List<CCRCodedDataObjectType> ContinuityOfCareRecord.Body.AdvanceDirectives.getAdvanceDirective()
          Gets the value of the advanceDirective property.
 java.util.List<CCRCodedDataObjectType> Agent.EnvironmentalAgents.getEnvironmentalAgent()
          Gets the value of the environmentalAgent property.
 java.util.List<CCRCodedDataObjectType> GoalType.Milestones.getOutcome()
          Gets the value of the outcome property.
 

Methods in org.tolven.ccr with parameters of type CCRCodedDataObjectType
 void StructuredProductType.setConsent(CCRCodedDataObjectType value)
          Sets the value of the consent property.
 void ProcedureType.setConsent(CCRCodedDataObjectType value)
          Sets the value of the consent property.
 void EncounterType.setConsent(CCRCodedDataObjectType value)
          Sets the value of the consent property.