Uses of Class
org.hl7.fhir.dstu3.model.Consent.ExceptComponent
-
Uses of Consent.ExceptComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected Consent.ExceptComponent
JsonParser.parseConsentExceptComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.ExceptComponent
XmlParser.parseConsentExceptComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeConsentExceptComponent
(String name, Consent.ExceptComponent element) protected void
RdfParser.composeConsentExceptComponent
(Turtle.Complex parent, String parentType, String name, Consent.ExceptComponent element, int index) protected void
XmlParser.composeConsentExceptComponent
(String name, Consent.ExceptComponent element) protected void
XmlParser.composeConsentExceptComponentElements
(Consent.ExceptComponent element) protected void
JsonParser.composeConsentExceptComponentInner
(Consent.ExceptComponent element) protected boolean
XmlParser.parseConsentExceptComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ExceptComponent res) protected void
JsonParser.parseConsentExceptComponentProperties
(com.google.gson.JsonObject json, Consent owner, Consent.ExceptComponent res) -
Uses of Consent.ExceptComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected List
<Consent.ExceptComponent> Consent.except
An exception to the base policy of this consent.Modifier and TypeMethodDescriptionConsent.ExceptComponent.addAction
(CodeableConcept t) Consent.ExceptComponent.addActor
(Consent.ExceptActorComponent t) Consent.ExceptComponent.addData
(Consent.ExceptDataComponent t) Consent.addExcept()
Consent.ExceptComponent.addPurpose
(Coding t) Consent.ExceptComponent.addSecurityLabel
(Coding t) Consent.ExceptComponent.copy()
Consent.getExceptFirstRep()
Consent.ExceptComponent.setAction
(List<CodeableConcept> theAction) Consent.ExceptComponent.setActor
(List<Consent.ExceptActorComponent> theActor) Consent.ExceptComponent.setData
(List<Consent.ExceptDataComponent> theData) Consent.ExceptComponent.setDataPeriod
(Period value) Consent.ExceptComponent.setPurpose
(List<Coding> thePurpose) Consent.ExceptComponent.setSecurityLabel
(List<Coding> theSecurityLabel) Consent.ExceptComponent.setType
(Consent.ConsentExceptType value) Consent.ExceptComponent.setTypeElement
(Enumeration<Consent.ConsentExceptType> value)