
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Composition.Attester
Packages that use Composition.Attester
-
Uses of Composition.Attester in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Composition.AttesterModifier and TypeMethodDescriptionComposition.addAttester()Adds and returns a new value for attester ()Composition.getAttesterFirstRep()Gets the first repetition for attester (), creating it if it does not already exist.Composition.Attester.setMode(CompositionAttestationModeEnum theValue) Sets the value(s), and clears any existing value(s) for mode ()Composition.Attester.setMode(List<ca.uhn.fhir.model.primitive.BoundCodeDt<CompositionAttestationModeEnum>> theValue) Sets the value(s) for mode ()Composition.Attester.setParty(ResourceReferenceDt theValue) Sets the value(s) for party ()Composition.Attester.setTime(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for time ()Composition.Attester.setTime(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for time ()Composition.Attester.setTimeWithSecondsPrecision(Date theDate) Sets the value for time ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Composition.AttesterMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Composition.AttesterModifier and TypeMethodDescriptionComposition.addAttester(Composition.Attester theValue) Adds a given new value for attester ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Composition.AttesterModifier and TypeMethodDescriptionComposition.setAttester(List<Composition.Attester> theValue) Sets the value(s) for attester ()