
Uses of Class
ca.uhn.fhir.model.dstu2.composite.SignatureDt
Package | Description |
---|---|
ca.uhn.fhir.model.dstu2.composite | |
ca.uhn.fhir.model.dstu2.resource |
-
Uses of SignatureDt in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return SignatureDt Modifier and Type Method Description SignatureDt
SignatureDt. addType(CodingDt theValue)
Adds a given new value for type ()SignatureDt
SignatureDt. setBlob(byte[] theBytes)
Sets the value for blob ()SignatureDt
SignatureDt. setBlob(ca.uhn.fhir.model.primitive.Base64BinaryDt theValue)
Sets the value(s) for blob ()SignatureDt
SignatureDt. setContentType(ca.uhn.fhir.model.primitive.CodeDt theValue)
Sets the value(s) for contentType ()SignatureDt
SignatureDt. setContentType(String theCode)
Sets the value for contentType ()SignatureDt
SignatureDt. setType(List<CodingDt> theValue)
Sets the value(s) for type ()SignatureDt
SignatureDt. setWhen(ca.uhn.fhir.model.primitive.InstantDt theValue)
Sets the value(s) for when ()SignatureDt
SignatureDt. setWhen(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for when ()SignatureDt
SignatureDt. setWhenWithMillisPrecision(Date theDate)
Sets the value for when ()SignatureDt
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 SignatureDt Modifier and Type Method Description SignatureDt
Provenance. addSignature()
Adds and returns a new value for signature ()SignatureDt
Bundle. getSignature()
Gets the value(s) for signature ().SignatureDt
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 SignatureDt Modifier and Type Method Description List<SignatureDt>
Provenance. getSignature()
Gets the value(s) for signature ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type SignatureDt Modifier and Type Method Description Provenance
Provenance. addSignature(SignatureDt theValue)
Adds a given new value for signature ()Bundle
Bundle. setSignature(SignatureDt theValue)
Sets the value(s) for signature ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type SignatureDt Modifier and Type Method Description Provenance
Provenance. setSignature(List<SignatureDt> theValue)
Sets the value(s) for signature ()