![](/hapi-fhir/images/logos/raccoon-forwards.png)
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.TermAgentComponent
JsonParser.parseContractTermAgentComponent
(com.google.gson.JsonObject json, Contract owner) protected Contract.TermAgentComponent
XmlParser.parseContractTermAgentComponent
(org.xmlpull.v1.XmlPullParser xpp, Contract owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type Contract.TermAgentComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeContractTermAgentComponent
(String name, Contract.TermAgentComponent element) protected void
RdfParser.composeContractTermAgentComponent
(Turtle.Complex parent, String parentType, String name, Contract.TermAgentComponent element, int index) protected void
XmlParser.composeContractTermAgentComponent
(String name, Contract.TermAgentComponent element) protected void
XmlParser.composeContractTermAgentComponentElements
(Contract.TermAgentComponent element) protected void
JsonParser.composeContractTermAgentComponentInner
(Contract.TermAgentComponent element) protected boolean
XmlParser.parseContractTermAgentComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.TermAgentComponent res) protected void
JsonParser.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.agent
An 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.TermAgentComponentMethod parameters in org.hl7.fhir.dstu3.model with type arguments of type Contract.TermAgentComponentModifier and TypeMethodDescriptionContract.TermComponent.setAgent
(List<Contract.TermAgentComponent> theAgent)