
Uses of Class
ca.uhn.fhir.model.dstu2.composite.SignatureDt
Packages that use SignatureDt
-
Uses of SignatureDt in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return SignatureDtModifier and TypeMethodDescriptionAdds a given new value for type ()SignatureDt.setBlob
(byte[] theBytes) Sets the value for blob ()SignatureDt.setBlob
(ca.uhn.fhir.model.primitive.Base64BinaryDt theValue) Sets the value(s) for blob ()SignatureDt.setContentType
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for contentType ()SignatureDt.setContentType
(String theCode) Sets the value for contentType ()Sets the value(s) for type ()SignatureDt.setWhen
(ca.uhn.fhir.model.primitive.InstantDt theValue) Sets the value(s) for when ()Sets the value for when ()SignatureDt.setWhenWithMillisPrecision
(Date theDate) Sets the value for when ()SignatureDt.setWho
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for who[x] () -
Uses of SignatureDt in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return SignatureDtModifier and TypeMethodDescriptionProvenance.addSignature()
Adds and returns a new value for signature ()Bundle.getSignature()
Gets the value(s) for signature ().Provenance.getSignatureFirstRep()
Gets the first repetition for signature (), creating it if it does not already exist.Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type SignatureDtMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type SignatureDtModifier and TypeMethodDescriptionProvenance.addSignature
(SignatureDt theValue) Adds a given new value for signature ()Bundle.setSignature
(SignatureDt theValue) Sets the value(s) for signature ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type SignatureDtModifier and TypeMethodDescriptionProvenance.setSignature
(List<SignatureDt> theValue) Sets the value(s) for signature ()