Uses of Class
org.hl7.fhir.dstu3.model.Contract.TermAgentComponent
Packages that use Contract.TermAgentComponent
-
Uses of Contract.TermAgentComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Contract.TermAgentComponentModifier and TypeMethodDescriptionprotected Contract.TermAgentComponentJsonParser.parseContractTermAgentComponent(com.google.gson.JsonObject json, Contract owner)protected Contract.TermAgentComponentXmlParser.parseContractTermAgentComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner)Methods in org.hl7.fhir.dstu3.formats with parameters of type Contract.TermAgentComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeContractTermAgentComponent(String name, Contract.TermAgentComponent element)protected voidRdfParser.composeContractTermAgentComponent(Turtle.Complex parent, String parentType, String name, Contract.TermAgentComponent element, int index)protected voidXmlParser.composeContractTermAgentComponent(String name, Contract.TermAgentComponent element)protected voidXmlParser.composeContractTermAgentComponentElements(Contract.TermAgentComponent element)protected voidJsonParser.composeContractTermAgentComponentInner(Contract.TermAgentComponent element)protected booleanXmlParser.parseContractTermAgentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.TermAgentComponent res)protected voidJsonParser.parseContractTermAgentComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.TermAgentComponent res) -
Uses of Contract.TermAgentComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Contract.TermAgentComponentModifier and TypeFieldDescriptionprotected List<Contract.TermAgentComponent>Contract.TermComponent.agentAn actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.Methods in org.hl7.fhir.dstu3.model that return Contract.TermAgentComponentModifier and TypeMethodDescriptionContract.TermComponent.addAgent()Contract.TermAgentComponent.addRole(CodeableConcept t)Contract.TermAgentComponent.copy()Contract.TermComponent.getAgentFirstRep()Contract.TermAgentComponent.setActorTarget(Resource value)Contract.TermAgentComponent.setRole(List<CodeableConcept> theRole)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Contract.TermAgentComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Contract.TermAgentComponentModifier and TypeMethodDescriptionContract.TermComponent.addAgent(Contract.TermAgentComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Contract.TermAgentComponentModifier and TypeMethodDescriptionContract.TermComponent.setAgent(List<Contract.TermAgentComponent> theAgent)